From 5545bb74968914a9fea5f30166238f9f54c8a04c Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Fri, 18 Jun 2010 20:28:56 +0000 Subject: remove warning messages from parsing the sasl_* options and document them in the nslcd.conf(5) manual page (they should be functional) git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1150 ef36b2f9-881f-0410-afb5-c4e39611909c --- nslcd/cfg.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'nslcd/cfg.h') diff --git a/nslcd/cfg.h b/nslcd/cfg.h index c7674e3..1028870 100644 --- a/nslcd/cfg.h +++ b/nslcd/cfg.h @@ -95,16 +95,16 @@ struct ldap_config char *ldc_bindpw; /* bind DN for password modification by administrator */ char *ldc_rootpwmoddn; + /* sasl mech */ + char *ldc_sasl_mech; + /* sasl realm */ + char *ldc_sasl_realm; /* sasl authentication id */ char *ldc_sasl_authcid; /* sasl authorization id */ char *ldc_sasl_authzid; /* sasl security */ char *ldc_sasl_secprops; - /* sasl mech */ - char *ldc_sasl_mech; - /* sasl realm */ - char *ldc_sasl_realm; /* base DN, eg. dc=gnu,dc=org */ const char *ldc_bases[NSS_LDAP_CONFIG_MAX_BASES]; /* scope for searches */ -- cgit v1.2.3