From b28a4e39bcc4e48b08e615dcc51a8118a706326a Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Fri, 20 Jul 2012 12:27:19 +0000 Subject: on startup have the gid option default to the primary group of the specified user and load the user's supplementary groups git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1723 ef36b2f9-881f-0410-afb5-c4e39611909c --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index be4516b..e330335 100644 --- a/configure.ac +++ b/configure.ac @@ -575,7 +575,7 @@ then AC_SEARCH_LIBS(dlopen,dl) # check for availability of functions - AC_CHECK_FUNCS(setgroups) + AC_CHECK_FUNCS(initgroups setgroups) AC_CHECK_FUNCS(getpeereid) AC_CHECK_FUNCS(getpeerucred) AC_CHECK_FUNCS(__nss_configure_lookup) -- cgit v1.2.3