nss-pam-ldapd branch master updated. 0.9.2-3-gb9ec6df
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd branch master updated. 0.9.2-3-gb9ec6df
- From: Commits of the nss-pam-ldapd project <nss-pam-ldapd-commits [at] lists.arthurdejong.org>
- To: nss-pam-ldapd-commits [at] lists.arthurdejong.org
- Reply-to: nss-pam-ldapd-users [at] lists.arthurdejong.org
- Subject: nss-pam-ldapd branch master updated. 0.9.2-3-gb9ec6df
- Date: Sat, 21 Dec 2013 20:47:08 +0100 (CET)
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 b9ec6df4ab3b7a1fc16dc894f03f538dafb879fb (commit)
from 9f0285333e122c625c6055c3aebebc30f25b8702 (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=b9ec6df4ab3b7a1fc16dc894f03f538dafb879fb
commit b9ec6df4ab3b7a1fc16dc894f03f538dafb879fb
Author: Arthur de Jong <arthur@arthurdejong.org>
Date: Thu Dec 19 23:18:24 2013 +0100
Support printing children search scope
This fixes 2caeef4.
diff --git a/nslcd/cfg.c b/nslcd/cfg.c
index 25fb1f2..e3dd418 100644
--- a/nslcd/cfg.c
+++ b/nslcd/cfg.c
@@ -618,6 +618,9 @@ static const char *print_scope(int scope)
case LDAP_SCOPE_SUBTREE: return "sub";
case LDAP_SCOPE_ONELEVEL: return "one";
case LDAP_SCOPE_BASE: return "base";
+#ifdef LDAP_SCOPE_CHILDREN
+ case LDAP_SCOPE_CHILDREN: return "children";
+#endif /* LDAP_SCOPE_CHILDREN */
default: return "???";
}
}
-----------------------------------------------------------------------
Summary of changes:
nslcd/cfg.c | 3 +++
1 file changed, 3 insertions(+)
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/
- nss-pam-ldapd branch master updated. 0.9.2-3-gb9ec6df,
Commits of the nss-pam-ldapd project