mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
r5305: removed libcli/ldap/ldap.h from includes.h
(This used to be commit 0df3fdd817
)
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
bed7c9ec32
commit
501379431c
@ -21,9 +21,10 @@
|
||||
#include "includes.h"
|
||||
#include "ldap_server/ldap_server.h"
|
||||
#include "dlinklist.h"
|
||||
#include "libcli/ldap/ldap.h"
|
||||
|
||||
|
||||
struct ldapsrv_reply *ldapsrv_init_reply(struct ldapsrv_call *call, enum ldap_request_tag type)
|
||||
struct ldapsrv_reply *ldapsrv_init_reply(struct ldapsrv_call *call, uint8_t type)
|
||||
{
|
||||
struct ldapsrv_reply *reply;
|
||||
|
||||
@ -47,7 +48,7 @@ NTSTATUS ldapsrv_queue_reply(struct ldapsrv_call *call, struct ldapsrv_reply *re
|
||||
return NT_STATUS_OK;
|
||||
}
|
||||
|
||||
struct ldapsrv_partition *ldapsrv_get_partition(struct ldapsrv_connection *conn, const char *dn, enum ldap_scope scope)
|
||||
struct ldapsrv_partition *ldapsrv_get_partition(struct ldapsrv_connection *conn, const char *dn, uint8_t scope)
|
||||
{
|
||||
if (scope == LDAP_SEARCH_SCOPE_BASE
|
||||
&& strcasecmp("", dn) == 0) {
|
||||
|
Reference in New Issue
Block a user