Hallo zusammen
ich habe ein Problem mit meiner OpenLDAP umgebung. Im Prinzip läuft alles. Ich habe nur folgende Meldungen im syslog
1 2 3 4 5 6 7 8 9 10 11 | Dec 17 09:56:37 ldap slapd[952]: <= bdb_equality_candidates: (uidNumber) not indexed Dec 17 09:56:37 ldap slapd[952]: <= bdb_equality_candidates: (uidNumber) not indexed Dec 17 09:56:37 ldap slapd[952]: <= bdb_equality_candidates: (uid) not indexed Dec 17 09:56:37 ldap slapd[952]: <= bdb_equality_candidates: (memberUid) not indexed Dec 17 09:56:37 ldap slapd[952]: <= bdb_equality_candidates: (uniqueMember) not indexed Dec 17 09:56:41 ldap slapd[952]: <= bdb_equality_candidates: (uid) not indexed Dec 17 09:57:21 ldap slapd[952]: <= bdb_equality_candidates: (uid) not indexed Dec 17 09:57:22 ldap slapd[952]: <= bdb_equality_candidates: (uid) not indexed Dec 17 09:57:22 ldap slapd[952]: <= bdb_equality_candidates: (cn) not indexed Dec 17 09:57:24 ldap slapd[952]: <= bdb_equality_candidates: (cn) not indexed Dec 17 09:58:23 ldap slapd[952]: <= bdb_equality_candidates: (uid) not indexed |
Wenn ich den Index mit slapindex neu anlegen will, erscheint folgende Meldung
1 2 3 4 5 6 7 | root@ldap:~# /etc/init.d/slapd stop * Stopping OpenLDAP slapd [ OK ] root@ldap:~# slapindex WARNING! Runnig as root! There's a fair chance slapd will fail to start. Check file permissions! |
dann habe ich die Permissions mit: chown openldap:openldap /var/lib/ldap/*.bdb angepasst.
Aber die Meldungen erscheinen immer noch.
Hat jemand eine Idee?
Gruss twisters