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:
parent
716e0b5433
commit
1a4ebcf2f5
4
configure
vendored
4
configure
vendored
@ -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"
|
||||
;;
|
||||
|
@ -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"
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user