Univention Bugzilla – Attachment 9612 Details for
Bug 47415
Traceback in AD-Connector after update to 4.3-1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug47415_untestet_proposal.patch
Bug47415_untestet_proposal.patch (text/plain), 1013 bytes, created by
Arvid Requate
on 2018-07-30 15:33:28 CEST
(
hide
)
Description:
Bug47415_untestet_proposal.patch
Filename:
MIME Type:
Creator:
Arvid Requate
Created:
2018-07-30 15:33:28 CEST
Size:
1013 bytes
patch
obsolete
>diff --git a/management/univention-directory-manager-modules/modules/univention/admin/handlers/users/user.py b/management/univention-directory-manager-modules/modules/univention/admin/handlers/users/user.py >index 0ab84660f8..2a5a7f8816 100644 >--- a/management/univention-directory-manager-modules/modules/univention/admin/handlers/users/user.py >+++ b/management/univention-directory-manager-modules/modules/univention/admin/handlers/users/user.py >@@ -1891,7 +1891,7 @@ class object(univention.admin.handlers.simpleLdap): > > # get lock for mailPrimaryAddress > if not self.exists() or self.hasChanged('mailPrimaryAddress'): >- if self['mailPrimaryAddress']: >+ if self['mailPrimaryAddress'] and self['mailPrimaryAddress'].lower() != self.oldinfo.get('mailPrimaryAddress', '').lower(): > try: > self.alloc.append(('mailPrimaryAddress', univention.admin.allocators.request(self.lo, self.position, 'mailPrimaryAddress', value=self['mailPrimaryAddress']))) > except univention.admin.uexceptions.noLock:
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 47415
: 9612