[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: LDAP authentication with PAM



Previously Marc Martinez wrote:
> the problem turned out to be with libcrypto being linked
> in before libcrypt, and the crypt() function being overridden without
> support for the md5 hashes.

Yup, that is a known problem (now, where is that openldap maintainer
to fix that? :). Upstream hasn't decided on the right fix yet as
far as I know, but replacing crypt() with our_crypt() throughout
the source should fix this.

Wichert.

-- 
   ________________________________________________________________
 / Generally uninteresting signature - ignore at your convenience  \
| wichert@cistron.nl                  http://www.liacs.nl/~wichert/ |
| 1024D/2FA3BC2D 576E 100B 518D 2F16 36B0  2805 3CB8 9250 2FA3 BC2D |



Reply to: