1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-30 13:18:05 +03:00
samba-mirror/source3/rpc_server/srv_ldap_helpers.c
Luke Leighton 9118b8508b retired this file: it's not actually needed now that passdb.c provides
the interface point.
(This used to be commit 27ba6fafc9)
1998-05-12 14:01:56 +00:00

15 lines
215 B
C

#ifdef USE_LDAP
#include "includes.h"
#include "lber.h"
#include "ldap.h"
extern int DEBUGLEVEL;
#else /* USE_LDAP */
/* this keeps fussy compilers happy */
void ldap_helper_dummy(void)
{}
#endif /* USE_LDAP */