nss-pam-ldapd commit: r1260 - nss-pam-ldapd-solaris
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1260 - nss-pam-ldapd-solaris
- 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 commit: r1260 - nss-pam-ldapd-solaris
- Date: Mon, 11 Oct 2010 21:35:20 +0200 (CEST)
Author: arthur
Date: Mon Oct 11 21:35:18 2010
New Revision: 1260
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?view=rev&revision=1260
Log:
build Solaris NSS flavour without aliases for now
Modified:
nss-pam-ldapd-solaris/configure.ac
Modified: nss-pam-ldapd-solaris/configure.ac
==============================================================================
--- nss-pam-ldapd-solaris/configure.ac Mon Oct 11 21:33:37 2010 (r1259)
+++ nss-pam-ldapd-solaris/configure.ac Mon Oct 11 21:35:18 2010 (r1260)
@@ -405,7 +405,10 @@
AC_MSG_CHECKING([which NSS maps to build])
if test "x$with_nss_ldap_maps" = "xall"
then
-
with_nss_ldap_maps="aliases,ethers,group,hosts,netgroup,networks,passwd,protocols,rpc,services,shadow"
+ case "$with_nss_flavour" in
+ glibc)
with_nss_ldap_maps="aliases,ethers,group,hosts,netgroup,networks,passwd,protocols,rpc,services,shadow"
;;
+ solaris)
with_nss_ldap_maps="ethers,group,hosts,netgroup,networks,passwd,protocols,rpc,services,shadow"
;;
+ esac
fi
AC_MSG_RESULT($with_nss_ldap_maps)
NSS_MODULE_OBJS="`echo "$with_nss_ldap_maps " | sed 's/,/ /g;s/
*/.$(OBJEXT) /g'`"
--
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 commit: r1260 - nss-pam-ldapd-solaris,
Commits of the nss-pam-ldapd project