copying class and attributes between domains

  • Thread starter Thread starter Tony
  • Start date Start date
Tony said:
How can i copy a class and some of its attributes from one domain to
another.

You can export Your source schema to LDIF file, then copy needed class
definition and import them in the destination domain

TO export and import schema definition You can use ldifde.exe utility
 
What I mean is, some attributes does not exists in the new domain. I want to
expoert and import (create) these attribute or class into the new domain.
 
Back
Top