Univention Bugzilla – Bug 34815
add entryUUID to ldap/index/eq
Last modified: 2014-05-20 12:57:28 CEST
Should be fixed for UCS 3.2-2-errata too. +++ This bug was initially created as a clone of Bug #34813 +++ Seems that the listener looks for entryUUID, which is not indexed -> ucr set ldap/debug/level='256' -> udm users/user create ... /var/log/syslog: ... May 12 16:03:12 master slapd[21341]: conn=1084 op=8 SRCH base="dc=w2k12,dc=test" scope=2 deref=0 filter="(entryUUID=e61b8256-6e29-1033-9a0b-4f930effdc4f)" May 12 16:03:12 master slapd[21341]: conn=1084 op=8 SRCH attr=* + May 12 16:03:12 master slapd[21341]: <= bdb_equality_candidates: (entryUUID) not indexed ...
Added entryUUID to ldap/index/eq. r50306 | Bug #34815 LDAP: Add entryUUID to LDAP index ucs-3.2-2/doc/errata/staging/2014-05-15-univention-ldap.yaml r50311 | Bug #34813,#34815 LDAP: Add entryUUID to LDAP index # ucr get ldap/index/eq | grep -o entryUUID entryUUID # univention-ldapsearch -LLL entryUUID | sed -ne 's/^entryUUID: //p' > /tmp/uuids # #univention-ldapsearch -LLL -f /tmp/uuid '(entryUUID=%)' dn entryUUID >/dev/null # time xargs -a /tmp/uuids -r -n1 -I % ldapsearch -D "uid=Administrator,cn=users,$(ucr get ldap/base)" -w univention -LLL '(entryUUID=%)' dn entryUUID >/dev/null before: real 0m6.287s user 0m0.020s sys 0m0.076s after: real 0m4.494s user 0m0.020s sys 0m0.040s
YAML: OK Code: OK Tests: OK
http://errata.univention.de/ucs/3.2/115.html