Skip to content

Commit

Permalink
Merge pull request #3 from centerforaisafety/bugfix-fix-documentation…
Browse files Browse the repository at this point in the history
…-error

documentation - change user to group
  • Loading branch information
AndriyNovykov authored Feb 23, 2023
2 parents 32f779c + da0647e commit e662ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/roles/cluster-cli/files/cluster
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def create(group, gid):
@group.command()
@click.argument('group')
def delete(group):
""" delete user """
""" delete group """
search_base = groups_dn
server = ldap3.Server(host, use_ssl=True)
with ldap3.Connection(server, bind_dn, bind_pass, auto_bind=True) as conn:
Expand Down

0 comments on commit e662ea2

Please sign in to comment.