Release bumped to "gts4".
[tac_plus.git] / ldap_author.h
1 #ifndef LDAP_AUTHOR_H
2 #define LDAP_AUTHOR_H 1
3
4 #include "tac_plus.h"
5
6 #ifdef USE_LDAP
7
8
9 extern int ldap_verify TAC_ARGS((const char *user, const char *users_passwd, const char *str_conn));
10
11
12 #endif /* USE_LDAP */
13
14 #endif /* LDAP_AUTHOR_H */