OK. Smbpasswd -j is DEAD.
authorAndrew Bartlett <abartlet@samba.org>
Wed, 5 Dec 2001 11:00:26 +0000 (11:00 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 5 Dec 2001 11:00:26 +0000 (11:00 +0000)
commit8ba00d147bbdb705b411e182433632c81a036188
treeebbeb3b46c5cb3a2da025a324b1cc31f8af182ac
parent0d09562eed608941b2bee29e37d7ea4ba33582c3
OK.  Smbpasswd -j is DEAD.

This moves the rest of the functionality into the 'net rpc join' code.

Futhermore, this moves that entire area over to the libsmb codebase, rather
than the crufty old rpc_client stuff.

I have also fixed up the smbpasswd -a -m bug in the process.

We also have a new 'net rpc changetrustpw' that can be called from a
cron-job to regularly change the trust account password, for sites
that run winbind but not smbd.

With a little more work, we can kill rpc_client from smbd entirly!
(It is mostly the domain auth stuff - which I can rework - and the
spoolss stuff that sombody else will need to look over).

Andrew Bartlett
(This used to be commit 575897e879fc175ba702adf245384033342c903d)
14 files changed:
source3/Makefile.in
source3/include/smb.h
source3/libsmb/cli_netlogon.c
source3/libsmb/trust_passwd.c [new file with mode: 0644]
source3/rpc_client/cli_login.c
source3/rpc_client/cli_netlogon.c
source3/rpc_client/cli_trust.c
source3/rpc_parse/parse_net.c
source3/utils/net.c
source3/utils/net.h
source3/utils/net_ads.c
source3/utils/net_rpc.c
source3/utils/net_rpc_join.c
source3/utils/smbpasswd.c