[mdlug] su Password problem
Raymond McLaughlin
driveray at ameritech.net
Fri Jun 5 13:20:39 EDT 2009
Michael Corral wrote:
> 2009-06-05, Monsieur Wojtak, Greg a ecrit:
>> I'm not sure if SuSE is configured the same way, but on Red Hat and
>> derivatives, the file /etc/pam.d/su controls the PAM configuration for
>> su. Perhaps that file somehow got corrupted?
>
> That would be my guess too.
> For comparison, here is the /etc/pam.d/su file on Fedora, between the
> dashed lines. It may work for Suse:
> --------------------------------------------------------
> #%PAM-1.0
> auth sufficient pam_rootok.so
> auth include system-auth
> account sufficient pam_succeed_if.so uid = 0 use_uid quiet
> account include system-auth
> password include system-auth
> session include system-auth
> session optional pam_xauth.so
> --------------------------------------------------------
>
> Michael
And here's the same file from an OpenSUSE 11.0 installation that is
working correctly:
------------------------------------------------------------------
#%PAM-1.0
auth sufficient pam_rootok.so
auth include common-auth
account include common-account
password include common-password
session include common-session
session optional pam_xauth.so
------------------------------------------------------------------
Raymond McLaughlin
More information about the mdlug
mailing list