in reply to Re^3: Need help on Net::LDAP
in thread Need help on Net::LDAP
A crypted password, in the traditional unix sense, should be 13 characters long, and already in a base-64ish representation. It appeared to me, after reading a couple of incomplete sites documenting how this works in LDAP, is that since the password field is binary, it is always base64 encoded. This can be read as base64 encoding a string that is already base64 encoded.
I have since questioned the data I based my conclusion on, and all I can say at this point is... "I don't know" :)
--MidLifeXis
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: Need help on Net::LDAP
by ghenry (Vicar) on May 05, 2008 at 12:57 UTC |