Issue 4359 - slapi_pw_find() fix
Summary: slapi_pw_find() fix
Status: VERIFIED FIXED
Alias: None
Product: OpenLDAP
Classification: Unclassified
Component: contrib (show other issues)
Version: unspecified
Hardware: All All
: --- normal
Target Milestone: ---
Assignee: OpenLDAP project
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-20 18:57 UTC by Oni (Paolo Meschi)
Modified: 2014-08-01 21:05 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Oni (Paolo Meschi) 2006-01-20 18:57:05 UTC
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

Comment 1 Kurt Zeilenga 2006-01-20 19:45:12 UTC
changed notes
changed state Open to Feedback
moved from Incoming to Contrib
Comment 2 Howard Chu 2009-01-26 21:37:43 UTC
changed notes
changed state Feedback to Test
Comment 3 Quanah Gibson-Mount 2009-01-26 22:03:41 UTC
changed notes
changed state Test to Release
Comment 4 Quanah Gibson-Mount 2009-02-15 02:01:57 UTC
changed notes
changed state Release to Closed
Comment 5 Howard Chu 2009-02-17 07:00:14 UTC
moved from Contrib to Archive.Contrib
Comment 6 OpenLDAP project 2014-08-01 21:05:16 UTC
SLAPI
Added in HEAD
Added in RE24