]> git.sur5r.net Git - openldap/commitdiff
Add passfile support
authorKurt Zeilenga <kurt@openldap.org>
Thu, 29 Aug 2002 03:32:01 +0000 (03:32 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 29 Aug 2002 03:32:01 +0000 (03:32 +0000)
include/lutil.h

index 86efb69931f426911de2b324224ea4572c8fa7d6..4c8f425543b868d5f67c23f476669a7fa46fdce9 100644 (file)
@@ -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 */