https://bugzilla.novell.com/show_bug.cgi?id=389026 Summary: CASA PAM Configuration Disabled (in casacfgpam) Product: openSUSE 11.0 Version: Factory Platform: x86-64 OS/Version: openSUSE 11.0 Status: NEW Severity: Normal Priority: P5 - None Component: Security AssignedTo: security-team@suse.de ReportedBy: delder@novacoast.com QAContact: qa@suse.de Found By: Beta-Customer /usr/sbin/casacfgpam is included in CASA and is presumably used for to setup CASA. It unfortunately looks like it was never modified for it's original SLED install as the first few lines are: #!/bin/bash # Adding CASA pam entries to pam files only on the desktop. DESKTOP=`grep -i desktop /etc/SuSE-release` if [ "$DESKTOP" != "" ] then This check should be disable or somehow made appropriate for OpenSUSE as the pam configuration will never be setup on OpenSUSE otherwise. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.