diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2010-10-16 11:34:44 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2010-10-16 11:34:44 +0000 |
commit | 5210f19c530a950bf0617d0cdfe2633c646a169d (patch) | |
tree | 4b2e1874e8b304d218e9e52901495d3ca2c30d8a | |
parent | f6bbbc5da9d72ec6637ef8fea58c73686abdace1 (diff) |
remove obsolete note
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1286 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r-- | nslcd/cfg.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nslcd/cfg.h b/nslcd/cfg.h index bf7ca48..de43956 100644 --- a/nslcd/cfg.h +++ b/nslcd/cfg.h @@ -133,8 +133,7 @@ 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; - /* the users for which no initgroups() searches should be done - Note: because we use a set here comparisons will be case-insensitive */ + /* the users for which no initgroups() searches should be done */ SET *ldc_nss_initgroups_ignoreusers; /* the search that should be performed to do autorisation checks */ char *ldc_pam_authz_search; |