]> andersk Git - moira.git/blob - incremental/ldap/gssldap.h
New incremental code, existing side by side by winad.incr for now.
[moira.git] / incremental / ldap / gssldap.h
1 /*
2  * Copyright (C) 1998-2000 Luke Howard. All rights reserved.
3  * CONFIDENTIAL
4  * $Id$
5  *
6  * Public client API for GSS-API LDAP SASL mechanism.
7  */
8
9 #ifndef _GSSLDAP_H_
10 #define _GSSLDAP_H_
11
12 #include <lber.h>
13 #include <ldap.h>
14
15 LDAP_API(int)
16 LDAP_CALL ldap_adgssapi_bind(LDAP * ld, const char *who, int layer, 
17                              char *ldap_domain_name, char *ldap_realm_name,
18                              char *server);
19 LDAP_API(int)
20 LDAP_CALL ldap_gssapi_debug(int on);
21
22 #endif                          /* _GSSLDAP_H_ */
This page took 0.212721 seconds and 5 git commands to generate.