lists.arthurdejong.org
RSS feed

nss-pam-ldapd branch master updated. 0.9.6-17-gb795f6c

[Date Prev][Date Next] [Thread Prev][Thread Next]

nss-pam-ldapd branch master updated. 0.9.6-17-gb795f6c



This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "nss-pam-ldapd".

The branch, master has been updated
       via  b795f6ca60c47403caa217c3b3179b44dd2e770e (commit)
      from  525c996c534ee68dc5ff26a11c7863a1e0c27c88 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://arthurdejong.org/git/nss-pam-ldapd/commit/?id=b795f6ca60c47403caa217c3b3179b44dd2e770e

commit b795f6ca60c47403caa217c3b3179b44dd2e770e
Author: Arthur de Jong <arthur@arthurdejong.org>
Date:   Sat Feb 13 13:56:47 2016 +0100

    Fix nss_disable_enumeration configuration
    
    This fixes a copy-paste bug where nss_disable_enumeration was
    incorrectly handled. Fixes c0366d8.
    
    Thanks Andrew W Elble for pointing this out.

diff --git a/nslcd/cfg.c b/nslcd/cfg.c
index c142712..c24d79a 100644
--- a/nslcd/cfg.c
+++ b/nslcd/cfg.c
@@ -1566,7 +1566,7 @@ static void cfg_read(const char *filename, struct 
ldap_config *cfg)
     }
     else if (strcasecmp(keyword, "nss_disable_enumeration") == 0)
     {
-      cfg->nss_getgrent_skipmembers = get_boolean(filename, lnr, keyword, 
&line);
+      cfg->nss_disable_enumeration = get_boolean(filename, lnr, keyword, 
&line);
       get_eol(filename, lnr, keyword, &line);
     }
     else if (strcasecmp(keyword, "validnames") == 0)

-----------------------------------------------------------------------

Summary of changes:
 nslcd/cfg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
nss-pam-ldapd
-- 
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits/