Univention Bugzilla – Attachment 5993 Details for
Bug 33263
S4 connector: UnboundLocalError: local variable 'ctr4' referenced before assignment
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ctr3.patch
ctr3.patch (text/plain), 1.06 KB, created by
Arvid Requate
on 2014-07-14 11:20:54 CEST
(
hide
)
Description:
ctr3.patch
Filename:
MIME Type:
Creator:
Arvid Requate
Created:
2014-07-14 11:20:54 CEST
Size:
1.06 KB
patch
obsolete
>Index: modules/univention/s4connector/s4/password.py >=================================================================== >--- modules/univention/s4connector/s4/password.py (Revision 51441) >+++ modules/univention/s4connector/s4/password.py (Arbeitskopie) >@@ -361,10 +361,10 @@ > if ctr3.num_old_keys != 0 and ctr3.num_old_keys != ctr3.num_keys: > # TODO: Recommended policy is to fill up old_keys to match num_keys, this will result in a traceback, can we do something better? > ud.debug(ud.LDAP, ud.WARN, "calculate_supplementalCredentials: Primary:Kerberos num_keys = %s" % ctr3.num_keys) >- for k in ctr4.keys: >+ for k in ctr3.keys: > ud.debug(ud.LDAP, ud.WARN, "calculate_supplementalCredentials: ctr3.key.keytype: %s" % k.keytype) > ud.debug(ud.LDAP, ud.WARN, "calculate_supplementalCredentials: Primary:Kerberos num_old_keys = %s" % ctr3.num_old_keys) >- for k in ctr4.old_keys: >+ for k in ctr3.old_keys: > ud.debug(ud.LDAP, ud.WARN, "calculate_supplementalCredentials: ctr3.old_key.keytype: %s" % k.keytype) > > krb = drsblobs.package_PrimaryKerberosBlob()
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 33263
: 5993