diff options
Diffstat (limited to 'nslcd/cfg.h')
-rw-r--r-- | nslcd/cfg.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nslcd/cfg.h b/nslcd/cfg.h index 17edd87..28f5cb8 100644 --- a/nslcd/cfg.h +++ b/nslcd/cfg.h @@ -123,8 +123,6 @@ 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 */ - - int restart; /* whether the LDAP library should restart the select(2) system call when interrupted */ }; /* this is a pointer to the global configuration, it should be available |