diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2007-09-09 10:30:18 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2007-09-09 10:30:18 +0000 |
commit | 3c0422d53b51bc72860e82ae55c1e9d708d23ae7 (patch) | |
tree | f71ed69c4e977b5807bb8d396e9f2e402e91f4fb /nslcd/cfg.h | |
parent | 0e34be5958a08db6dc02c918dce0fa5f25d5fd6b (diff) |
some simplifications in the reconnect loging, removing the undocumented nss_reconnect_maxconntries configfile option and some work to split out LDAP compatibility code to a separate file
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@388 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'nslcd/cfg.h')
-rw-r--r-- | nslcd/cfg.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/nslcd/cfg.h b/nslcd/cfg.h index ee4e2b9..7a595dc 100644 --- a/nslcd/cfg.h +++ b/nslcd/cfg.h @@ -144,11 +144,12 @@ struct ldap_config int ldc_restart; /* set to a greater than 0 to enable handling of paged results with the specified size */ int ldc_pagesize; - /* undocumented settings */ + /* number of sleeping reconnect attempts */ int ldc_reconnect_tries; + /* seconds to sleep; doubled until max */ int ldc_reconnect_sleeptime; + /* maximum seconds to sleep */ int ldc_reconnect_maxsleeptime; - int ldc_reconnect_maxconntries; /* LDAP debug level */ int ldc_debug; /* is userPassword "userPassword" or not? ie. do we need {crypt} to be stripped |