Standardise user admin unit tests
[lgpl/argeo-commons.git] / org.argeo.security.core / ext / test / org / argeo / osgi / useradmin / BasicTestConstants.java
index 56c9b92cd7a23291c0689982b987ed9bcea6e8ad..5bf1b5b0f2f417b561092ca78f8b7c5e5feaf386 100644 (file)
@@ -1,8 +1,8 @@
 package org.argeo.osgi.useradmin;
 
 interface BasicTestConstants {
-       final static String ROOT_USER_DN = "uid=root+cn=Super Admin,ou=People,dc=demo,dc=example,dc=org";
-       final static String DEMO_USER_DN = "uid=demo,ou=People,dc=demo,dc=example,dc=org";
-       final static String ADMIN_GROUP_DN = "cn=admin,ou=Roles,dc=demo,dc=example,dc=org";
-       final static String EDITOR_GROUP_DN = "cn=editor,ou=Roles,dc=demo,dc=example,dc=org";
+       final static String ROOT_USER_DN = "uid=root,ou=users,dc=example,dc=com";
+       final static String DEMO_USER_DN = "uid=demo,ou=users,dc=example,dc=com";
+       final static String ADMIN_GROUP_DN = "cn=admin,ou=groups,dc=example,dc=com";
+       final static String EDITORS_GROUP_DN = "cn=editors,ou=groups,dc=example,dc=com";
 }