lastModifiedTime
has been deprecated in favour of modifyTimeStamp
- This was noted in the /etc/ldap/schema/cosine.schema
Using the attributes modifyTimeStamp
and createTimeStamp
are generating blocking errors
root@ubuntu-1gb-nyc3-01:~# slapcat -f schema_convert.conf -F ldif_output -n 0
57e039e0 /root/gluu.schema: line 2620 objectclass: user-defined ObjectClass includes operational
attributes: "( 1.3.6.1.4.1.12345.1.4.19 NAME 'oxAuthSessionId' SUP top STRUCTURAL MUST objectclass
MAY ( modifyTimestamp $ oxAuthAuthenticationTime $ oxAuthPermissionGranted $ oxAuthPermissionGra
slapcat: bad configuration directory!
root@ubuntu-1gb-nyc3-01:~# vim gluu.schema
root@ubuntu-1gb-nyc3-01:~# slapcat -f schema_convert.conf -F ldif_output -n 0
57e03a04 /root/gluu.schema: line 2658 objectclass: user-defined ObjectClass includes operational
attributes: "( 1.3.6.1.4.1.12345.1.4.27 NAME 'oxAuthToken' SUP top STRUCTURAL MUST objectclass
MAY ( createTimestamp $ oxAuthAuthenticationTime $ oxAuthAuthorizationCode $ oxAuthCreation $ oxAuthE
slapcat: bad configuration directory!
After these attributes were removed from the schema. The schema was processed.
- There are only pres, approx, eq, sub and special (nosubtypes, nolang) indexes in OpenLDAP
- For integers, "Use an eq index. This doubles as an ordering index for some non-string syntaxes, including integer, generalizedTime, and (I think) CSN." Refer mail thread