objectclass ( 2.16.840.1.113730.3.2.2 NAME 'inetOrgPerson' DESC 'RFC2798: Internet Organizational Person' SUP organizationalPerson STRUCTURAL MAY ( audio $ businessCategory $ carLicense $ departmentNumber $ displayName $ employeeNumber $ employeeType $ givenName $ homePhone $ homePostalAddress $ initials $ jpegPhoto $ labeledURI $ mail $ manager $ mobile $ o $ pager $ photo $ roomNumber $ secretary $ uid $ userCertificate $ x500uniqueIdentifier $ preferredLanguage $ userSMIMECertificate $ userPKCS12 ) )
or this: (from cosine.schema) attributetype ( 0.9.2342.19200300.100.1.5 NAME ( 'drink' 'favouriteDrink' ) EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} )
-j
What does this error mean?
In my slapd.conf file I have: # Indices to maintain index objectClass,x500uniqueIdentifier,uid,mail,mailAlternateAddress eq
but when I try to start slapd I get: [root@ldap openldap]# /usr/local/libexec/slapd /usr/local/etc/openldap/slapd.conf: line 65: equality index of attribute "x500uniqueIdentifier" disallowed
What does that mean?