The branch, master has been updated
via 9c4827e433e675292892bc82743d885b53574c9a (commit)
from 51479feb20faf883f86a30e4aeb2b69858a28661 (commit)
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 9c4827e433e675292892bc82743d885b53574c9a
Author: Matthias Dieter Wallnöfer <[email protected]>
Date: Tue Sep 8 12:02:22 2009 +0200
s4:setpassword script - Passwords set by this script are set by the
administrator not the user
-----------------------------------------------------------------------
Summary of changes:
source4/scripting/python/samba/samdb.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Changeset truncated at 500 lines:
diff --git a/source4/scripting/python/samba/samdb.py
b/source4/scripting/python/samba/samdb.py
index b78c8f3..3f4252b 100644
--- a/source4/scripting/python/samba/samdb.py
+++ b/source4/scripting/python/samba/samdb.py
@@ -166,7 +166,7 @@ pwdLastSet: 0
glue.samdb_set_password(samdb=self, user_dn=str(user_dn),
dom_dn=self.domain_dn(), mod=mod,
new_password=password,
- user_change=True)
+ user_change=False)
self.modify(mod)
--
Samba Shared Repository