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

jvergara
17.53.2007 8feee36de8e6042f928439b06a03d50018423afe
opends/src/ads/org/opends/admin/ads/ADSContext.java
@@ -191,6 +191,9 @@
    }
  };
  /** Default global admin UID. */
  public static final String GLOBAL_ADMIN_UID = "admin";
  private static HashMap<String, ServerProperty> nameToServerProperty = null;
  /**
@@ -1219,7 +1222,7 @@
    oc.add("top");
    oc.add("person");
    attrs.put(oc);
    attrs.put("sn", "admin");
    attrs.put("sn", GLOBAL_ADMIN_UID);
    if (adminProperties.containsKey(AdministratorProperty.DESCRIPTION))
    {
      attrs.put("description", adminProperties