s4-net: use an encrypted ldap session when setting passwords
authorAndrew Tridgell <tridge@samba.org>
Tue, 17 Aug 2010 05:20:11 +0000 (15:20 +1000)
committerAndrew Tridgell <tridge@samba.org>
Tue, 17 Aug 2010 11:21:51 +0000 (21:21 +1000)
commit82c171aa558c6b9ea0455915c9a2a2286498b8ea
tree190cd1c6b89d158f10fabf7d3d6acc8dbdeb9de7
parent896f10301cc3db10793cac115bcbca0f58f0f010
s4-net: use an encrypted ldap session when setting passwords

this allows for "net setpassword -H ldap://server -Uusername%password USERNAME"
to set a password remotely on a windows DC

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
source4/scripting/python/samba/netcmd/setpassword.py