Monday 23 September 2013

LDAP Server



##LDAP Server

ldap.base.provider.url=ldap://XX.XXX.XX.XXX:389
ldap.base.dn=o=XXX,c=com
ldap.security.principal=uid=myXXXX,cn=Local,cn=Users,dc=xxx,dc=com
ldap.security.credentials=object00
ldap.user.mappings=screenName=uid\npassword=userPassword\nemailAddress=mail\nfirstName=g
ivenName\nlastName=sn\n
ldap.group.mappings=groupName=cn\ndescription=description\nuser=member


##To disable or enable the importing users from the LDAP


ldap.import.enabled=true
ldap.import.on.startup=true
ldap.import.interval=10

No comments:

Post a Comment