Minor fixes
Update Spring 3.1.3 fixed.
This commit is contained in:
@@ -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
|
||||
#######################################################################################
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user