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

Userinfo last-seen assumes a username exists #4

Open
AbstractBeliefs opened this issue Oct 7, 2021 · 1 comment
Open

Userinfo last-seen assumes a username exists #4

AbstractBeliefs opened this issue Oct 7, 2021 · 1 comment
Labels
good first issue Good for newcomers

Comments

@AbstractBeliefs
Copy link
Contributor

The lastlog grepping in userinfo assumes that args.username is available, which isn't always true.

It should guard against this and populate a username variable from ldap, or at least branch past this code if username is not available.

@AbstractBeliefs AbstractBeliefs added the good first issue Good for newcomers label Oct 7, 2021
@mayacopeland
Copy link
Contributor

This is solved by using the list that's created for most things.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants