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

jarnou
17.35.2007 16781afd94b0ad1014b8394f524ffcc5bd89255b
opends/src/server/org/opends/server/core/DirectoryServer.java
@@ -7164,7 +7164,7 @@
          }
        case EXTENDED:
         ExtendedOperation extOp = (ExtendedOperation) operation;
         ExtendedOperationBasis extOp = (ExtendedOperationBasis) operation;
         String   requestOID = extOp.getRequestOID();
         if (!((requestOID != null) &&
                 requestOID.equals(OID_START_TLS_REQUEST)))
@@ -7211,7 +7211,7 @@
        case EXTENDED:
          // We will only allow the password modify and StartTLS extended
          // operations.
          ExtendedOperation extOp = (ExtendedOperation) operation;
          ExtendedOperationBasis extOp = (ExtendedOperationBasis) operation;
          String            requestOID = extOp.getRequestOID();
          if ((requestOID == null) ||
              ((! requestOID.equals(OID_PASSWORD_MODIFY_REQUEST)) &&