lists.arthurdejong.org
RSS feed

nss-pam-ldapd branch master updated. 0.8.12-135-g932c641

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

nss-pam-ldapd branch master updated. 0.8.12-135-g932c641



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  932c641bb17c7e19a11ad9f4c771c01cd0592bef (commit)
       via  07ca83653ac1e08b110a6d3759e7731af5db22e4 (commit)
      from  3daa68d35cf18c0dc80c8c24c7aa23c6273d06c4 (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=932c641bb17c7e19a11ad9f4c771c01cd0592bef

commit 932c641bb17c7e19a11ad9f4c771c01cd0592bef
Author: Arthur de Jong <arthur@arthurdejong.org>
Date:   Sun Mar 24 23:44:57 2013 +0100

    Fix manual page generation

diff --git a/man/nslcd.conf.5.xml b/man/nslcd.conf.5.xml
index 5bee5f4..5e65aa7 100644
--- a/man/nslcd.conf.5.xml
+++ b/man/nslcd.conf.5.xml
@@ -724,7 +724,7 @@
      <term><option>nss_nested_groups</option> yes|no</term>
      <listitem>
       <para>
-       If this option is set, the <litera>member</litera> attribute of a
+       If this option is set, the <literal>member</literal> attribute of a
        group may point to another group.
        Members of nested groups are also returned in the higher level group
        and parent groups are returned when finding groups for a specific user.

http://arthurdejong.org/git/nss-pam-ldapd/commit/?id=07ca83653ac1e08b110a6d3759e7731af5db22e4

commit 07ca83653ac1e08b110a6d3759e7731af5db22e4
Author: Arthur de Jong <arthur@arthurdejong.org>
Date:   Sun Mar 24 23:43:28 2013 +0100

    Fix comment for nss_nested_groups config option

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 */

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

Summary of changes:
 man/nslcd.conf.5.xml |    2 +-
 nslcd/cfg.h          |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


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/