LDAPUserData#
- class gafaelfawr.models.ldap.LDAPUserData(name=None, email=None, uid=None, gid=None)#
Bases:
object
Data for a user from LDAP.
This represents the subset of
TokenUserInfo
that 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