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']})