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

http://www.stunnel.org/

Olivier ;-)

Hi !

Wehave set upa serverin our companySLDAP(SLDAPis just LDAP with SSL protocol) for authenticationof individuals.
And
with 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), and ran ​​theunit tests. All passed except ClassZdcSecureSocketStreamTests("PrimitiveFailed:#primitiveSSLCreateinaprimitiveZdcPluginSSLSessionfailed").

So I arrivedon "<primitive:'primitiveCreate'module:'SqueakSSL'>" (ZdcPluginSSLSession>>primitiveSSLCreate). so Ipickedhttp://www.squeaksource.com/SqueakSSL, makes theunit tests, notfunctional,soI go looking forthe DLL
which I had seen on themailling-list, copied itthe root of thePharoimage, butstill nothingfunctional.

Comemy question,what should Iuse totransform SocketStream
intosomethingacceptingSSL?If you advise Zodiac,how to solvemy primitive concerns?

Thank you in advance
LeducB.