mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
d3e7a22630
password change
- add start of libnet_SetPassword
- use KRB5 and LDAP instead of ADS as ADS isn't a protocol
- add start of lib_rpc_connect()
metze
(This used to be commit 05c40dca8a
)
9 lines
203 B
Makefile
9 lines
203 B
Makefile
#################################
|
|
# Start SUBSYSTEM LIBNET
|
|
[SUBSYSTEM::LIBNET]
|
|
ADD_OBJ_FILES = \
|
|
libnet/libnet_passwd.o \
|
|
libnet/libnet_rpc.o
|
|
# End SUBSYSTEM LIBNET
|
|
#################################
|