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

lutoff
29.35.2007 3893ca0582b7d55356be3d7acede9141527ef2da
Remove 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
@@ -83,6 +83,7 @@
          {
            if (suffixes.size() > 0)
            {
              backend.setBackendBaseDN(suffixes);
              backend.commit();
            }
            else