Some changes to allow processing of ldap controls on modify requests.
authorNadezhda Ivanova <nadezhda.ivanova@postpath.com>
Fri, 20 Nov 2009 11:22:38 +0000 (13:22 +0200)
committerNadezhda Ivanova <nadezhda.ivanova@postpath.com>
Fri, 20 Nov 2009 11:22:38 +0000 (13:22 +0200)
commita760f169f4936d7e2677db9229181e2c5ac23bcd
tree545c9c43890aa7d1d8cf810eb1d70e85cfd695c5
parent07e971f1c169387af806af05aa60b6d021feb898
Some changes to allow processing of ldap controls on modify requests.

ldap_backend used to filter out ldap controls on modify. Also, modified
python binding for ldap_modify to allow writing tests for such controls.
source4/ldap_server/ldap_backend.c
source4/lib/ldb/common/ldb.c
source4/lib/ldb/include/ldb.h
source4/lib/ldb/pyldb.c
source4/scripting/python/pyglue.c
source4/scripting/python/samba/__init__.py