Make CMS running without data area, and remove unnecessary dependencies.
[lgpl/argeo-commons.git] / org.argeo.util / src / org / argeo / util / directory / DirectoryConf.java
index c0f96ee75309077ca493c32b21ac00cdc46c3154..4450ca4743242c2d8d29738b2c43b5189ed44e93 100644 (file)
@@ -15,10 +15,10 @@ import org.argeo.util.naming.NamingUtils;
 /** Properties used to configure user admins. */
 public enum DirectoryConf {
        /** Base DN (cannot be configured externally) */
-       baseDn("dc=example,dc=com"),
+       baseDn(null),
 
        /** URI of the underlying resource (cannot be configured externally) */
-       uri("ldap://localhost:10389"),
+       uri(null),
 
        /** User objectClass */
        userObjectClass("inetOrgPerson"),