mirror of
https://github.com/samba-team/samba.git
synced 2025-01-22 22:04:08 +03:00
s3-winbindd: no need to globally include ldap headers in winbindd.
Guenther
This commit is contained in:
parent
7de6e6fbc7
commit
21691b38bc
@ -28,7 +28,6 @@
|
||||
#include "librpc/gen_ndr/wbint.h"
|
||||
|
||||
#include "talloc_dict.h"
|
||||
#include "smb_ldap.h"
|
||||
|
||||
#include "../lib/util/tevent_ntstatus.h"
|
||||
|
||||
|
@ -769,7 +769,7 @@ static NTSTATUS msrpc_lookup_groupmem(struct winbindd_domain *domain,
|
||||
|
||||
#ifdef HAVE_LDAP
|
||||
|
||||
#include <ldap.h>
|
||||
#include "smb_ldap.h"
|
||||
|
||||
static int get_ldap_seq(const char *server, struct sockaddr_storage *ss, int port, uint32 *seq)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user