From 30c8aeb926e72f3a315c9a12994f1896799e8a2a Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Thu, 29 Aug 2002 03:32:01 +0000 Subject: [PATCH] Add passfile support --- include/lutil.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 */ -- 2.39.5