Hi ! On 11/29/06, Julius Davies <[EMAIL PROTECTED]> wrote:
[I think my original reply never made it to "[email protected]" because my CUCBC email account isn't subscribed.]
It just was moderated, and I accepted it, so next time it may go directly to the ML. Hi, Martin,
<snip/>
But I suspect the following might turn on LDAPS for you inside
"conf/server.xml": Inside this section: ========================= <bean id="configuration" class=" org.apache.directory.server.configuration.MutableServerStartupConfiguration "> Try adding these? ========================= <property name="enableLdaps"><value>true</value></property> <property name="ldapsPort"><value>626</value></property> <property name="ldapsCertificatePassword"><value>changeit</value></property> <property name="ldapsCertificateFile"><value>/path/to/file.jks</value></property>
You can also read the following page which may help to make it work : http://cwiki.apache.org/confluence/display/DIRxSRVx10/How+to+enable+SSL So, yes, definitively, you can use LDAPS instead of LDAP (and I don't think that using LDAP to be the best solution, as password are *not* encrypted in BindRequest (well, they can, but then you can act as a man in the middle, which is a little bit more difficult with LDAPS ;) ...) -----Original Message-----
From: MGroeger Sent: Wed 11/29/2006 12:36 AM To: Julius Davies Cc: 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. -- yours, Julius Davies 416-652-0183 http://juliusdavies.ca/
-- Cordialement, Emmanuel Lécharny
