diff --git a/libraries/liblutil/passwd.c b/libraries/liblutil/passwd.c index 85511c0875..5c2c1ed29e 100644 --- a/libraries/liblutil/passwd.c +++ b/libraries/liblutil/passwd.c @@ -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.