Univention Bugzilla – Attachment 6910 Details for
Bug 38557
Administrator can't override Domain lockout
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
reset_lockout_values.patch
reset_lockout_values.patch (text/plain), 1.35 KB, created by
Stefan Gohmann
on 2015-05-19 06:19:27 CEST
(
hide
)
Description:
reset_lockout_values.patch
Filename:
MIME Type:
Creator:
Stefan Gohmann
Created:
2015-05-19 06:19:27 CEST
Size:
1.35 KB
patch
obsolete
>Index: debian/changelog >=================================================================== >--- debian/changelog (Revision 60766) >+++ debian/changelog (Arbeitskopie) >@@ -1,3 +1,10 @@ >+univention-s4-connector (9.0.16-18) unstable; urgency=medium >+ >+ * Reset lockout values (badPwdCount, badPasswordTime, lockoutTime) >+ while changeing the password via UMC (Bug #37416) >+ >+ -- Stefan Gohmann <gohmann@univention.de> Tue, 19 May 2015 06:18:23 +0200 >+ > univention-s4-connector (9.0.16-17) unstable; urgency=low > > * Bug #28331: removed pwdComplexity UDM default from join script >Index: modules/univention/s4connector/s4/password.py >=================================================================== >--- modules/univention/s4connector/s4/password.py (Revision 60766) >+++ modules/univention/s4connector/s4/password.py (Arbeitskopie) >@@ -619,6 +619,9 @@ > newpwdlastset = str(univention.s4connector.s4.samba2s4_time(sambaPwdLastSet)) > ud.debug(ud.LDAP, ud.INFO, "password_sync_ucs_to_s4: pwdlastset in modlist: %s" % newpwdlastset) > modlist.append((ldap.MOD_REPLACE, 'pwdlastset', newpwdlastset)) >+ modlist.append((ldap.MOD_REPLACE, 'badPwdCount', '0')) >+ modlist.append((ldap.MOD_REPLACE, 'badPasswordTime', '0')) >+ modlist.append((ldap.MOD_REPLACE, 'lockoutTime', '0')) > > else: > ud.debug(ud.LDAP, ud.INFO, "password_sync_ucs_to_s4: No password change to sync to S4 ")
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 38557
: 6910