[Pkg-openldap-devel] r1082 - openldap/trunk/debian/patches

vorlon at alioth.debian.org vorlon at alioth.debian.org
Sat Feb 9 02:23:21 UTC 2008


Author: vorlon
Date: 2008-02-09 02:23:20 +0000 (Sat, 09 Feb 2008)
New Revision: 1082

Modified:
   openldap/trunk/debian/patches/slapd-tlsverifyclient-default
Log:
urk, get rid of a stray printf



Modified: openldap/trunk/debian/patches/slapd-tlsverifyclient-default
===================================================================
--- openldap/trunk/debian/patches/slapd-tlsverifyclient-default	2008-02-09 01:38:02 UTC (rev 1081)
+++ openldap/trunk/debian/patches/slapd-tlsverifyclient-default	2008-02-09 02:23:20 UTC (rev 1082)
@@ -12,7 +12,7 @@
 ===================================================================
 --- servers/slapd/main.c	(revision 1074)
 +++ servers/slapd/main.c	(working copy)
-@@ -736,6 +736,14 @@
+@@ -736,6 +736,13 @@
  		SERVICE_EXIT( ERROR_SERVICE_SPECIFIC_ERROR, 20 );
  		goto destroy;
  	}
@@ -22,7 +22,6 @@
 +	 * to be no checking. The config file can override this as usual.
 +	 */
 +	rc = LDAP_OPT_X_TLS_NEVER;
-+	printf("Initializing the server the right way\n");
 +	(void) ldap_pvt_tls_set_option( slap_tls_ld, LDAP_OPT_X_TLS_REQUIRE_CERT, &rc );
  #endif
  




More information about the Pkg-openldap-devel mailing list