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

Jean-Noël Rouvignac
05.26.2016 0f88b78b378ac39f0c9ad5d2926404497d5bf4c9
opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/LocalOrRemotePanel.java
@@ -639,7 +639,7 @@
                Iterator<DN> it = info.getServerDescriptor().getAdministrativeUsers().iterator();
                while (it.hasNext() && !found)
                {
                  found = Utils.areDnsEqual(providedDn, it.next().toString());
                  found = DN.valueOf(providedDn).equals(it.next());
                }
                if (!found)
                {