|
Home > Archive > Apache Directory Project > October 2005 > newbie question, adding a new ldap schema....
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
newbie question, adding a new ldap schema....
|
|
| Steven_Carmody-u5Aw1N0zcJ6HXe+LvDLADg@public.g 2005-10-31, 5:45 pm |
| looking at the new apacheDS doc, I find these statements in the
Configuraiton API section:
{{StartupConfiguration}}
This instruction starts up the ApacheDS if it is not started. Here's
the list of known properties:
* {{bootstrapSchemas}} - a set of {{BootstrapSchema}} s which are
loaded at the first time ApacheDS starts up (Default: <all default
schemas> )
but I don't see any mention of how to add additional schema, once you
have a server up and running (eg eduPerson, eduCourse, etc). Is this
possible?
thanks....
| |
| Alex Karasulu 2005-10-31, 5:45 pm |
| Steven_Carmody-u5Aw1N0zcJ6HXe+LvDLADg@public.gmane.org wrote:
> looking at the new apacheDS doc, I find these statements in the
> Configuraiton API section:
>
> {{StartupConfiguration}}
>
> This instruction starts up the ApacheDS if it is not started. Here's
> the list of known properties:
>
> * {{bootstrapSchemas}} - a set of {{BootstrapSchema}} s which are
> loaded at the first time ApacheDS starts up (Default: <all default
> schemas> )
>
> but I don't see any mention of how to add additional schema, once you
> have a server up and running (eg eduPerson, eduCourse, etc). Is this
> possible?
Adding schema during runtime is not possible yet. Right now schema must
be added to the configuration then the server restarted. We will
rectify this problem once we revamp the schema subsystem to use subentries.
Sorry about the inconvenience.
Alex
| |
| Steven_Carmody-u5Aw1N0zcJ6HXe+LvDLADg@public.g 2005-10-31, 5:45 pm |
| At 12:35 PM -0500 10/31/05, Alex Karasulu wrote:
>Steven_Carmody-u5Aw1N0zcJ6HXe+LvDLADg@public.gmane.org wrote:
>
>
>Adding schema during runtime is not possible yet. Right now schema
>must be added to the configuration then the server restarted. We
>will rectify this problem once we revamp the schema subsystem to
>use subentries.
>
the text seemed to say that I could only add new schema "the first
time ApacheDS starts up" -- but you're saying there's a way to shut
down the server, add additional schema, and restart the server....?
Is that true?
.... is yes, than that's more than sufficient.....
| |
| Alex Karasulu 2005-10-31, 5:45 pm |
| Steven_Carmody-u5Aw1N0zcJ6HXe+LvDLADg@public.gmane.org wrote:
> At 12:35 PM -0500 10/31/05, Alex Karasulu wrote:
>
....
[vbcol=seagreen]
> the text seemed to say that I could only add new schema "the first
> time ApacheDS starts up" -- but you're saying there's a way to shut
> down the server, add additional schema, and restart the server....?
>
Hmmm where do you see this ... if there is misdocumented items then we
need to fix that. Sorry for the confusiosn.
> Is that true?
>
> ... is yes, than that's more than sufficient.....
>
Yes of course. Just add the schema to the schema section of the
configuration XML file. Look at server.xml for an example. Shutdown,
add schema, and restart ... you should see the new schema elements
available under cn=schema.
Cheers,
Alex
| |
| Steven_Carmody-u5Aw1N0zcJ6HXe+LvDLADg@public.g 2005-10-31, 5:45 pm |
| >Steven_Carmody-u5Aw1N0zcJ6HXe+LvDLADg@public.gmane.org wrote:
>
>...
>
>Hmmm where do you see this ... if there is misdocumented items then
>we need to fix that. Sorry for the confusiosn.
>
http://people.apache.org/~akarasulu...figuration.html
under "StartupConfiguration".... I see this:
>bootstrapSchemas - a set of BootstrapSchemas which are loaded at the
>first time ApacheDS starts up (Default: <all default schemas> )
this was the only place I saw any mention/implication of being able
to add or change the schema that were being used....
|
|
|
|
|