ldifde do neot export chema objects

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have to export Active Directory schema objects and properties in W2k server.
I logged in on the administrator account and I could see schema objects in the
Active Directory Schema console. But when I tried to export them using
ldifde -f output_file
there was none of them in the file.
When I used
ldifde -f output_file -r "objectClass=schemaObject"
I got "not found" message

Could anybody tell me what can I do? or where to read about?
 
schemaObject isn't the class of anything in AD that I am aware of. If you want
schema attributes they are objectclass=attributeSchema and classes are
objectclass=classSchema.

Also you need to actually tell ldifde the base DN to search from. The schema
partition is going to be cn=schema,cn=configuration,<Root Domain DN>
 
Back
Top