Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2012-07-20 14:27:19 +0200
committerArthur de Jong <arthur@arthurdejong.org>2012-07-20 14:27:19 +0200
commitb28a4e39bcc4e48b08e615dcc51a8118a706326a (patch)
tree68ddb72eba9865026ac1171e907786e279eab0a2 /configure.ac
parent08e0feea8b0330b16d2503929686479752843619 (diff)
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
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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)