Moved access_check_on_dn from acl module as an utility.
authorNadezhda Ivanova <nadezhda.ivanova@postpath.com>
Thu, 11 Mar 2010 21:10:38 +0000 (23:10 +0200)
committerNadezhda Ivanova <nadezhda.ivanova@postpath.com>
Thu, 11 Mar 2010 22:20:15 +0000 (00:20 +0200)
commit222b955237ed2a0d838738b4bacffc1106af2dc3
treeac5a46114c1b21cb16c6b175efb4cb04fb6e2915
parent24a7f8f2dbae73e862b9b3d4c6f0692054c354b3
Moved access_check_on_dn from acl module as an utility.

Made this an utility function so it can be used for access checking
outside of the acl ldb module, such as checking validated writes and
control access rights in other protocols (e. g drs)
source4/dsdb/common/dsdb_access.c [new file with mode: 0644]
source4/dsdb/config.mk
source4/dsdb/samdb/ldb_modules/acl.c