opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/PatternRDN.java
@@ -226,7 +226,7 @@ return false; } AttributeType rdnAttrType = DirectoryServer.getAttributeTypeOrNull(rdnKey); AttributeType rdnAttrType = DirectoryServer.getAttributeType(rdnKey); if (!matchValuePattern(patternMap.get(rdnKey), rdnAttrType, rdnMap.get(rdnKey))) { return false;