summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/samdb.h
diff options
context:
space:
mode:
authorNadezhda Ivanova <nivanova@samba.org>2010-10-27 14:04:03 +0300
committerNadezhda Ivanova <nivanova@samba.org>2010-10-27 11:55:11 +0000
commit3003bd40379b669e8b2cef7a40784f0114344f8e (patch)
tree05820473372336d6ffe459765ae0335d3bc56a65 /source4/dsdb/samdb/samdb.h
parentb1f6a2be271881cb93764b54dc89d35f4467f1fb (diff)
downloadsamba-3003bd40379b669e8b2cef7a40784f0114344f8e.tar.gz
samba-3003bd40379b669e8b2cef7a40784f0114344f8e.tar.bz2
samba-3003bd40379b669e8b2cef7a40784f0114344f8e.zip
s4-ldb: Changes the aclread module to use LDB_HANDLE_FLAG_UNTRUSTED to determine the source of the request
The aclread module used to use a control to make sure the request comes from the ldap server, but now the rootdse filters out any unregistered controls comming from ldap, so the control is lost. Using the LDB_HANDLE_FLAG_UNTRUSTED is a much more elegant solution. Autobuild-User: Nadezhda Ivanova <nivanova@samba.org> Autobuild-Date: Wed Oct 27 11:55:11 UTC 2010 on sn-devel-104
Diffstat (limited to 'source4/dsdb/samdb/samdb.h')
-rw-r--r--source4/dsdb/samdb/samdb.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source4/dsdb/samdb/samdb.h b/source4/dsdb/samdb/samdb.h
index 4a9edbae10..a3d8f7952d 100644
--- a/source4/dsdb/samdb/samdb.h
+++ b/source4/dsdb/samdb/samdb.h
@@ -192,7 +192,4 @@ struct dsdb_fsmo_extended_op {
struct GUID destination_dsa_guid;
};
-/* applied access checks on LDAP reads */
-#define DSDB_CONTROL_SEARCH_APPLY_ACCESS "1.3.6.1.4.1.7165.4.3.15"
-
#endif /* __SAMDB_H__ */