[dovecot-cvs] dovecot configure.in,1.277.2.10,1.277.2.11
cras at dovecot.org
cras at dovecot.org
Sat Jun 17 22:32:15 EEST 2006
- Previous message: [dovecot-cvs] dovecot/src/auth mech-anonymous.c, 1.15,
1.16 mech-apop.c, 1.21, 1.22 mech-cram-md5.c, 1.23,
1.24 mech-digest-md5.c, 1.40, 1.41 mech-login.c, 1.17,
1.18 mech-ntlm.c, 1.25, 1.26 mech-plain.c, 1.35,
1.36 mech-rpa.c, 1.25, 1.26 mech.c, 1.55, 1.56 mech.h, 1.37, 1.38
- Next message: [dovecot-cvs] dovecot/src/auth db-ldap.c, 1.41.2.3,
1.41.2.4 db-ldap.h, 1.20.2.2, 1.20.2.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/cvs/dovecot
In directory talvi:/tmp/cvs-serv16550
Modified Files:
Tag: branch_1_0
configure.in
Log Message:
Added TLS support for LDAP if the library supports it.
Index: configure.in
===================================================================
RCS file: /var/lib/cvs/dovecot/configure.in,v
retrieving revision 1.277.2.10
retrieving revision 1.277.2.11
diff -u -d -r1.277.2.10 -r1.277.2.11
--- configure.in 17 Jun 2006 17:19:28 -0000 1.277.2.10
+++ configure.in 17 Jun 2006 19:32:13 -0000 1.277.2.11
@@ -1412,6 +1412,9 @@
AC_CHECK_LIB(ldap, ldap_initialize, [
AC_DEFINE(LDAP_HAVE_INITIALIZE,, Define if you have ldap_initialize)
])
+ AC_CHECK_LIB(ldap, ldap_start_tls_s, [
+ AC_DEFINE(LDAP_HAVE_START_TLS_S,, Define if you have ldap_start_tls_s)
+ ])
AUTH_LIBS="$AUTH_LIBS -lldap"
AC_DEFINE(USERDB_LDAP,, Build with LDAP support)
- Previous message: [dovecot-cvs] dovecot/src/auth mech-anonymous.c, 1.15,
1.16 mech-apop.c, 1.21, 1.22 mech-cram-md5.c, 1.23,
1.24 mech-digest-md5.c, 1.40, 1.41 mech-login.c, 1.17,
1.18 mech-ntlm.c, 1.25, 1.26 mech-plain.c, 1.35,
1.36 mech-rpa.c, 1.25, 1.26 mech.c, 1.55, 1.56 mech.h, 1.37, 1.38
- Next message: [dovecot-cvs] dovecot/src/auth db-ldap.c, 1.41.2.3,
1.41.2.4 db-ldap.h, 1.20.2.2, 1.20.2.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dovecot-cvs
mailing list