mirror of
https://github.com/samba-team/samba.git
synced 2025-02-08 05:57:51 +03:00
8780c40f05
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"
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
|
|
#################################
|