Skip to content
Snippets Groups Projects
Commit d4c814ec authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Move extern to proto header

parent 4c52827d
No related branches found
No related tags found
No related merge requests found
......@@ -19,9 +19,6 @@
#define LDAP_KRB_PRINCIPAL "ldapserver"
extern char *ldap_srvtab;
extern Attribute *attr_find();
krbv4_ldap_auth(
Backend *be,
struct berval *cred,
......
......@@ -591,6 +591,7 @@ LIBSLAPD_F (int) slap_passwd_parse(
* kerberos.c
*/
#ifdef LDAP_API_FEATURE_X_OPENLDAP_V2_KBIND
extern char *ldap_srvtab;
LIBSLAPD_F (int) krbv4_ldap_auth();
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment