diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2010-06-18 22:28:56 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2010-06-18 22:28:56 +0200 |
commit | 5545bb74968914a9fea5f30166238f9f54c8a04c (patch) | |
tree | fdf53ef7a5319be35365f6298db06163b0c75815 /nslcd/cfg.h | |
parent | d7e172414b5e003c5eec8e0768071172543d04a2 (diff) |
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
Diffstat (limited to 'nslcd/cfg.h')
-rw-r--r-- | nslcd/cfg.h | 8 |
1 files changed, 4 insertions, 4 deletions
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 */ |