Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
stolpeo committed Dec 18, 2024
1 parent df24382 commit 6207963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/cli/hpc_access_cli/states.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ def _build_ldap_users(self, hpcaccess_state: HpcaccessState) -> Dict[str, LdapUs
cn=user.full_name,
sn=user.last_name,
given_name=user.first_name,
display_name=user.full_name,
display_name=user.display_name,
uid=user.username,
mail=user.email,
# gecos=None,
Expand Down

0 comments on commit 6207963

Please sign in to comment.