Hello, I will report a BUG in users.properties. When the *username contains simple backslash* \, it must be written doppelt in this file. For example: user\\name=password,roles
It is correct and the user is found. But when is the property *encryption.enabled=true* in the org.apache.karaf.jaas.modules.properties.PropertiesLoginModule, then after the first reading of this user the password is encrypted and the *doppelt backslash is automatically replaced with simple backslash*: user\name=encrypted_password,roles *This change causes failure: the username is not found on the next time.* Please, correct the behaviour. Do not replace the doppelt backslash with simple backslash or enable to enter the username with simple backslash. I use apache-servicemix-4.4.1-fuse-07-11 on Linux. Thanks, Radomir -- View this message in context: http://servicemix.396122.n5.nabble.com/BUG-in-users-properties-tp5714821.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
