Re: [xwiki-users] XWiki and LDAP TLS binding

2014-03-06 Thread Claude Lepere
___ > De : claude lepere > À : users@xwiki.org > Envoyé le : > Objet : Re: [xwiki-users] XWiki and LDAP TLS binding > > > Hi all! > > Our LDAP server also requires the client his certificate > (olcTLSVerifyClient = demand). > As we are in Java on client side, we have

Re: [xwiki-users] XWiki and LDAP TLS binding

2014-03-04 Thread Pascal BASTIEN
cal B De : claude lepere À : users@xwiki.org Envoyé le : Objet : Re: [xwiki-users] XWiki and LDAP TLS binding Hi all! Our LDAP server also requires the client his certificate (olcTLSVerifyClient = demand). As we are in Java on client side, we have to use a Java key

Re: [xwiki-users] XWiki and LDAP TLS binding

2014-03-03 Thread claude lepere
ode&node=7589382&i=0>> > > À : [hidden email] <http://user/SendEmail.jtp?type=node&node=7589382&i=1> > Envoyé le : Vendredi 21 février 2014 12h53 > Objet : [xwiki-users] XWiki and LDAP TLS binding > > > Hi! > > Does XWiki support LDAP TLS binding (t

Re: [xwiki-users] XWiki and LDAP TLS binding

2014-03-01 Thread Pascal BASTIEN
Hello, I used this method to authenticate on my LDAP TLS:SSL: http://jira.xwiki.org/browse/XWIKI-865 Pascal B De : Claude Lepere À : users@xwiki.org Envoyé le : Vendredi 21 février 2014 12h53 Objet : [xwiki-users] XWiki and LDAP TLS binding Hi! Does

Re: [xwiki-users] XWiki and LDAP TLS binding

2014-02-21 Thread claude lepere
Hi Thomas. Thank you for your quick answer. I'm sure not a LDAP expert but I think it is right to say that LDAP TLS (using StartTLS) and LDAP SSL offer quite the same security features, but StartTLS is the successor of LDAP over SSL (LDAPS) and is now recommended. My question concerns the client

Re: [xwiki-users] XWiki and LDAP TLS binding

2014-02-21 Thread Thomas Mortagne
As far as I understand TLS and SSL are the same thing (at least in LDAP). You can setup which port to connect to using xwiki.authentication.ldap.port property in xwiki.cfg. On Fri, Feb 21, 2014 at 12:53 PM, Claude Lepere wrote: > Hi! > > Does XWiki support LDAP TLS binding (that means a ldap conn

[xwiki-users] XWiki and LDAP TLS binding

2014-02-21 Thread Claude Lepere
Hi! Does XWiki support LDAP TLS binding (that means a ldap connection on port 389 and not a SSL ldaps connection on port 686) with both server and client (= XWiki) certificates? If so, how to set up that feature? Many thanks for your response. Claude Lepère ___