Never mind, this link solved my problem. http://hasini-gunasinghe.blogspot.com/2011/07/how-to-created-new-partition-in.html
james From: [email protected] [mailto:[email protected]] 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:[email protected]] 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 <[email protected]<mailto:[email protected]>> wrote: configuration editor is available for 2.0.0-Mx versions only On Wed, Apr 10, 2013 at 4:32 AM, Wu, James C. <[email protected]<mailto:[email protected]>> 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/>
