From cec140b1fd5e279491d84cdc52d2c4718e8cd989 Mon Sep 17 00:00:00 2001 From: Michael Magill Date: Fri, 25 Apr 2014 20:36:48 +0000 Subject: [PATCH] changed default security.ldap.subDn parameter to include "ou=" --- wise-webapp/src/main/webapp/WEB-INF/app.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wise-webapp/src/main/webapp/WEB-INF/app.properties b/wise-webapp/src/main/webapp/WEB-INF/app.properties index 38e6d08d..ce732333 100755 --- a/wise-webapp/src/main/webapp/WEB-INF/app.properties +++ b/wise-webapp/src/main/webapp/WEB-INF/app.properties @@ -128,9 +128,9 @@ 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". +# 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 +security.ldap.subDn=ou=people # Attribute used as authentication login (Eg: in this case, the user email will be used) security.ldap.auth.attribute=mail