Skip to content

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

@mfontana-elem

Description

@mfontana-elem

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')

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions