Univention Bugzilla – Attachment 9984 Details for
Bug 40055
adtakeover: Unable to parse search expression
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
florian-feedback.diff
florian-feedback.diff (text/plain), 1.06 KB, created by
Arvid Requate
on 2019-04-18 13:58:12 CEST
(
hide
)
Description:
florian-feedback.diff
Filename:
MIME Type:
Creator:
Arvid Requate
Created:
2019-04-18 13:58:12 CEST
Size:
1.06 KB
patch
obsolete
>diff --git a/management/univention-management-console-module-adtakeover/umc/python/adtakeover/takeover.py b/management/univention-management-console-module-adtakeover/umc/python/adtakeover/takeover.py >index cdf811313f..7f5a050b8a 100644 >--- a/management/univention-management-console-module-adtakeover/umc/python/adtakeover/takeover.py >+++ b/management/univention-management-console-module-adtakeover/umc/python/adtakeover/takeover.py >@@ -2246,7 +2246,7 @@ class UserRenameHandler: > try: > log.debug("Renaming '%s' to '%s' in UCS LDAP." % (user.dn, new_name)) > user['username'] = new_name >- user.modify() >+ return user.modify() > except uexceptions.ldapError as exc: > log.debug("Renaming of user '%s' failed: %s." % (userdn, exc,)) > return >@@ -2305,7 +2305,7 @@ class GroupRenameHandler: > try: > log.debug("Renaming '%s' to '%s' in UCS LDAP." % (group.dn, new_name)) > group['name'] = new_name >- group.modify() >+ return group.modify() > except uexceptions.ldapError as exc: > log.debug("Renaming of group '%s' failed: %s." % (groupdn, exc,)) > return
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 40055
:
9110
|
9966
| 9984 |
9998