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

Matthew Swift
15.55.2011 59869bedd9ba1d3e3565f729db16c63aa6386ea1
opends/src/server/org/opends/server/workflowelement/externalchangelog/ECLSearchOperation.java
@@ -477,6 +477,10 @@
        }
        else if (oid.equals(OID_PROXIED_AUTH_V1))
        {
          // Log usage of legacy proxy authz V1 control.
          addAdditionalLogItem(AdditionalLogItem.keyOnly(getClass(),
              "obsoleteProxiedAuthzV1Control"));
          // The requester must have the PROXIED_AUTH privilige in order to be
          // able to use this control.
          if (! clientConnection.hasPrivilege(Privilege.PROXIED_AUTH, this))