Update of /cvsroot/gqclient/gq
In directory usw-pr-cvs1:/tmp/cvs-serv4619
Modified Files:
configure.in
Log Message:
* Allow for ldap/ldaps URIs instead of an LDAP Host/Port combination
* Add some timeout options to the LDAP connection
Index: configure.in
===================================================================
RCS file: /cvsroot/gqclient/gq/configure.in,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -d -r1.37 -r1.38
*** configure.in 18 Sep 2002 07:22:04 -0000 1.37
--- configure.in 18 Sep 2002 09:49:23 -0000 1.38
***************
*** 124,127 ****
--- 124,128 ----
AC_CHECK_FUNCS(ldap_str2objectclass ldap_memfree ldap_rename ldap_str2dn \
+ ldap_initialize \
iswspace snprintf)
|