Hide Forgot
+++ This bug was initially created as a clone of Bug #693466 +++ Description of problem: Trying to do an online ADD to replace an existing schema value attributeTypes:( 2.16.840.1.113730.3.8.3.3 NAME 'enrolledBy' DESC 'DN of administrator who performed manual enrollment of the host' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'IPA v2' ) with ( 2.16.840.1.113730.3.8.3.3 NAME 'enrolledBy' DESC 'DN of administrator who performed manual enrollment of the host' SUP distinguishedName X-ORIGIN 'IPA v2' ) Results in: Type or value exists: attribute type enrolledBy: Missing parent attribute syntax OID I also tried adding SYNTAX to the replacement and still returns: Type or value exists: attribute type enrolledBy: Missing parent attribute syntax OID Version-Release number of selected component (if applicable): 389-ds-base-1.2.8-0.1.a1.fc14.x86_64 --- Additional comment from rmeggins on 2011-04-04 17:13:46 EDT --- Created attachment 489860 [details] 0005-Bug-693466-Unable-to-change-schema-online.patch
Since RHEL 6.1 External Beta has begun, and this bug remains unresolved, it has been rejected as it is not proposed as exception or blocker. Red Hat invites you to ask your support representative to propose this request, if appropriate and relevant, in the next release of Red Hat Enterprise Linux.
[root@rhel61-ds90-amita ~]# ldapmodify -x -h localhost -p 1389 -D "cn=directory manager" -w Secret123 -v << EOF dn: cn=schema changetype: modify add: attributetypes attributeTypes:( 2.16.840.1.113730.3.8.3.3 NAME 'enrolledBy' DESC 'DN of administrator who performed manual enrollment of the host' SUP distinguishedName X-ORIGIN 'IPA V2' ) EOF ldap_initialize( ldap://localhost:1389 ) add attributeTypes: ( 2.16.840.1.113730.3.8.3.3 NAME 'enrolledBy' DESC 'DN of administrator who performed manual enrollment of the host' SUP distinguishedName X-ORIGIN 'IPA V2' ) modifying entry "cn=schema" modify complete Tested successfully hence marking as VERIFIED.
An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHEA-2011-0533.html