From: Kurt Zeilenga Date: Thu, 29 Aug 2002 03:32:01 +0000 (+0000) Subject: Add passfile support X-Git-Tag: OPENLDAP_REL_ENG_2_1_5~106 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=30c8aeb926e72f3a315c9a12994f1896799e8a2a;p=openldap Add passfile support --- diff --git a/include/lutil.h b/include/lutil.h index 86efb69931..4c8f425543 100644 --- a/include/lutil.h +++ b/include/lutil.h @@ -56,9 +56,15 @@ lutil_entropy LDAP_P(( unsigned char *buf, ber_len_t nbytes )); -/* passwd.c */ +/* passfile.c */ struct berval; /* avoid pulling in lber.h */ +LDAP_LUTIL_F( int ) +lutil_get_filed_password LDAP_P(( + const char *filename, + struct berval * )); + +/* passwd.c */ LDAP_LUTIL_F( int ) lutil_authpasswd LDAP_P(( const struct berval *passwd, /* stored password */