PERFORCE change 107759 for review
Michael Bushkov
bushman at FreeBSD.org
Thu Oct 12 05:30:05 PDT 2006
http://perforce.freebsd.org/chv.cgi?CH=107759
Change 107759 by bushman at 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);
More information about the p4-projects
mailing list