]> granicus.if.org Git - sudo/commitdiff
Solais pam doesn't require anye xtra setup
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 4 Aug 1999 14:54:34 +0000 (14:54 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 4 Aug 1999 14:54:34 +0000 (14:54 +0000)
configure
configure.in

index 11953ed2688d9d274968f314fdb6c573c2f364d1..f13905217b3af6e512567418d225f42a6844b119 100755 (executable)
--- 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"
            ;;
index f0b2dc8001e9b2f909372cbc44a20a4306da7433..73e970e57c319512a900fb3f9b58c2acf6dce285 100644 (file)
@@ -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"
            ;;