(Answer) (Category) OpenLDAP Faq-O-Matic : (Category) OpenLDAP Software FAQ : (Category) Configuration : (Category) SLAPD Configuration : (Category) Schema : (Answer) How do I add schemas to cn=schema,cn=config?
One way is to start your properly configured server (assuming 2.4.7) and issue the following command:
 ldapadd -x -H ldap://<LDAP SERVER>/ -D "cn=config" -W -f <SCHEMA>.ldif
 Enter LDAP Password: 
 adding new entry "cn=<SCHEMA>,cn=schema,cn=config"

[Append to This Answer]
Previous: (Answer) How can I fetch schema information from the server?
This document is: http://www.openldap.org/faq/index.cgi?file=1442
[Search] [Appearance]
This is a Faq-O-Matic 2.721.
© Copyright 1998-2009, OpenLDAP Foundation, info@OpenLDAP.org