Skip to main content
All CollectionsFrequently Asked Questions
What should my LDAP server return in order for User Sync to work?
What should my LDAP server return in order for User Sync to work?
S
Written by Samia Suys
Updated over a week ago

Important

  • This is usually a task for your IT Administrator

  • There is a limit of 1000 users per User Sync

LDAP Example search results

The results should be a list of users with this structure as output

('cn=Janet Baker,ou=students,dc=cheqroom,dc=com',
 {'cn': ['Janet Baker'],
  'departmentNumber': ['Professional Journalism'],
  'mail': ['baker.janet@cheqroom.com'],
  'objectClass': ['inetOrgPerson'],
  'sn': ['baker'],
  'uid': ['baker.janet']})
('cn=Darren Kirk,ou=students,dc=cheqroom,dc=com',
 {'cn': ['Darren Kirk'],
  'departmentNumber': ['Professional Journalism'],
  'mail': ['kirk.darren@cheqroom.com'],
  'objectClass': ['inetOrgPerson'],
  'sn': ['kirk'],
  'uid': ['kirk.darren']})

Related articles

Did this answer your question?