[torqueusers] Bad UID for job execution MSG=ruserok failed validating ...
Carlos Borroto
carlos.borroto at gmail.com
Tue Feb 12 12:45:22 MST 2013
On Wed, Jan 16, 2013 at 1:39 PM, Michael Jennings <mej at lbl.gov> wrote:
> Make a similar change for
> munge support and e-mail the patch to the list. I can take it from
> there. :-)
Would this do? Would it be better if I submit a pull request github?
--- configure.ac.old 2013-02-11 15:00:45.000000000 -0500
+++ configure.ac 2013-02-11 15:16:08.000000000 -0500
@@ -1317,8 +1317,10 @@
if test "${enable_munge_auth}" = "yes" ; then
AC_MSG_RESULT([yes])
CFLAGS="$CFLAGS -DMUNGE_AUTH"
+ RPM_AC_OPTS="$RPM_AC_OPTS --with munge"
else
AC_MSG_RESULT([no])
+ RPM_AC_OPTS="$RPM_AC_OPTS --without munge"
fi
fi
Thanks,
Carlos
More information about the torqueusers
mailing list