nss-pam-ldapd branch master updated. 0.9.2-10-ge3f0453
[
Date Prev][Date Next]
[
Thread Prev][Thread Next]
nss-pam-ldapd branch master updated. 0.9.2-10-ge3f0453
- 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-10-ge3f0453
- Date: Sat, 28 Dec 2013 22:31:33 +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 e3f0453c482a386012a7f6e6f3942bb9635a0c19 (commit)
from 3ce5ef9d87d6c5169bb5c7bbbc8310387c564f8b (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=e3f0453c482a386012a7f6e6f3942bb9635a0c19
commit e3f0453c482a386012a7f6e6f3942bb9635a0c19
Author: Arthur de Jong <arthur@arthurdejong.org>
Date: Sat Dec 28 21:25:31 2013 +0100
Re-organise ldap function tests
diff --git a/configure.ac b/configure.ac
index a638f77..27d8e56 100644
--- a/configure.ac
+++ b/configure.ac
@@ -798,19 +798,21 @@ then
fi
# check for ldap function availability
- AC_CHECK_FUNCS(ldap_parse_result ldap_memfree ldap_controls_free
ldap_control_free)
- AC_CHECK_FUNCS(ldap_explode_dn ldap_explode_rdn ldap_set_option
ldap_get_option)
- AC_CHECK_FUNCS(ldap_abandon ldap_simple_bind_s ldap_unbind
ldap_set_rebind_proc)
- AC_CHECK_FUNCS(ldap_sasl_bind ldap_sasl_bind_s ldap_control_find)
- AC_CHECK_FUNCS(ldap_parse_passwordpolicy_control ldap_passwordpolicy_err2txt)
- AC_CHECK_FUNCS(ldap_initialize ldap_search_ext ldap_start_tls_s)
- AC_CHECK_FUNCS(ldap_create_control ldap_extended_operation_s)
+ AC_CHECK_FUNCS(ber_bvfree ber_free ber_set_option ber_get_enum)
+ AC_CHECK_FUNCS(ldap_initialize ldap_start_tls_s)
+ AC_CHECK_FUNCS(ldap_get_option ldap_set_option ldap_set_rebind_proc)
+ AC_CHECK_FUNCS(ldap_simple_bind_s ldap_sasl_bind ldap_sasl_bind_s
ldap_unbind)
+ AC_CHECK_FUNCS(ldap_search_ext ldap_modify_ext_s ldap_extended_operation_s)
+ AC_CHECK_FUNCS(ldap_explode_dn ldap_explode_rdn)
AC_CHECK_FUNCS(ldap_domain2hostlist ldap_domain2dn)
- AC_CHECK_FUNCS(ldap_get_values ldap_get_values_len ldap_value_free
ldap_value_free_len)
- AC_CHECK_FUNCS(ldap_get_dn ldap_explode_dn ldap_count_values_len)
- AC_CHECK_FUNCS(ldap_err2string ldap_msgfree ldap_result)
- AC_CHECK_FUNCS(ber_bvfree ber_free ber_set_option ldap_modify_ext_s
ber_get_enum)
- AC_CHECK_FUNCS(ldap_first_attribute ldap_next_attribute)
+ AC_CHECK_FUNCS(ldap_result ldap_parse_result ldap_msgfree ldap_memfree)
+ AC_CHECK_FUNCS(ldap_get_dn ldap_first_attribute ldap_next_attribute)
+ AC_CHECK_FUNCS(ldap_get_values ldap_value_free)
+ AC_CHECK_FUNCS(ldap_get_values_len ldap_count_values_len ldap_value_free_len)
+ AC_CHECK_FUNCS(ldap_err2string ldap_abandon)
+ AC_CHECK_FUNCS(ldap_create_control ldap_control_find)
+ AC_CHECK_FUNCS(ldap_controls_free ldap_control_free)
+ AC_CHECK_FUNCS(ldap_parse_passwordpolicy_control ldap_passwordpolicy_err2txt)
# replace ldap_create_page_control() and ldap_parse_page_control()
AC_CHECK_FUNCS(ldap_create_page_control ldap_parse_page_control,,
[AC_LIBOBJ(pagectrl)])
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 26 ++++++++++++++------------
1 file changed, 14 insertions(+), 12 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/
- nss-pam-ldapd branch master updated. 0.9.2-10-ge3f0453,
Commits of the nss-pam-ldapd project