Forráskód Böngészése

fix issue with ldapUser permission not retrieving user during configguide or configeditor in certain situations

Jason Rivard 4 éve
szülő
commit
40bcebb285

+ 1 - 0
server/src/main/java/password/pwm/ldap/permission/LdapUserDNTypeHelper.java

@@ -72,6 +72,7 @@ class LdapUserDNTypeHelper implements PermissionTypeHelper
         return SearchConfiguration.builder()
                 .username( "*" )
                 .enableContextValidation( false )
+                .enableValueEscaping( false )
                 .ldapProfile( UserPermissionUtility.profileIdForPermission( userPermission ) )
                 .contexts( Collections.singletonList( userPermission.getLdapBase() ) )
                 .searchScope( SearchConfiguration.SearchScope.base )