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
Preferred email address.
Primary GID.
Preferred full name.
UID number.
Attributes Documentation