it works perfectly thank you Olivier B. Leduc Le 03/10/2011 11:35, Olivier Auverlot a écrit :
Hi Baptiste,
I have not tested but I think that stunnel can help you to make SSL connections to an ldap server
Olivier ;-)
Hi !
Wehave set upa serverin our companySLDAP(SLDAPis just LDAPwith SSL protocol) for authenticationof individuals. Andwith the toolLDAPlayer(http://www.squeaksource.com/LDAPlayer)I tried toconnectto that server, exceptthat itdoesnot takeinto account theSSL(SocketStreamthe cause, I think).
So IpickedZodiac (http://www.squeaksource.com/Zodiac), andrantheunit tests.Allpassedexcept ClassZdcSecureSocketStreamTests("PrimitiveFailed:#primitiveSSLCreateinaprimitiveZdcPluginSSLSessionfailed").
So I arrivedon "<primitive:'primitiveCreate'module:'SqueakSSL'>" (ZdcPluginSSLSession>>primitiveSSLCreate).so Ipickedhttp://www.squeaksource.com/SqueakSSL, makes theunit tests, notfunctional,soI golooking forthe DLLwhich I had seenon themailling-list, copied itthe root of thePharoimage, butstill nothingfunctional.
Comemy question,what should Iuse totransformSocketStreamintosomethingacceptingSSL?Ifyou advise Zodiac,how to solvemy primitiveconcerns?
Thank you in advance LeducB.