[gq-commit] gq README.TLS,1.1,1.2
Status: Beta
Brought to you by:
sur5r
From: <sta...@us...> - 2002-06-27 08:11:19
|
Update of /cvsroot/gqclient/gq In directory usw-pr-cvs1:/tmp/cvs-serv17135 Modified Files: README.TLS Log Message: * Added a note regarding OpenLDAP 2.1.x and TLS Index: README.TLS =================================================================== RCS file: /cvsroot/gqclient/gq/README.TLS,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** README.TLS 1 Jan 2001 00:30:53 -0000 1.1 --- README.TLS 27 Jun 2002 08:11:15 -0000 1.2 *************** *** 15,16 **** --- 15,27 ---- as per-server LDAP version configuration will probably be added. + When building gq against OpenLDAP 2.1.x (tested with x == 2) TLS + support may not work if it did with 2.0.x. This might be a + configuration issue on the client side regarding the verification of + the server certificate, but this has not been investigated in + detail. Note that having something like + + TLS_CACERT /path/to/cacert.pem + + in ~/.ldaprc might help (tested locally). + + |