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

lutoff
28.29.2007 4e5ae1f61e42a59b239fce55c16fd8ccd7e4e47f
Add the admin suffix into the client backend object before committing the add
1 files modified
1 ■■■■ changed files
opendj-sdk/opends/src/ads/org/opends/admin/ads/ADSContextHelper.java 1 ●●●● patch | view | raw | blame | history
opendj-sdk/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)