Add extra documentation for LDAP configuration

This commit is contained in:
Paulo Gustavo Veiga 2013-09-25 11:00:54 -03:00
parent 5e8c1960e7
commit da8f474c64

View File

@ -121,11 +121,19 @@ security.type=db
# LDAP Configuration properties.
security.ldap.server=ldap://localhost:389
# If anonymous password is required, change the wisemapping-security-ldap.xml removing the
security.ldap.server.user=cn=pveiga,dc=wisemapping,dc=com
security.ldap.server.password=password
security.ldap.basedn=dc=wisemapping,dc=com
# This will be concatenated as part of the DN. In this case, I will be ou="people".
# In case this need to be changed, modify the wisemapping-security-ldap.xml.
security.ldap.subDn=people
# Attribute used as authentication login (Eg: in this case, the user email will be used)
security.ldap.auth.attribute=mail
security.ldap.lastName.attribute=sn