diff options
Diffstat (limited to 'nslcd/cfg.h')
-rw-r--r-- | nslcd/cfg.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 */ |