diff options
Diffstat (limited to 'nslcd/cfg.h')
| -rw-r--r-- | nslcd/cfg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nslcd/cfg.h b/nslcd/cfg.h index bd53560..65b2058 100644 --- a/nslcd/cfg.h +++ b/nslcd/cfg.h @@ -67,6 +67,7 @@ enum ldap_map_selector { LM_RPC, LM_SERVICES, LM_SHADOW, + LM_NFSIDMAP, /* only used for cache invalidation */ LM_NONE }; @@ -125,7 +126,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 */ + char reconnect_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 |
