[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: commit: ldap/doc/man/man8 slappasswd.8



>At 06:39 PM 12/29/2003, Luke Howard wrote:
>>BTW we should check for crypt_r() -- not sure if the API signature is
>>portable but for platforms that we can support it avoids reentrancy
>>issues associated with crypt().
>
>Little point in that... it's all behind a mutex anyways.

Sure, but: plugins may call crypt() without being access to slapd's
mutex (we have one that does).

Also, performance... but, probably not a real biggie :-)

-- Luke