From 31cd2cf4dc588f2a11c8223ef9e1962c849466eb Mon Sep 17 00:00:00 2001 From: Mathieu Baeumler Date: Sun, 18 Oct 2015 18:37:53 +0200 Subject: Add pam_authc_ppolicy option This option allows completely disabling ppolicy handling. --- nslcd/cfg.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nslcd/cfg.h') diff --git a/nslcd/cfg.h b/nslcd/cfg.h index adc812b..8e39705 100644 --- a/nslcd/cfg.h +++ b/nslcd/cfg.h @@ -107,6 +107,9 @@ struct ldap_config { int deref; /* dereference aliases/links */ int referrals; /* chase referrals */ +#if defined(HAVE_LDAP_SASL_BIND) && defined(LDAP_SASL_SIMPLE) + int pam_authc_ppolicy; /* whether to send password policy controls on bind */ +#endif int bind_timelimit; /* bind timelimit */ int timelimit; /* search timelimit */ int idle_timelimit; /* idle timeout */ -- cgit v1.2.3