mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
ad3ee0a81c
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 8780c40f05
)
17 lines
294 B
Makefile
17 lines
294 B
Makefile
# client subsystem
|
|
|
|
#################################
|
|
# Start BINARY smbclient
|
|
[BINARY::smbclient]
|
|
OBJ_FILES = \
|
|
client/client.o
|
|
REQUIRED_SUBSYSTEMS = \
|
|
CONFIG \
|
|
LIBCMDLINE \
|
|
LIBBASIC \
|
|
LIBSMB \
|
|
RPC_NDR_SRVSVC \
|
|
LIBCLI_LSA
|
|
# End BINARY smbclient
|
|
#################################
|