mbasanta / passlib

Automatically exported from code.google.com/p/passlib
Other
0 stars 0 forks source link

LDAP {CRYPT} support #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Add support for LDAP {CRYPT} format hashes.

Need the following:

* test vectors
* information on how it interacts w/ underlying OS policy - does it just use 
des-crypt, or does it use whatever OS would normally use for user accounts (eg 
bcrypt or sha512 crypt). 
* encoding method (base64 assumed, would match other LDAP hashes)

Original issue reported on code.google.com by elic%astllc.org@gtempaccount.com on 28 Mar 2011 at 7:18

GoogleCodeExporter commented 9 years ago

Original comment by elic%astllc.org@gtempaccount.com on 29 Apr 2011 at 7:23

GoogleCodeExporter commented 9 years ago
done as of cfed3b133acf

Original comment by elic%astllc.org@gtempaccount.com on 29 Apr 2011 at 8:30

GoogleCodeExporter commented 9 years ago

Original comment by elic@astllc.org on 12 Sep 2011 at 2:29