summaryrefslogtreecommitdiff
path: root/source4/libcli/config.mk
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-12-06 07:12:38 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:06:23 -0500
commitad3ee0a81c4b2bf2ae67ba461e936f7777584345 (patch)
tree5a28cbe677693b20cd429b1766012b76c7e6d728 /source4/libcli/config.mk
parent9defca2895fb94f48df00a4e388ba4f5de5d5ebc (diff)
downloadsamba-ad3ee0a81c4b2bf2ae67ba461e936f7777584345.tar.gz
samba-ad3ee0a81c4b2bf2ae67ba461e936f7777584345.tar.bz2
samba-ad3ee0a81c4b2bf2ae67ba461e936f7777584345.zip
r4073: - added a set of lsa helper routines to make lsa lookups that are
related to filesharing. For example, in order to manipulate ACLs properly its important to be able to call LookupSids, and to be able to lookup what privileges a SID has. - added 3 new commands to smbclient "lookupname", "lookupsid" and "privileges" (This used to be commit 8780c40f0539da72652d17455e98fcaee6d197d1)
Diffstat (limited to 'source4/libcli/config.mk')
-rw-r--r--source4/libcli/config.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/libcli/config.mk b/source4/libcli/config.mk
index e48e5b5066..853dea7f98 100644
--- a/source4/libcli/config.mk
+++ b/source4/libcli/config.mk
@@ -13,6 +13,10 @@ ADD_OBJ_FILES = libcli/unexpected.o \
libcli/namecache.o \
libcli/nmblib.o \
libcli/namequery.o
+REQUIRED_SUBSYSTEMS = RPC_NDR_LSA
+
+[SUBSYSTEM::LIBCLI_LSA]
+ADD_OBJ_FILES = libcli/util/clilsa.o
[SUBSYSTEM::LIBCLI]
REQUIRED_SUBSYSTEMS = LIBCLI_RAW LIBCLI_UTILS LIBCLI_AUTH LIBCLI_NMB