Hello,
I've summarized my LDAP setup to connect to AD servers :
| Name | Value |
| LdapUserUniqueId | objectGUID |
| LdapUserMappingName | sAMAccountName |
| LdapUserDeleteAction | Delete user |
| LdapUserClass | user |
| LdapSyncUserPassword | |
| LdapSyncUser | CN=MyLDAPUser,OU=OU1,OU=MyOU,DC=domain,DC=com |
| LdapSyncInterval | 1440 |
| LdapSearchFilter | (|(objectClass=user)(objectClass=group)) |
| LdapSearchBase | OU=MyOU,DC=domain,DC=com |
| LdapPageSize | 1000 |
| LdapMappingFullName | displayName |
| LdapMappingDescription | description |
| LdapGroupUniqueId | objectGUID |
| LdapGroupMappingName | sAMAccountName |
| LdapGroupClass | group |
| LdapConnectionString | ldap://srv1:389 ldap://srv2:389 |
In order to have two LDAP servers, add a space between the server URL
Everything works perfectly, I only have one thing, computers are merged with users. Any idea to filter this ?
Thanks