Skip to content

Commit 86b06ae

Browse files
Make LDAP user part of priviledge group by default
1 parent 1621d69 commit 86b06ae

File tree

1 file changed

+1
-1
lines changed
  • playbooks/roles/cluster-cli/files

1 file changed

+1
-1
lines changed

playbooks/roles/cluster-cli/files/cluster

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def list():
161161
confirmation_prompt=True)
162162
@click.option('-n', '--name', prompt='Full Name', required=True)
163163
@click.option('-i', '--uid', default=None, help='Select the userID')
164-
@click.option('-g', '--gid', default=None, help='Add to this groupID')
164+
@click.option('-g', '--gid', default="9876", help='Add to this groupID')
165165
@click.option('-nossh', '--nossh', is_flag=True, default=False, help='Flag to not generate a user-specific ssh-key pair for passwordless ssh.')
166166
def add(user, password, uid, gid, name, nossh):
167167
""" add user """

0 commit comments

Comments
 (0)