From: Jeremy Allison Date: Fri, 11 Dec 1998 20:50:16 +0000 (+0000) Subject: Fixed missing include of smbw.h. X-Git-Tag: samba-2.0.0beta4~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d45be1540395d5245395e753a8a1d83937c6667f;p=thirdparty%2Fsamba.git Fixed missing include of smbw.h. Added strerror print for initgroups fail. Jeremy. --- diff --git a/source/configure b/source/configure index 3a62298cbb4..a2d52d17fe6 100755 --- a/source/configure +++ b/source/configure @@ -7816,7 +7816,7 @@ if eval "test \"`echo '$''{'samba_cv_REPLACE_GETPASS'+set}'`\" = set"; then else SAVE_CPPFLAGS="$CPPFLAGS" -CPPFLAGS="$CPPFLAGS -I${srcdir-.}/include -I${srcdir-.}/ubiqx" +CPPFLAGS="$CPPFLAGS -I${srcdir-.}/include -I${srcdir-.}/ubiqx -I${srcdir-.}/smbwrapper" cat > conftest.$ac_ext < 16000 || uid < 0 || uid > 16000) + if (gid < 0 || gid > 32767 || uid < 0 || uid > 32767) { DEBUG(0,("This is probably a problem with the account %s\n", user)); }