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 fe7a461 commit dabdfc6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/cli/hpc_access_cli/states.py
Original file line number Diff line number Diff line change
Expand Up @@ -510,9 +510,10 @@ def build_hpcuser(u: LdapUser, quotas: Dict[str, str]) -> HpcUser:
uuid=user_uuids[u.uid],
primary_group=primary_group,
description=None,
full_name=u.display_name,
full_name=u.cn,
first_name=u.given_name,
last_name=u.sn,
display_name=u.display_name,
email=u.mail,
phone_number=u.telephone_number,
resources_requested=ResourceDataUser(**quotas),
Expand Down

0 comments on commit dabdfc6

Please sign in to comment.