From: Michael <mic...@in...> - 2000-02-12 21:26:12
|
David Leonard wrote: > > i notice that SSL support is now part of the socket module in > python-current, > but I don't think it made it into 1.5.2. > > regardless, the underlying ldap C library would have to support SSL... > especially in ldap_open... i'm going to Yes, the LDAP C libary has to support SSL and especially the certificate handling stuff has to be visible to the application. E.g. if an application wants to authenicate with a client cert the application is responsible to guide the user choosing his cert file/data etc. Ciao, Michael. |