You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

LDAP Users Import

Schema FieldDescriptionExample
User
User TypeThe LDAP user object class type

user,!computer

inetOrgPerson

posixAccount

User NameUsername attribute field of the user

sAMAccountName

cn

uid

User First NameFirst Name attribute field of the usergivenName
User Last NameLast Name attribute field of the usersn
User DescriptionDescription attribute field of the userdescription
User EmailEmail attribute field of the usermail
User TelephoneTelephone attribute field of the usertelephoneNumber
User CompanyCompany attribute field of the usercompany
User DepartmentDepartment attribute field of the userdepartment
User TitleTitle attribute field of the usertitle
User CountryCountry attribute field of the userco
User CityCity attribute field of the userl
User Postal CodePostal Code attribute field of the userpostalCode
User Post Office BoxPost Office Box attribute field of the userpostOfficeBox
User Street AddressStreet Address attribute field of the userstreetAddress
User ProvinceProvince attribute field of the userst
Group
Group TypeLDAP attribute objectClass value

group

groupOfUniqueNames

Group NameName attribute field of the user groupcn
Group DescriptionDescription attribute field of the user groupdescription
Group Membership
Group Membership Strategy

Strategy of resolving group membership of the user

  • MEMBER_OF - default, recommended
  • MEMBER - not recommended, use only if MEMBER_OF is not supported by the LDAP server due to potential performance issues  

Group Membership AttributeGroup membership attribute field of the user

memberOf

member

LDAP Authentication

Schema FieldDescriptionExample
Account
Account TypeThe LDAP user object class type

user

inetOrgPerson

posixAccount

Account NameUsername attribute field of the account

sAMAccountName

cn

uid

Account Display NameDisplay name attribute field of the accountdisplayName
Account EmailEmail attribute field of the accountmail
  • No labels