From: Todd C. Miller Date: Fri, 11 Sep 1998 23:47:29 +0000 (+0000) Subject: Add message for pam users X-Git-Tag: SUDO_1_5_6~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6b213a75cced3ccb9d78c6da008cf73ed863194b;p=sudo Add message for pam users --- diff --git a/configure.in b/configure.in index 8dbc298ef..4172d5f1f 100644 --- a/configure.in +++ b/configure.in @@ -1014,3 +1014,12 @@ dnl dnl Substitute into the Makefiles dnl AC_OUTPUT(Makefile) + +dnl +dnl Spew any text the user needs to know about +dnl +if test "$with_pam" = "yes"; then + echo "" + echo "You will need to customize sample.pam and install it as /etc/pam.d/sudo" + echo "" +fi