summaryrefslogtreecommitdiff
path: root/source3/smbd/process.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-07-13 11:01:47 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-07-13 07:52:40 +0200
commit15fedb3c6855751678e93e3f4a7e443b0495b1c3 (patch)
tree3b1fed92396445bce6912fc2b1d0e1be43d2ef70 /source3/smbd/process.c
parentd55cde19d31484079d69182fcaa9dfa889fd7fed (diff)
downloadsamba-15fedb3c6855751678e93e3f4a7e443b0495b1c3.tar.gz
samba-15fedb3c6855751678e93e3f4a7e443b0495b1c3.tar.bz2
samba-15fedb3c6855751678e93e3f4a7e443b0495b1c3.zip
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
Diffstat (limited to 'source3/smbd/process.c')
-rw-r--r--source3/smbd/process.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/smbd/process.c b/source3/smbd/process.c
index f8757faae0..80b0c1d79b 100644
--- a/source3/smbd/process.c
+++ b/source3/smbd/process.c
@@ -41,8 +41,6 @@
#include "lib/id_cache.h"
#include "serverid.h"
-extern bool global_machine_password_needs_changing;
-
/* Internal message queue for deferred opens. */
struct pending_message_list {
struct pending_message_list *next, *prev;
@@ -2581,9 +2579,6 @@ static bool housekeeping_fn(const struct timeval *now, void *private_data)
/* check if we need to reload services */
check_reload(sconn, time_mono(NULL));
- /* Change machine password if neccessary. */
- attempt_machine_password_change();
-
/*
* Force a log file check.
*/