This is the checkin that adds the security=domain functionality.
authorJeremy Allison <jra@samba.org>
Wed, 29 Apr 1998 00:02:57 +0000 (00:02 +0000)
committerJeremy Allison <jra@samba.org>
Wed, 29 Apr 1998 00:02:57 +0000 (00:02 +0000)
commitd3832506b2583130c4f4ba4b3edeabca987b7cbb
tree0f547a84cc7e6ea4b561ce06ab7c70ce84e9589e
parent1a25f56066f950f20cd2ee8cbb15d62ecb9ecc61
This is the checkin that adds the security=domain functionality.

WARNING - so far this has only been tested against a Samba PDC
(still waiting for IS to add me the machine accounts :-).

Still missing is the code in smbpasswd that will add a machine
account password and change it on the domain controller, but
this is not hard, and I will check it in soon.

Jeremy.
(This used to be commit 17b94a7084621b3f0106dd4d3386f05cdfc56d19)
14 files changed:
source3/include/proto.h
source3/include/rpc_netlogon.h
source3/include/smb.h
source3/libsmb/nterr.c
source3/libsmb/smbdes.c
source3/param/loadparm.c
source3/passdb/smbpass.c
source3/rpc_client/cli_login.c
source3/rpc_client/cli_netlogon.c
source3/rpc_parse/parse_net.c
source3/rpc_server/srv_netlog.c
source3/smbd/password.c
source3/smbd/reply.c
source3/smbd/server.c