Explorar o código

Fixed dumb mistake in the DN of the second user object.

Robert Sanders %!s(int64=20) %!d(string=hai) anos
pai
achega
3762ba25e8

+ 1 - 1
sandbox/src/test/java/org/acegisecurity/providers/dao/ldap/support/LdapDirInitializer.java

@@ -62,7 +62,7 @@ public class LdapDirInitializer {
 	}
 	
 	private void dirInit_SimpleCnUser(DirContext ctx) throws NamingException {
-		String name = "cn=user.two,ou=users";
+		String name = "cn=User Two,ou=users";
         Attributes attrs = new BasicAttributes();
         attrs.put("dn", name + ",ou=system");
         attrs.put("cn", "Two User");