mirror of
https://github.com/samba-team/samba.git
synced 2025-12-02 00:23:50 +03:00
r17420: add client support for the LDAP_SERVER_DOMAIN_SCOPE control
metze
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
4ccd0f8171
commit
84e74a759c
@@ -429,6 +429,13 @@ typedef int (*ldb_qsort_cmp_fn_t) (void *v1, void *v2, void *opaque);
|
||||
*/
|
||||
#define LDB_CONTROL_SD_FLAGS_OID "1.2.840.113556.1.4.801"
|
||||
|
||||
/**
|
||||
OID for specifying an advanced scope for the search (one partition)
|
||||
|
||||
\sa <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ldap/ldap/ldap_server_domain_scope_oid.asp">Microsoft documentation of this OID</a>
|
||||
*/
|
||||
#define LDB_CONTROL_DOMAIN_SCOPE_OID "1.2.840.113556.1.4.1339"
|
||||
|
||||
/**
|
||||
OID for specifying an advanced scope for a search
|
||||
|
||||
|
||||
Reference in New Issue
Block a user