]> andersk Git - moira.git/blame - incremental/winad/gssldap.h
Set creation time and creator information for new users.
[moira.git] / incremental / winad / gssldap.h
CommitLineData
5d0a7127 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
15LDAP_API(int)
16LDAP_CALL ldap_adgssapi_bind(LDAP * ld, const char *who, int layer);
17LDAP_API(int)
18LDAP_CALL ldap_gssapi_debug(int on);
19
20#endif /* _GSSLDAP_H_ */
This page took 0.171647 seconds and 5 git commands to generate.