-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Table users on linux by default to return only users in /etc/passwd
#8342
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
Table users on linux by default to return only users in /etc/passwd
#8342
Conversation
zwass
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IIRC we had decided to add a flag-like column to the users table so that LDAP users could still be retrieved after this change? Was that incorrect? I have some concern about removing the ability to do that entirely.
Makes sense! I missed the part that we wanted the new flag for LDAP users from the get-go. |
478e246 to
8fcbd56
Compare
@zwass I've added |
users on linux to return only users in /etc/passwdusers on linux by default to return only users in /etc/passwd
zwass
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, thank you for including the manual test plan in the PR description!
#8337
For manual testing I used this guide to setup a local OpenLDAP directory server and a Ubuntu VM that uses such server for authentication.
The Ubuntu VM has 51 local users and 2 "remote" users (joe,uid:1005 and julie,uid:1006) in an LDAP directory.