summaryrefslogtreecommitdiff
path: root/source4/dsdb/config.mk
diff options
context:
space:
mode:
authorNadezhda Ivanova <nadezhda.ivanova@postpath.com>2010-03-11 23:10:38 +0200
committerNadezhda Ivanova <nadezhda.ivanova@postpath.com>2010-03-12 00:20:15 +0200
commit222b955237ed2a0d838738b4bacffc1106af2dc3 (patch)
treeac5a46114c1b21cb16c6b175efb4cb04fb6e2915 /source4/dsdb/config.mk
parent24a7f8f2dbae73e862b9b3d4c6f0692054c354b3 (diff)
downloadsamba-222b955237ed2a0d838738b4bacffc1106af2dc3.tar.gz
samba-222b955237ed2a0d838738b4bacffc1106af2dc3.tar.bz2
samba-222b955237ed2a0d838738b4bacffc1106af2dc3.zip
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)
Diffstat (limited to 'source4/dsdb/config.mk')
-rw-r--r--source4/dsdb/config.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/dsdb/config.mk b/source4/dsdb/config.mk
index 9a1cee979f..356f732ee3 100644
--- a/source4/dsdb/config.mk
+++ b/source4/dsdb/config.mk
@@ -26,7 +26,8 @@ PRIVATE_DEPENDENCIES = LIBLDB NDR_DRSBLOBS LIBCLI_LDAP_NDR UTIL_LDB LIBCLI_AUTH
SAMDB_COMMON_OBJ_FILES = $(addprefix $(dsdbsrcdir)/common/, \
util.o \
- dsdb_dn.o) \
+ dsdb_dn.o \
+ dsdb_access.o) \
../libds/common/flag_mapping.o
$(eval $(call proto_header_template,$(dsdbsrcdir)/common/proto.h,$(SAMDB_COMMON_OBJ_FILES:.o=.c)))