Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Oct 2006 12:30:03 GMT
From:      Michael Bushkov <bushman@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 107759 for review
Message-ID:  <200610121230.k9CCU3Bx030823@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=107759

Change 107759 by bushman@bushman_nss_ldap_cached on 2006/10/12 12:29:34

	+ don't abort on unknown config-file keywords - allows using the same configuration file for OpenLDAP, nss_ldap, pam_ldap, etc...

Affected files ...

.. //depot/projects/soc2006/nss_ldap_cached/src/lib/nss_ldap/ldapconf.c#12 edit

Differences ...

==== //depot/projects/soc2006/nss_ldap_cached/src/lib/nss_ldap/ldapconf.c#12 (text+ko) ====

@@ -604,7 +604,11 @@
 			break;
 		}
 
-		res = NSS_LDAP_PARSE_ERROR;
+		/* 
+		 * NOTE: uncomment this to abort on unknown config-file
+		 * keywords:		
+		 * res = NSS_LDAP_PARSE_ERROR;
+		 */
 	}
 	fclose(fin);
 	



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610121230.k9CCU3Bx030823>