LDAPUserData#
- class gafaelfawr.models.ldap.LDAPUserData(name=None, email=None, uid=None, gid=None)#
Bases:
objectData for a user from LDAP.
This represents the subset of
TokenUserInfothat comes from LDAP. Which elements in particular are filled out varies based on configuration.- Parameters:
Attributes Summary
Methods Summary
is_empty()Whether any information was found in LDAP for this user.
Attributes Documentation
Methods Documentation