s4:provision Use code to store domain join in 'net join' as well
authorAndrew Bartlett <abartlet@samba.org>
Sun, 20 Sep 2009 23:27:24 +0000 (16:27 -0700)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 20 Sep 2009 23:29:38 +0000 (16:29 -0700)
commitbfddb6816f50f629d29e476327a921212fd63a2d
tree47cd6a8684b3106b38facb1ea0697252a97ba452
parent1d4a16acd7e6c5bd664f2276d4d8e86efb36baaf
s4:provision Use code to store domain join in 'net join' as well

This ensures we only have one codepath to store the secret, and
therefore that we have a single choke point for setting the
saltPrincipal, which we were previously skipping.

Andrew Bartlett
source4/libnet/libnet_join.c
source4/libnet/libnet_vampire.c
source4/librpc/ndr/py_security.c
source4/param/config.mk
source4/param/provision.c
source4/param/provision.h
source4/scripting/python/samba/provision.py