Hi!
I am experiencing troubles when trying to add an additional value to the olcDbConfig attribute (openldap-2.4.16):
$ ldapmodify -xvW -h bach-s49 -D cn=Manager,cn=config <<EOF
dn: olcDatabase={1}bdb,cn=config changetype: modify add: olcDbConfig olcDbConfig: {19}# urxn
EOF
ldap_initialize( ldap://bach-s49 ) Enter LDAP Password: add olcDbConfig: {19}# urxn modifying entry "olcDatabase={1}bdb,cn=config" ldap_modify: Inappropriate matching (18) additional info: modify/add: olcDbConfig: no equality matching rule
replacing all attribute values with "changetype: modify" and "replace: olcDbConfig" works fine but unfortunately Apache DirectoryStudio doesn't seem to offer that way of committing changes...
Unfortunately the attribute definition of olcDbConfig seems to be hardcoded, so is there any way to make the above modification work?
Thanks, --leo