summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2013-03-24 23:43:28 +0100
committerArthur de Jong <arthur@arthurdejong.org>2013-03-28 23:52:42 +0100
commit07ca83653ac1e08b110a6d3759e7731af5db22e4 (patch)
tree9ef09c07c28a304cce9cc81776e59380cf639e1b
parent3daa68d35cf18c0dc80c8c24c7aa23c6273d06c4 (diff)
Fix comment for nss_nested_groups config option
-rw-r--r--nslcd/cfg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nslcd/cfg.h b/nslcd/cfg.h
index 7caaa02..bd53560 100644
--- a/nslcd/cfg.h
+++ b/nslcd/cfg.h
@@ -119,7 +119,7 @@ struct ldap_config {
int pagesize; /* set to a greater than 0 to enable handling of paged results with the specified size */
SET *nss_initgroups_ignoreusers; /* the users for which no initgroups() searches should be done */
uid_t nss_min_uid; /* minimum uid for users retrieved from LDAP */
- int nss_nested_groups; /* maximum group recursion depth */
+ int nss_nested_groups; /* whether to expand nested groups */
regex_t validnames; /* the regular expression to determine valid names */
char *validnames_str; /* string version of validnames regexp */
int ignorecase; /* whether or not case should be ignored in lookups */