Re: ADAM Schema Update



Hi

generally you just need to add the auxiliary to the
auxiliaryClass attribute of the existing class, something like:

dn: CN=SomeClass,CN=Schema,CN=Configuration,DC=X
changetype: Modify
add: auxiliaryClass
auxiliaryClass: myAuxiliaryClass
-

dn:
changetype: Modify
add: schemaUpdateNow
schemaUpdateNow: 1
-


Does that help?
Lee Flight


"Denis" <Denis@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:80C2FCF6-0A2B-4805-9BDB-0F51BC8DB048@xxxxxxxxxxxxxxxx
Hi,

I need to update the ADAM with specific Attributes & Classes.
I've managed to add the Attributes & Classes and reload the schema.
Now I have to establish relationship with existing Class and there it
fails

I need to setup Relationship between existing Class (Container, Person..)
and
this new class, when I do this I get following error message
"The Change was rejected by the directory service"

Background:
The new class is created as "Auxilary Class", it's parent is the Top class
and
it inherited the same rights as the top calls.

Thx For helping out.
--
Denis G


.



Relevant Pages

  • Re: Adding an auxiliary class
    ... Alter the "changeType" to add ... ... > you have one(the ldif rfc didn't help). ... > auxiliaryClass: ourInetUserTest ... > add: schemaUpdateNow ...
    (microsoft.public.windows.server.active_directory)
  • Adding an auxiliary class
    ... I'm trying to get a better understanding of the ldif format and required ... changetype: modify ... auxiliaryClass: ourInetUserTest ... add: schemaUpdateNow ...
    (microsoft.public.windows.server.active_directory)
  • Re: Fixing an attribute
    ... LDIF syntax is incorrect. ... changetype: modify ... add: schemaUpdateNow ...
    (microsoft.public.windows.server.active_directory)
  • Re: Problem in Extending the schema for ADAM
    ... dn: changetype: modify ... ldapDisplayName: slb-securityFlag ... add: schemaUpdateNow ...
    (microsoft.public.windows.server.active_directory)
  • Re: Newbie Advice on Schema Change
    ... >> changetype: ntdsschemaadd ... >> lDAPDisplayName: acmeProfileName ... >> changetype: modify ... >> add: schemaUpdateNow ...
    (microsoft.public.windows.server.active_directory)