| Julius Davies 2006-11-29, 1:11 pm |
| Hi, Martin,
I've never actually used ApacheDS, or started it up. I've just been =
working on some generic SSL code for any server or client to use =
(http://juliusdavies.ca/commons-ssl/), and I happened to borrow some =
ASN.1 parsing code from apacheds. I searched far and wide for ASN.1 =
parsing code licensed under ASF 2.0, and eventually I found these guys!
But I suspect the following might turn on LDAPS for you inside =
"conf/server.xml":
Inside this section:
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
<bean id=3D"configuration" =
class=3D"org.apache.directory.server.configuration.MutableServerStartupCo=
nfiguration">
Try adding these?
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
<property name=3D"enableLdaps"><value>true</value></property>
<property name=3D"ldapsPort"><value>626</value></property>
<property =
name=3D"ldapsCertificatePassword"><value>changeit</value></property>
<property =
name=3D"ldapsCertificateFile"><value>/path/to/file.jks</value></property>=
"/path/to/file.jks" might need to be "file:///path/to/file.jks", I can't =
tell.
I'm cc-ing "dev-aYN4UCa7k1r1N9kud6OZbmD2FQJk+8+b@public.gmane.org" so they can fix any mistakes in my =
email here.
yours,
Julius
http://juliusdavies.ca/
-----Original Message-----
From: MGroeger-xLnV79OblemELgA04lAiVw@public.gmane.org [mailto:MGroeger-xLnV79OblemELgA04lAiVw@public.gmane.org]
Sent: Wed 11/29/2006 12:36 AM
To: Julius Davies
Cc:=09
Subject: apacheds with ssl
Hello Julius,
I've been playing a little bit with the ApacheDS 1.0.0.
But I didn't find information about whether this version supports
conections via ssl. According to some postings in the mailing list,
I assume that you can answer this question ???
Martin.
|