diff options
Diffstat (limited to 'nslcd/cfg.h')
| -rw-r--r-- | nslcd/cfg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nslcd/cfg.h b/nslcd/cfg.h index 3163b25..b2a93dc 100644 --- a/nslcd/cfg.h +++ b/nslcd/cfg.h @@ -124,6 +124,7 @@ struct ldap_config { int ignorecase; /* whether or not case should be ignored in lookups */ char *pam_authz_searches[NSS_LDAP_CONFIG_MAX_AUTHZ_SEARCHES]; /* the searches that should be performed to do autorisation checks */ char *pam_password_prohibit_message; /* whether password changing should be denied and user prompted with this message */ + char nscd_invalidate[LM_NONE]; /* set to 1 if the corresponding map should be invalidated */ }; /* this is a pointer to the global configuration, it should be available |
