OpenLDAP - Add open-ldap defined attributes to custom class
问题 I want to create an object class called request , it would have fields like requestID , requestType and timestamp (among others). requestType is string, created like this: attributetype ( <some oid> NAME 'requestType' DESC 'the type of the request' EQUALITY caseExactMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.44{250} ) instead of defining custom attributes requestID and timestamp I want to use the attributes defined by openldap like entryUUID and createTimestamp, so that I don't have to deal with