Univention Bugzilla – Attachment 5816 Details for
Bug 34266
UDM uses cn=univention for moving objects
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
don't use cn=univention for moving objects
do_not_use_cn_univention_for_move.patch (text/plain), 817 bytes, created by
Stefan Gohmann
on 2014-03-06 07:34:22 CET
(
hide
)
Description:
don't use cn=univention for moving objects
Filename:
MIME Type:
Creator:
Stefan Gohmann
Created:
2014-03-06 07:34:22 CET
Size:
817 bytes
patch
obsolete
>Index: modules/univention/admin/handlers/__init__.py >=================================================================== >--- modules/univention/admin/handlers/__init__.py (Revision 48372) >+++ modules/univention/admin/handlers/__init__.py (Arbeitskopie) >@@ -348,14 +348,14 @@ > name = 'temporary_move_container_%s' % time.time() > > module = univention.admin.modules.get('container/ou') >- position = univention.admin.uldap.position('cn=univention,%s' % self.lo.base) >+ position = univention.admin.uldap.position('%s' % self.lo.base) > > temporary_object = module.object(None, self.lo, position) > temporary_object.open() > temporary_object['name'] = name > temporary_object.create() > >- return 'ou=%s,cn=univention' % name >+ return 'ou=%s' % name > > def _delete_temporary_ou_if_empty(self, temporary_ou): >
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 34266
: 5816