Univention Bugzilla – Attachment 8808 Details for
Bug 44472
Typo in users/user module: uses length from wrong UDM password policy object
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
users_user_consider_smbpwhistoryPolicy.patch
users_user_consider_smbpwhistoryPolicy.patch (text/plain), 847 bytes, created by
Arvid Requate
on 2017-04-26 16:13:26 CEST
(
hide
)
Description:
users_user_consider_smbpwhistoryPolicy.patch
Filename:
MIME Type:
Creator:
Arvid Requate
Created:
2017-04-26 16:13:26 CEST
Size:
847 bytes
patch
obsolete
>Index: modules/univention/admin/handlers/users/user.py >=================================================================== >--- modules/univention/admin/handlers/users/user.py (Revision 78956) >+++ modules/univention/admin/handlers/users/user.py (Arbeitskopie) >@@ -2153,7 +2153,7 @@ > > smbpwhistoryPolicy = self.loadPolicyObject('policies/pwhistory') > if smbpwhistoryPolicy is not None and smbpwhistoryPolicy['length'] is not None and len(smbpwhistoryPolicy['length']) > 0: >- smbpwhlen = int(pwhistoryPolicy['length']) >+ smbpwhlen = int(smbpwhistoryPolicy['length']) > smbpwhistory = self.oldattr.get('sambaPasswordHistory', [''])[0] > newsmbPWHistory = self.__getsmbPWHistory(password_nt, smbpwhistory, smbpwhlen) > ml.append(('sambaPasswordHistory', self.oldattr.get('sambaPasswordHistory', [''])[0], newsmbPWHistory))
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 44472
: 8808