mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

coulbeck
30.02.2007 118318842266d6465758a7cc026babd60ff9ac7b
opends/src/server/org/opends/server/core/PasswordPolicyConfigManager.java
@@ -92,12 +92,12 @@
         managementContext.getRootConfiguration();
    // Register as an add and delete listener with the root configuration so we
    // can be notified if any password ploicies entries are added or removed.
    // can be notified if any password policy entries are added or removed.
    rootConfiguration.addPasswordPolicyAddListener(this);
    rootConfiguration.addPasswordPolicyDeleteListener(this);
    // First, get the configuration base entry.
    String[] passwordPoliciesName = rootConfiguration.listPasswordPolicys() ;
    String[] passwordPoliciesName = rootConfiguration.listPasswordPolicies() ;
    // See if the base entry has any children.  If not, then that means that
    // there are no policies defined, so that's a problem.