1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-25 06:04:04 +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 27ba6fafc90d8de7107f39c848f1f34b021ed0a0)
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 */