Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd/cfg.h
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2009-05-01 15:03:59 +0200
committerArthur de Jong <arthur@arthurdejong.org>2009-05-01 15:03:59 +0200
commit765f5942a21ae377b054a55d61651b86629c4de8 (patch)
treee6870dc85686b79144313268beed583c6d45133d /nslcd/cfg.h
parent77c0429d691f1b3477803413210e55940330f9e8 (diff)
set most SSL/TLS related options globally instead of per connection
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@853 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'nslcd/cfg.h')
-rw-r--r--nslcd/cfg.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/nslcd/cfg.h b/nslcd/cfg.h
index 71a4417..48aea36 100644
--- a/nslcd/cfg.h
+++ b/nslcd/cfg.h
@@ -121,20 +121,6 @@ struct ldap_config
#ifdef LDAP_OPT_X_TLS
/* SSL enabled */
enum ldap_ssl_options ldc_ssl_on;
- /* tls check peer */
- int ldc_tls_reqcert;
- /* tls ca certificate dir */
- char *ldc_tls_cacertdir;
- /* tls ca certificate file */
- char *ldc_tls_cacertfile;
- /* tls randfile */
- char *ldc_tls_randfile;
- /* tls ciphersuite */
- char *ldc_tls_ciphers;
- /* tls certificate */
- char *ldc_tls_cert;
- /* tls key */
- char *ldc_tls_key;
#endif /* LDAP_OPT_X_TLS */
/* whether the LDAP library should restart the select(2) system call when interrupted */
int ldc_restart;