]> git.sur5r.net Git - openldap/commitdiff
Fix usage in comment
authorKurt Zeilenga <kurt@openldap.org>
Fri, 17 Mar 2000 02:07:59 +0000 (02:07 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 17 Mar 2000 02:07:59 +0000 (02:07 +0000)
libraries/liblutil/passwd.c

index 85511c0875e8712a05a42385bcd26db249022772..5c2c1ed29e9e8f18831582ed4165b15decdd7162 100644 (file)
@@ -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.