Comment 7 for bug 1178032

Revision history for this message
Adam Young (ayoung) wrote : Re: ldap list members returns passwords

Password should neve be visible anywhere in the system. I think we can remove it from the LDAP backend everywhere. It will break the "change password" code, but that could be special cased.

The SQL backend makes use of the password to compare. The LDAP code does not need to do this, as it does a "simple bind" to authenticate the user.