mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-30 22:05:46 +00:00
Solais pam doesn't require anye xtra setup
This commit is contained in:
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
|
if test "$with_pam" = "yes"; then
|
||||||
echo ""
|
echo ""
|
||||||
case $host in
|
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*)
|
*-*-linux*)
|
||||||
echo "You will need to customize sample.pam and install it as /etc/pam.d/sudo"
|
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
|
if test "$with_pam" = "yes"; then
|
||||||
echo ""
|
echo ""
|
||||||
case $host in
|
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*)
|
*-*-linux*)
|
||||||
echo "You will need to customize sample.pam and install it as /etc/pam.d/sudo"
|
echo "You will need to customize sample.pam and install it as /etc/pam.d/sudo"
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user