Browse Source

Merge remote-tracking branch 'origin/master'

Jason Rivard 3 years ago
parent
commit
9aa9ad1990

+ 1 - 1
server/src/main/java/password/pwm/util/PropertyConfigurationImporter.java

@@ -265,7 +265,7 @@ public class PropertyConfigurationImporter
         interestedProperties.add( PropertyKey.UA_ADMIN );
         interestedProperties.add( PropertyKey.UA_ADMIN );
         interestedProperties.add( PropertyKey.RPT_ADMIN );
         interestedProperties.add( PropertyKey.RPT_ADMIN );
 
 
-        final String filter = "( objectclass=* )";
+        final String filter = "(objectclass=*)";
         final List<UserPermission> permissions = new ArrayList<>( );
         final List<UserPermission> permissions = new ArrayList<>( );
 
 
         for ( final PropertyKey propertyKey : interestedProperties )
         for ( final PropertyKey propertyKey : interestedProperties )