[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Able to delete olcDbIndex config attribute, but not add it.
- To: openldap-technical@openldap.org
- Subject: Able to delete olcDbIndex config attribute, but not add it.
- From: Ian Collins <ian@ianshome.com>
- Date: Mon, 12 Jul 2010 23:48:11 +1200
- User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.9.1.7) Gecko/20100131 Lightning/1.0b1 Thunderbird/3.0.1
Hello,
While attempting to add an extra index to an existing config, I was able
to (accidentally!) delete the attribute, but not add it back:
dn: olcDatabase={1}hdb,cn=config
changetype: modify
delete: olcDbIndex
modifying entry "olcDatabase={1}hdb,cn=config"
dn: olcDatabase={1}hdb,cn=config
changetype: modify
add: olcDbIndex
olcDbIndex: objectClass eq
-
ldapmodify: wrong attributeType at line 8, entry
"olcDatabase={1}hdb,cn=config"
Is this a bug, or have I done something stupid?
--
Ian.