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

Jean-Noël Rouvignac
02.13.2016 b07c0abd6d12c7f9ca9321ca0d01205b37b11d07
opendj-server-legacy/src/main/java/org/opends/server/plugins/PasswordPolicyImportPlugin.java
@@ -227,7 +227,7 @@
    // syntax defined in the schema.
    HashSet<AttributeType> authPWTypes = new HashSet<>();
    HashSet<AttributeType> userPWTypes = new HashSet<>();
    for (AttributeType t : DirectoryServer.getAttributeTypes())
    for (AttributeType t : DirectoryServer.getSchema().getAttributeTypes())
    {
      switch (SchemaUtils.checkPasswordType(t))
      {