View | Details | Raw Unified | Return to bug 38557
Collapse All | Expand All

(-)debian/changelog (+7 lines)
 Lines 1-3    Link Here 
1
univention-s4-connector (9.0.16-18) unstable; urgency=medium
2
3
  * Reset lockout values (badPwdCount, badPasswordTime, lockoutTime)
4
    while changeing the password via UMC (Bug #37416)
5
6
 -- Stefan Gohmann <gohmann@univention.de>  Tue, 19 May 2015 06:18:23 +0200
7
1
univention-s4-connector (9.0.16-17) unstable; urgency=low
8
univention-s4-connector (9.0.16-17) unstable; urgency=low
2
9
3
  * Bug #28331: removed pwdComplexity UDM default from join script 
10
  * Bug #28331: removed pwdComplexity UDM default from join script 
(-)modules/univention/s4connector/s4/password.py (+3 lines)
 Lines 619-624    Link Here 
619
				newpwdlastset = str(univention.s4connector.s4.samba2s4_time(sambaPwdLastSet))
619
				newpwdlastset = str(univention.s4connector.s4.samba2s4_time(sambaPwdLastSet))
620
		ud.debug(ud.LDAP, ud.INFO, "password_sync_ucs_to_s4: pwdlastset in modlist: %s" % newpwdlastset)
620
		ud.debug(ud.LDAP, ud.INFO, "password_sync_ucs_to_s4: pwdlastset in modlist: %s" % newpwdlastset)
621
		modlist.append((ldap.MOD_REPLACE, 'pwdlastset', newpwdlastset))
621
		modlist.append((ldap.MOD_REPLACE, 'pwdlastset', newpwdlastset))
622
		modlist.append((ldap.MOD_REPLACE, 'badPwdCount', '0'))
623
		modlist.append((ldap.MOD_REPLACE, 'badPasswordTime', '0'))
624
		modlist.append((ldap.MOD_REPLACE, 'lockoutTime', '0'))
622
625
623
	else:
626
	else:
624
		ud.debug(ud.LDAP, ud.INFO, "password_sync_ucs_to_s4: No password change to sync to S4 ")
627
		ud.debug(ud.LDAP, ud.INFO, "password_sync_ucs_to_s4: No password change to sync to S4 ")

Return to bug 38557