Thanks for your response, but I still don't know how should I do this.
I added one file: cn={11}procter.ldif
Quote:
dn: cn={11}
objectClass: olcSchemaConfig
cn: {11}procter
# Depends upon core.schema and cosine.schema
attributetype ( 1.3.6.1.1.1.1.0 NAME 'id_pacj'
DESC 'An integer uniquely identifying a user in an administrative domain'
EQUALITY integerMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
# Object Class Definitions
objectclass ( 1.3.6.1.1.1.2.0 NAME 'procterAccount'
DESC 'Abstraction of an account with procter attributes'
SUP top AUXILIARY
MAY ( id_pacj )
)
|
to the following directory:
/opt/zimbra/data/ldap/config/cn=config/cn=schema
but trying to modify account in this way:
I'm getting the following error:
Quote:
|
ERROR: account.INVALID_ATTR_VALUE (invalid attr value: [LDAP: error code 21 - objectClass: value #0 invalid per syntax])
|
I really need help to do this. I'm fighting with this for a long hours and I'm still at the same point.