mirror of
https://github.com/samba-team/samba.git
synced 2025-01-29 21:47:30 +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 8780c40f0539da72652d17455e98fcaee6d197d1)
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
|
|
#################################
|