s3-auth Remove unused global_machine_account_needs_changing
authorAndrew Bartlett <abartlet@samba.org>
Fri, 13 Jul 2012 01:01:47 +0000 (11:01 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 13 Jul 2012 05:52:40 +0000 (07:52 +0200)
commit15fedb3c6855751678e93e3f4a7e443b0495b1c3
tree3b1fed92396445bce6912fc2b1d0e1be43d2ef70
parentd55cde19d31484079d69182fcaa9dfa889fd7fed
s3-auth Remove unused global_machine_account_needs_changing

This boolean was only set if the old machine account store (with an
MD4 hash in it) was returned.  We have not set that password type for
years.  If this call ever worked, it would store a plaintext password,
so we could only ever be here if we had set a password using a version
of Samba so old as not to store plaintext, and then never honered the
flag anyway.

Andrew Bartlett

Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Fri Jul 13 07:52:40 CEST 2012 on sn-devel-104
source3/auth/auth_domain.c
source3/passdb/machine_account_secrets.c
source3/smbd/process.c