diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-12-06 07:12:38 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:06:23 -0500 |
commit | ad3ee0a81c4b2bf2ae67ba461e936f7777584345 (patch) | |
tree | 5a28cbe677693b20cd429b1766012b76c7e6d728 /source4/client/config.mk | |
parent | 9defca2895fb94f48df00a4e388ba4f5de5d5ebc (diff) | |
download | samba-ad3ee0a81c4b2bf2ae67ba461e936f7777584345.tar.gz samba-ad3ee0a81c4b2bf2ae67ba461e936f7777584345.tar.xz 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/client/config.mk')
-rw-r--r-- | source4/client/config.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/client/config.mk b/source4/client/config.mk index a04bb43f29e..a4abdcbaa64 100644 --- a/source4/client/config.mk +++ b/source4/client/config.mk @@ -10,6 +10,7 @@ REQUIRED_SUBSYSTEMS = \ LIBCMDLINE \ LIBBASIC \ LIBSMB \ - RPC_NDR_SRVSVC + RPC_NDR_SRVSVC \ + LIBCLI_LSA # End BINARY smbclient ################################# |