0

I am working on an OpenAM implementation which is using OpenDJ as their LDAP store. I am trying to add a new property to the user:

dn: cn=schema
changetype: modify
add: attributeTypes
attributeTypes: ( maxbillid-OID 
NAME 'maxbillid'
DESC 'maxbill identifier'
EQUALITY caseIgnoreMatch 
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15)

I am using Apache Directory Studio to accomplish this. But this is giving me the very cryptic error: An exception stack trace is not available.

0 Answers0