Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
georgepstaylor committed Nov 11, 2024
1 parent f61f204 commit f25fe02
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,7 @@ def update_user_home_areas(
required=False,
default="(objectclass=*)",
)
@click.option(
"--roles-to-filter", help="Roles to filter", required=False, default="*"
)
@click.option("--roles-to-filter", help="Roles to filter", required=False, default="*")
def update_user_roles(
roles,
user_ou,
Expand Down Expand Up @@ -219,9 +217,7 @@ def user_expiry(user_ou, root_dn):
default="dc=moj,dc=com",
)
def remove_all_user_passwords(user_ou, root_dn):
cli.ldap_cmds.user.remove_all_user_passwords(
user_ou=user_ou, root_dn=root_dn
)
cli.ldap_cmds.user.remove_all_user_passwords(user_ou=user_ou, root_dn=root_dn)


# from cli.ldap import test
Expand Down

0 comments on commit f25fe02

Please sign in to comment.