summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2013-10-07 19:27:41 +0200
committerArthur de Jong <arthur@arthurdejong.org>2013-10-07 19:27:47 +0200
commit61e96bf393f0e3f39125f9e1a5f73cfefdf719df (patch)
tree44bf1c8b3835c82ef417c94d5a04b008194309dd
parent2f088ec904b9866cd5b76fbb780fcc0ef6f00107 (diff)
Increase NSS_LDAP_CONFIG_MAX_BASES to 31
This allows more search bases which may be useful in some environments.
-rw-r--r--nslcd/cfg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nslcd/cfg.h b/nslcd/cfg.h
index 65b2058..559d1da 100644
--- a/nslcd/cfg.h
+++ b/nslcd/cfg.h
@@ -43,7 +43,7 @@
#define NSS_LDAP_CONFIG_MAX_URIS 31
/* maximum number of search bases */
-#define NSS_LDAP_CONFIG_MAX_BASES 7
+#define NSS_LDAP_CONFIG_MAX_BASES 31
/* maximum number of pam_authz_search options */
#define NSS_LDAP_CONFIG_MAX_AUTHZ_SEARCHES 8