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

[BUG] LDAP users are created in privileged group by default #46

Open
mfontana-elem opened this issue Dec 4, 2024 · 0 comments
Open

Comments

@mfontana-elem
Copy link

When trying to create users using the cluster utility, by default users are given super user rights.

The fix is to simply change line 164 in the following way

@click.option('-g', '--gid', default="9876", help='Add to this groupID')

to

@click.option('-g', '--gid', default=None, help='Add to this groupID')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant