Skip to content

Commit

Permalink
Update user.py
Browse files Browse the repository at this point in the history
  • Loading branch information
georgepstaylor committed Apr 25, 2024
1 parent a944171 commit b48bde7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/ldap_cmds/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ def remove_all_user_passwords(
raise e

found_users = [entry.entry_dn for entry in ldap_connection.entries]
log.debug("users found from user filter")
log.debug("Users found:")
log.debug(found_users)

for user in found_users:
Expand Down

0 comments on commit b48bde7

Please sign in to comment.