PDA

View Full Version : A question about ApacheDS



allen-zhe
Jun 28th, 2007, 04:23 AM
Hi All,

this is a question about ApacheDS:
does every ds have only one Domain Component? i.e.: in my ApacheDS there is a root item called 'dc=example, dc=com'. i tired to create another Domain Component called 'dc=allen, dc=net', but failed! i also tried to rename 'dc=example, dc=com' to 'dc=allen, dc=net', it didn't work either.

if i could create or rename the domain component, how to do?

thanks in advance!!!

rasky
Jun 28th, 2007, 05:31 AM
This is really a question that should be aimed at ApacheDS support, but I would expect that it should be possible to create multiple roots in an ApacheDS instance. That will however not be very likely to be possible using a client API; that will need to be set up in the ApacheDS configuration.

But as I said, for the details you'll probably have to check the ApacheDS documentation and/or support.
cheers,

allen-zhe
Jun 28th, 2007, 09:45 PM
thanks rasky!

i changed server.xml in ApacheDS conf Folder, and rewrite 'dc=example,dc=com' to 'dc=allen,dc=net'. then restarted the ds server, it works now!

but i cannot found the solution about create multiple roots in an ApacheDS instance. do you figure out how to do it?