Josh Mullis wrote: > Seems to be a problem with PLA not knowing where the certificates are...
Josh, there is where it gets complicated. PLA is not the "direct" ldap client - "php-ldap" is. So, TLS (and SSL) session establishment is done in php-ldap. php-ldap runs as the your web server user. (This is why PLA doesnt have any SSL/certificate parameters). A couple of things to try: * Make sure that all your client configuration files are readable by your web server's user id. * Try and export the the client's details as variables (TLS_CERT, TLS_KEY) and restart httpd. If this doesnt work then search a php-ldap mailling lists for advice. ..deon ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ phpldapadmin-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/phpldapadmin-users
