mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
bc3a20e9d8
- add 'net password change' command
(it doesn'T work yet because libnet_rpc_connect() isn't implemented yet,
and we don't fill in the net_context user substruct yet)
metze
(This used to be commit 939da063cd
)
17 lines
285 B
Makefile
17 lines
285 B
Makefile
# utils/net subsystem
|
|
|
|
#################################
|
|
# Start BINARY net
|
|
[BINARY::net]
|
|
OBJ_FILES = \
|
|
utils/net/net.o \
|
|
utils/net/net_password.o
|
|
REQUIRED_SUBSYSTEMS = \
|
|
CONFIG \
|
|
LIBCMDLINE \
|
|
LIBBASIC \
|
|
LIBSMB \
|
|
LIBNET
|
|
# End BINARY net
|
|
#################################
|