2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-30 05:48:18 +00:00

Solais pam doesn't require anye xtra setup

This commit is contained in:
Todd C. Miller 1999-08-04 14:54:34 +00:00
parent 716e0b5433
commit 1a4ebcf2f5
2 changed files with 0 additions and 8 deletions

4
configure vendored
View File

@ -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"
;;

View 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"
;;