opends/src/server/org/opends/server/controls/ProxiedAuthV2Control.java
@@ -266,7 +266,7 @@ // Check for a zero-length value, which would be for an anonymous user. if (authorizationID.value().length == 0) { return new DN(); return DN.nullDN(); } @@ -346,7 +346,7 @@ // If the authorization ID is just "u:", then it's an anonymous request. if (lowerAuthzID.length() == 2) { return new DN(); return DN.nullDN(); }