summaryrefslogtreecommitdiff
path: root/nslcd/cfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'nslcd/cfg.h')
-rw-r--r--nslcd/cfg.h5
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