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

lutoff
05.42.2008 b3e78216a2838f9e8c7c68bdf1a1fd9f4989521d
opends/src/ads/org/opends/admin/ads/ADSContext.java
@@ -1271,6 +1271,8 @@
    LdapName dnCentralAdmin =
      makeDNFromAdministratorProperties(adminProperties);
    boolean updatePassword = adminProperties
        .containsKey(AdministratorProperty.PASSWORD);
    try
    {
      // Entry renaming
@@ -1307,7 +1309,7 @@
      {
        BasicAttributes attrs =
          makeAttrsFromAdministratorProperties(
              adminProperties, false, currentPrivileges);
              adminProperties, updatePassword, currentPrivileges);
        dirContext.modifyAttributes(dnCentralAdmin,
            DirContext.REPLACE_ATTRIBUTE, attrs);
      }