You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Wu, James C." <Ja...@disney.com> on 2013/04/10 01:02:59 UTC

configuration editor not available for apacheds 1.5.7 in apache directory studio

Hi,

Did someone try to use the apache directory studio to config the apacheDS 1.5.7?  I could not get it to show configuration editor for apacheds 1.5.7. The apache studio Version is 2.0.0.v20130308.

Right now, it can show the configuration for apacheDS 2.0.0 M11 with no problem. I also tried the apache directory studio version 1.5.3. It can't show the configuration editor either.

Anyone know how to fix it?

Regards,

James



RE: configuration editor not available for apacheds 1.5.7 in apache directory studio

Posted by "Wu, James C." <Ja...@disney.com>.
Never mind, this link solved my problem.

http://hasini-gunasinghe.blogspot.com/2011/07/how-to-created-new-partition-in.html

james

From: dev-return-42852-James.C.Wu=disney.com@directory.apache.org [mailto:dev-return-42852-James.C.Wu=disney.com@directory.apache.org] On Behalf Of Wu, James C.
Sent: Wednesday, April 10, 2013 9:36 AM
To: Apache Directory Developers List
Subject: RE: configuration editor not available for apacheds 1.5.7 in apache directory studio

Hi,

I turned on the Kerberos service in the service.xml and am trying to add two entries to it. But I got "ERR_268 Cannot find a partition for dc=example,dc=com".

Did I miss anything in the server.xml? How do I create the partition in ApacheDS 1.5.7?

The Kerberos part of the server.xml is

                <!--
                  +============================================================+
                  | Kerberos server configuration                              |
                  +============================================================+
                  -->

                  <kdcServer id="kdcServer">
                    <transports>
                      <tcpTransport port="60088" nbThreads="4" backLog="50"/>
                      <udpTransport port="60088" nbThreads="4" backLog="50"/>
                    </transports>
                    <directoryService>#directoryService</directoryService>
                  </kdcServer>

The ldif file of the entries I want to add is

                # example.com
                dn: dc=example,dc=com
                objectclass: domain
                objectclass: top
                dc: example

                # users, example.com
                dn: ou=users,dc=example,dc=com
                objectClass: organizationalUnit
                objectClass: top
                ou: users

regards,

James

From: Pierre-Arnaud Marcelot [mailto:pajbam@gmail.com] On Behalf Of Pierre-Arnaud Marcelot
Sent: Wednesday, April 10, 2013 12:10 AM
To: Apache Directory Developers List
Subject: Re: configuration editor not available for apacheds 1.5.7 in apache directory studio

Hi,

We do have configuration editors for ApacheDS 1.5.3 to 1.5.7.
Although, unlike the ApacheDS 2.0 Configuration Editor, those editor are not "connected" editors where you get the configuration of the server via an LDAP connection.
Those editors works on file-basis, reading the server.xml file.

James, did you get an error of some kind?

Regards,
Pierre-Arnaud

On 10 avr. 2013, at 05:54, Kiran Ayyagari <ka...@apache.org>> wrote:

configuration editor is available for 2.0.0-Mx versions only

On Wed, Apr 10, 2013 at 4:32 AM, Wu, James C. <Ja...@disney.com>> wrote:
Hi,

Did someone try to use the apache directory studio to config the apacheDS 1.5.7?  I could not get it to show configuration editor for apacheds 1.5.7. The apache studio Version is 2.0.0.v20130308.

Right now, it can show the configuration for apacheDS 2.0.0 M11 with no problem. I also tried the apache directory studio version 1.5.3. It can't show the configuration editor either.

Anyone know how to fix it?

Regards,

James





--
Kiran Ayyagari
http://keydap.com<http://keydap.com/>


RE: configuration editor not available for apacheds 1.5.7 in apache directory studio

Posted by "Wu, James C." <Ja...@disney.com>.
Hi,

I turned on the Kerberos service in the service.xml and am trying to add two entries to it. But I got "ERR_268 Cannot find a partition for dc=example,dc=com".

Did I miss anything in the server.xml? How do I create the partition in ApacheDS 1.5.7?
The Kerberos part of the server.xml is

                <!--
                  +============================================================+
                  | Kerberos server configuration                              |
                  +============================================================+
                  -->

                  <kdcServer id="kdcServer">
                    <transports>
                      <tcpTransport port="60088" nbThreads="4" backLog="50"/>
                      <udpTransport port="60088" nbThreads="4" backLog="50"/>
                    </transports>
                    <directoryService>#directoryService</directoryService>
                  </kdcServer>

The ldif file of the entries I want to add is

                # example.com
                dn: dc=example,dc=com
                objectclass: domain
                objectclass: top
                dc: example

                # users, example.com
                dn: ou=users,dc=example,dc=com
                objectClass: organizationalUnit
                objectClass: top
                ou: users

regards,

James

From: Pierre-Arnaud Marcelot [mailto:pajbam@gmail.com] On Behalf Of Pierre-Arnaud Marcelot
Sent: Wednesday, April 10, 2013 12:10 AM
To: Apache Directory Developers List
Subject: Re: configuration editor not available for apacheds 1.5.7 in apache directory studio

Hi,

We do have configuration editors for ApacheDS 1.5.3 to 1.5.7.
Although, unlike the ApacheDS 2.0 Configuration Editor, those editor are not "connected" editors where you get the configuration of the server via an LDAP connection.
Those editors works on file-basis, reading the server.xml file.

James, did you get an error of some kind?

Regards,
Pierre-Arnaud

On 10 avr. 2013, at 05:54, Kiran Ayyagari <ka...@apache.org>> wrote:


configuration editor is available for 2.0.0-Mx versions only

On Wed, Apr 10, 2013 at 4:32 AM, Wu, James C. <Ja...@disney.com>> wrote:
Hi,

Did someone try to use the apache directory studio to config the apacheDS 1.5.7?  I could not get it to show configuration editor for apacheds 1.5.7. The apache studio Version is 2.0.0.v20130308.

Right now, it can show the configuration for apacheDS 2.0.0 M11 with no problem. I also tried the apache directory studio version 1.5.3. It can't show the configuration editor either.

Anyone know how to fix it?

Regards,

James





--
Kiran Ayyagari
http://keydap.com<http://keydap.com/>


Re: configuration editor not available for apacheds 1.5.7 in apache directory studio

Posted by Pierre-Arnaud Marcelot <pa...@marcelot.net>.
Hi,

We do have configuration editors for ApacheDS 1.5.3 to 1.5.7.
Although, unlike the ApacheDS 2.0 Configuration Editor, those editor are not "connected" editors where you get the configuration of the server via an LDAP connection.
Those editors works on file-basis, reading the server.xml file.

James, did you get an error of some kind?

Regards,
Pierre-Arnaud

On 10 avr. 2013, at 05:54, Kiran Ayyagari <ka...@apache.org> wrote:

> configuration editor is available for 2.0.0-Mx versions only
> 
> 
> On Wed, Apr 10, 2013 at 4:32 AM, Wu, James C. <Ja...@disney.com> wrote:
> Hi,
> 
>  
> 
> Did someone try to use the apache directory studio to config the apacheDS 1.5.7?  I could not get it to show configuration editor for apacheds 1.5.7. The apache studio Version is 2.0.0.v20130308.
> 
>  
> 
> Right now, it can show the configuration for apacheDS 2.0.0 M11 with no problem. I also tried the apache directory studio version 1.5.3. It can’t show the configuration editor either.
> 
>  
> 
> Anyone know how to fix it?
> 
>  
> 
> Regards,
> 
>  
> 
> James
> 
>  
> 
>  
> 
> 
> 
> 
> -- 
> Kiran Ayyagari
> http://keydap.com


Re: configuration editor not available for apacheds 1.5.7 in apache directory studio

Posted by Kiran Ayyagari <ka...@apache.org>.
configuration editor is available for 2.0.0-Mx versions only


On Wed, Apr 10, 2013 at 4:32 AM, Wu, James C. <Ja...@disney.com> wrote:

> Hi,****
>
> ** **
>
> Did someone try to use the apache directory studio to config the apacheDS
> 1.5.7?  I could not get it to show configuration editor for apacheds 1.5.7.
> The apache studio Version is 2.0.0.v20130308. ****
>
> ** **
>
> Right now, it can show the configuration for apacheDS 2.0.0 M11 with no
> problem. I also tried the apache directory studio version 1.5.3. It can’t
> show the configuration editor either. ****
>
> ** **
>
> Anyone know how to fix it?****
>
> ** **
>
> Regards,****
>
> ** **
>
> James****
>
> ** **
>
> ** **
>



-- 
Kiran Ayyagari
http://keydap.com