mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-01 14:15:49 +08:00
Fix usage in comment
This commit is contained in:
parent
28c6217a12
commit
4c0be829e1
@ -4,10 +4,13 @@
|
||||
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
||||
*/
|
||||
/*
|
||||
* lutil_password(credentials, password)
|
||||
* int lutil_passwd(
|
||||
* const struct berval *passwd,
|
||||
* const struct berval *cred,
|
||||
* const char **schemes )
|
||||
*
|
||||
* Returns true if user supplied credentials matches
|
||||
* the stored password.
|
||||
* Returns true if user supplied credentials (cred) matches
|
||||
* the stored password (passwd).
|
||||
*
|
||||
* Due to the use of the crypt(3) function
|
||||
* this routine is NOT thread-safe.
|
||||
|
Loading…
Reference in New Issue
Block a user