Knowledge: Job Scheduler - Sync Users from Active Directory
Back
Knowledge
Title*Job Scheduler - Sync Users from Active Directory
ManualAdministration
Manual Level TwoJob Scheduler
Created10/08/2020
DetailThis Job Scheduler action is designed to either Add, Disable or Add and Disable users based on LDAP query.
Please notes the following when using:
- If you get LDAP query wrong you could accidentally disable alot of users.
- The query used is built from the connection setting ADConnectionString and the app setting ADFilter. ADFilter automatically always has (&(objectClass=user)(objectCategory=person)(samaccountname=*)(cn=*)).
- API Enabled users in Sysero will not automatically be disabled if not in LDAP Query.
- Non Active Directory users in Sysero will not automatically be disabled if not in LDAP Query.
- All new users via this method are System users.
- Role applied to new users will be System default or if match via AD Group can be found in Role it will apply that role.
Additional Manual Locations