Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Processing output during login #120

Open
mastersin opened this issue Sep 13, 2020 · 2 comments
Open

Processing output during login #120

mastersin opened this issue Sep 13, 2020 · 2 comments
Labels
question Further information is requested

Comments

@mastersin
Copy link
Member

At version 0.8.1 login via ssh if domain is not available looks like this:

[sin@base ~]$ ssh eth.xpi
{'file': '/usr/sbin/gpoa', 'line': 120, 'name': 'start_backend', 'type': 'NTSTATUSError', 'message': NTSTATUSError(3221225524, 'The object name is not found.')}
<class 'dict'>
Apply group policies for sin.
Last login: Sun Sep 13 14:42:17 2020 from 10.64.255.9

I think that processing is required here and the output should be made something like this:

[sin@base ~]$ ssh eth.xpi
Access to samba domain failed. Apply group policies for sin from local cache.
Last login: Sun Sep 13 14:42:17 2020 from 10.64.255.9
@ghost
Copy link

ghost commented Sep 17, 2020

As far as I see: there is no domain access failure. We're often encountering errors like "The object name is not found" in case there are problems with GPT replication.

@ghost
Copy link

ghost commented Aug 19, 2021

Any feedback on this issue? Ping @mastersin .

@ghost ghost added the question Further information is requested label Aug 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant