Originally posted by: svenson
I am facing the following error when adding sudo related attributeTypes and objectclasses to the IBM Directory Server.
Operation 0 modifying entry cn=schema
ldap_modify: DSA is unwilling to perform
ldap_modify: additional info: GLPSCH025E SUBSTR matching rule 'caseExactIA5SubstringsMatch' not found when processing attribute type 'sudoUser'.
Is there a way around this - or am I doing things the wrong way?
Thanks,
Svenni
sudo.ldif:
dn: cn=schema
changetype: modify
add: attributetypes
attributetypes: ( 1.3.6.1.4.1.15953.9.1.1
NAME 'sudoUser'
DESC 'User(s) who may run sudo'
EQUALITY caseExactIA5Match
SUBSTR caseExactIA5SubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
# idsldapmodify -h localhost -D xxx -w xxx -i sudo.ldif
Operation 0 modifying entry cn=schema
ldap_modify: DSA is unwilling to perform
ldap_modify: additional info: GLPSCH025E SUBSTR matching rule 'caseExactIA5SubstringsMatch' not found when processing attribute type 'sudoUser'.
#AIXOpenSource#AIX-Open-Source-Software