2010/2/11 Nicolas Girardin <[email protected]>: > Hi all, > We needed LTP Self service password to change password stored by > phpLdapAdmin in the {CRYPT} format, but found that self service password > only manage SSHA, so we made a patch to store passwords in {CRYPT} format! > :) > Would you like us to submit it to you?
Of course, any patch is welcomed. Can you fill an issue on http://tools.ltb-project.org/projects/ltb/issues ? (Please create an account first). Just a remark: CRYPT is not a very good idea because this method is OS specific, so you can have different results depending which OS is used to crypt the string. If you can, prefer SMD5 or SSHA. Clément. _______________________________________________ ltb-dev mailing list [email protected] http://lists.ltb-project.org/listinfo/ltb-dev
