Bug with encrypt function
-
Hi,
Thank you for a great plugin.
I think there is a small issue with your encrypt method of Mo_Ldap_Local_Util class.
If the service account password contains a single quote per se, str argument that is passed to encrypt method has an escaped version of the password (which is different from the original password)
e.g.
7805d2R'$Hturns into7805d2R\'$Hwhen it is passed to encrypt method.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Bug with encrypt function’ is closed to new replies.