Minor fixes

Update Spring 3.1.3 fixed.
This commit is contained in:
Paulo Gustavo Veiga
2013-02-17 21:26:42 -03:00
parent 3ff67910c9
commit cb6828c08e
4 changed files with 17 additions and 9 deletions

View File

@@ -100,9 +100,15 @@ google.analytics.account=UA-XXXX
google.ads.enabled=false
#######################################################################################
LDAP Configuration Section
Security Configuration Section
#######################################################################################
security.ldap.enabled=false
# Two type of security are supported:
# - db: User are stored in the database. Registration is required in advance.
# - ldap: Authentication takes place using a LDAP. In this case, security.ldap.* must be configured.
security.type=db
# LDAP Configuration properties.
security.ldap.server=ldap://localhost:389
security.ldap.server.user=cn=pveiga,dc=wisemapping,dc=com
security.ldap.server.password=password
@@ -110,7 +116,6 @@ security.ldap.server.password=password
security.ldap.basedn=dc=wisemapping,dc=com
security.ldap.subDn=people
security.ldap.auth.attribute=mail
#######################################################################################