Hi,
I want to add some attributes to my users hence want to extend inetOrgPerson class. Have a few questions related to that:
1) I am able to add attributes and create a new class extending inetOrgPerson using Red Hat directory console. But if i want to move these chanegs to other environment do i need to use console only to make chanegs maually? How can i export this new class and attributes and import on target environment?
2) If there is an optional attribute in inetOrgPerson that i want to make mandatory how can i do that?
3) How can i export my new ou and import it to target env?
I have looked at dsadm pdf documentation and could not find any ways to move chanegs using scripts/ldif files. Please help me here.
Thanks,
--------------------------------- Check out the all-new Yahoo! Mail beta - Fire up a more powerful email and get things done faster.
Hi Ankur, Try these: http://www.redhat.com/docs/manuals/dir-server/schema/7.1/schemaTOC.html http://www.redhat.com/docs/manuals/dir-server/deploy/7.1/schema.html
All schema changes you make through the console or via LDAP modifications to cn=schema end up in serverRoot/slapd-serverID/config/schema/99user.ldif (so named because it stores user-defined schema).
Alternatively, you can define schema in other LDIF files, and manually copy them to serverRoot/slapd-serverID/config/schema. See the docs at the links above for more details.
-- George
Ankur Agarwal wrote:
Hi,
I want to add some attributes to my users hence want to extend inetOrgPerson class. Have a few questions related to that:
- I am able to add attributes and create a new class extending
inetOrgPerson using Red Hat directory console. But if i want to move these chanegs to other environment do i need to use console only to make chanegs maually? How can i export this new class and attributes and import on target environment?
- If there is an optional attribute in inetOrgPerson that i want to
make mandatory how can i do that?
- How can i export my new ou and import it to target env?
I have looked at dsadm pdf documentation and could not find any ways to move chanegs using scripts/ldif files. Please help me here.
Thanks,
Check out the all-new Yahoo! Mail beta http://us.rd.yahoo.com/evt=43257/*http://advision.webevents.yahoo.com/mailbeta
- Fire up a more powerful email and get things done faster.
-- Fedora-directory-users mailing list Fedora-directory-users@redhat.com https://www.redhat.com/mailman/listinfo/fedora-directory-users
389-users@lists.fedoraproject.org