Re: Howto augment PROGRAMMATICALLY default Schema in APacheDS 1.5.0 ?

2007-12-19 Thread Alex Karasulu
So you need all the jars eh? There's many ways you can do this: (1) You can check out the sources for this release and build it: http://svn.apache.org/repos/asf/directory/apacheds/releases/1.5.1 (2) You can pull down the jars you need from the production maven repositories in several ways:

Re: Howto augment PROGRAMMATICALLY default Schema in APacheDS 1.5.0 ?

2007-12-19 Thread Sylvain RICHET
Hi Pierre-Arnaud, Starting Apache DS NoArch by launching the script 'apacheds.sh' ... OK ! No problem. But, what i need is all the ApacheDS 1.5.1 libraries, to integrate them in my project for integration tests... Launching the script 'apacheds.sh' doesn't extract these libraries ! Does it ? ;

Re: Schema Import not available

2007-12-19 Thread Pierre-Arnaud Marcelot
Hi Chris, I think this is because you don't have any Schema project opened. You should first create a Schema Project in the Schema Editor perspective and then try to import the eduPerson OpenLDAP schema file. The import and export wizards should be disabled when there's no open project. I'll add

Re: Howto augment PROGRAMMATICALLY default Schema in APacheDS 1.5.0 ?

2007-12-19 Thread Pierre-Arnaud Marcelot
Hi Sylvain, You can start Apache DS NoArch by launching the script 'apacheds.sh' or ' apacheds.bat', depending on your OS. Hope this helps, Pierre-Arnaud Marcelot On 12/19/07, Sylvain RICHET <[EMAIL PROTECTED]> wrote: > > Emmanuel Lecharny a écrit : > > Hi, > > > > I have tested the code agains

Kerberos service Principal property in server.xml causes exception.

2007-12-19 Thread Stephan Lohse
Hi, I am trying to set ApacheDS up in a way, where it provides LDAP as well as Kerberos. So I configured the relevant properties in the Kerberos Section: class="org.apache.directory.server.kerberos.kdc.KdcConfiguration"> value="krbtgt/[EMAIL PROTECTED]" />

Re: Howto augment PROGRAMMATICALLY default Schema in APacheDS 1.5.0 ?

2007-12-19 Thread Sylvain RICHET
Emmanuel Lecharny a écrit : Hi, I have tested the code against the trunk (which will become 1.5.2) and it works well. Have you tried the samples against the 1.5.1 version, which fixed a hell lot of problems ? Sylvain RICHET wrote: Emmanuel Lecharny a écrit : Hi Sylvain, sorry for the dela