Univention Bugzilla – Attachment 9530 Details for
Bug 45033
installing a schema and ACL in one ucs_registerLDAPExtension call will create error with the ACL on slave
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
qa-feedback.patch
qa-feedback.patch (text/plain), 1.14 KB, created by
Arvid Requate
on 2018-05-15 13:20:30 CEST
(
hide
)
Description:
qa-feedback.patch
Filename:
MIME Type:
Creator:
Arvid Requate
Created:
2018-05-15 13:20:30 CEST
Size:
1.14 KB
patch
obsolete
>diff --git a/base/univention-lib/python/ldap_extension.py b/base/univention-lib/python/ldap_extension.py >index d4897d655d..d56df60860 100644 >--- a/base/univention-lib/python/ldap_extension.py >+++ b/base/univention-lib/python/ldap_extension.py >@@ -515,9 +515,8 @@ class UniventionLDAPSchema(UniventionLDAPExtensionWithListenerHandler): > os.unlink(backup_filename) > os.close(backup_fd) > >+ self._todo_list.append(dn) > self._do_reload = True >- if dn in self._todo_list: >- self._todo_list = [x for x in self._todo_list if x != dn] > > finally: > listener.unsetuid() >@@ -768,14 +767,8 @@ class UniventionLDAPACL(UniventionLDAPExtensionWithListenerHandler): > ucr_handlers.update() > ucr_handlers.commit(ucr, ['/etc/ldap/slapd.conf']) > >+ self._todo_list.append(dn) > self._do_reload = True >- if listener.configRegistry.get('server/role') == 'domaincontroller_master': >- if dn in self._todo_list: >- self._todo_list = [x for x in self._todo_list if x != dn] >- if not self._todo_list: >- self._do_reload = False >- else: >- self._todo_list.append(dn) > > finally: > listener.unsetuid()
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 45033
: 9530