Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
stolpeo committed Dec 17, 2024
1 parent 04c6a34 commit 1fd1cac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/cli/hpc_access_cli/ldap.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ def load_users(self) -> List[LdapUser]:
gid_number=gid_number,
home_directory=home_directory,
login_shell=login_shell,
telephone_number=attribute_as_str(entry.telephoneNumber),
# gecos=None,
# ssh_public_key=attribute_list_as_str_list(entry.sshPublicKey),
)
Expand Down

0 comments on commit 1fd1cac

Please sign in to comment.