News:

We really need your input in this questionnaire

Main Menu

LDAP setup with AD server

Started by STIme, April 04, 2019, 12:51:46 PM

Previous topic - Next topic

STIme

Hello,

I've summarized my LDAP setup to connect to AD servers :

NameValue
LdapUserUniqueIdobjectGUID
LdapUserMappingNamesAMAccountName
LdapUserDeleteActionDelete user
LdapUserClassuser
LdapSyncUserPassword
LdapSyncUserCN=MyLDAPUser,OU=OU1,OU=MyOU,DC=domain,DC=com
LdapSyncInterval1440
LdapSearchFilter(|(objectClass=user)(objectClass=group))
LdapSearchBaseOU=MyOU,DC=domain,DC=com
LdapPageSize1000
LdapMappingFullNamedisplayName
LdapMappingDescriptiondescription
LdapGroupUniqueIdobjectGUID
LdapGroupMappingNamesAMAccountName
LdapGroupClassgroup
LdapConnectionStringldap://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