From: Todd C. Miller Date: Wed, 4 Aug 1999 14:54:34 +0000 (+0000) Subject: Solais pam doesn't require anye xtra setup X-Git-Tag: SUDO_1_6_0~168 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1a4ebcf2f5937facd9c35c30dfc6fd4801ba5caf;p=sudo Solais pam doesn't require anye xtra setup --- diff --git a/configure b/configure index 11953ed26..f13905217 100755 --- a/configure +++ b/configure @@ -8020,10 +8020,6 @@ test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1 if test "$with_pam" = "yes"; then echo "" case $host in - *-*-solaris2*) - echo "You will need to add a line like the following to /etc/pam.conf" - echo "sudo auth required /usr/lib/security/pam_unix.so.1" - ;; *-*-linux*) echo "You will need to customize sample.pam and install it as /etc/pam.d/sudo" ;; diff --git a/configure.in b/configure.in index f0b2dc800..73e970e57 100644 --- a/configure.in +++ b/configure.in @@ -1591,10 +1591,6 @@ dnl if test "$with_pam" = "yes"; then echo "" case $host in - *-*-solaris2*) - echo "You will need to add a line like the following to /etc/pam.conf" - echo "sudo auth required /usr/lib/security/pam_unix.so.1" - ;; *-*-linux*) echo "You will need to customize sample.pam and install it as /etc/pam.d/sudo" ;;