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

lutoff
28.29.2007 2956bf4b7410dd0f413593fe5bd2bd1ab76cf5f2
Add the admin suffix into the client backend object before committing the add
1 files modified
1 ■■■■ changed files
opends/src/ads/org/opends/admin/ads/ADSContextHelper.java 1 ●●●● patch | view | raw | blame | history
opends/src/ads/org/opends/admin/ads/ADSContextHelper.java
@@ -131,6 +131,7 @@
        suffixes = new TreeSet<DN>();
      }
      suffixes.add(DN.decode(ADSContext.getAdministrationSuffixDN()));
      backend.setBackendBaseDN(suffixes);
      backend.commit();
    }
    catch (Throwable t)