From 7d2d68e7c20063e34ef23c9ec60d3f71d92d650d Mon Sep 17 00:00:00 2001 From: Ulrik Sandberg Date: Wed, 17 Jan 2007 23:23:57 +0000 Subject: [PATCH] IN PROGRESS - issue LDAP-36: Ldap Person example using OpenLDAP http://opensource.atlassian.com/projects/spring/browse/LDAP-36 --- spring-ldap-person/src/main/webapp/WEB-INF/ldap.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-ldap-person/src/main/webapp/WEB-INF/ldap.properties b/spring-ldap-person/src/main/webapp/WEB-INF/ldap.properties index d3dfc30a..a46eef4d 100644 --- a/spring-ldap-person/src/main/webapp/WEB-INF/ldap.properties +++ b/spring-ldap-person/src/main/webapp/WEB-INF/ldap.properties @@ -1,4 +1,4 @@ url=ldap://127.0.0.1 -userDn=cn=Manager,dc=jayway,dc=se +userDn=uid=admin,ou=system password=secret base=dc=jayway,dc=se