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

(ITS#4359) slapi_pw_find() fix



Full_Name: Paolo Meschi
Version: HEAD
OS: Linux
URL: http://www.paolomeschi.com/patches/openldap/openldap-slapi_pw_find.patch
Submission from: (NULL) (82.58.104.1)


This is a simple implementation of the SLAPI function slapi_pw_find( struct
berval **vals, struct berval *v ) declared in slapi_utils.c file.
slapi_pw_find() determines whether or not the cleartext password stored in "v"
matches one of the encrypted (those values may also be in clear text) passwords
in the "vals" array. If one value matches, it return success (0) else 1.

The patch could be found at this address:
http://www.paolomeschi.com/patches/openldap/openldap-slapi_pw_find.patch