Anmeldung mit Slim nicht möglich

Hallo

Ich wollte den xdm-Anmeldebildschirm weghaben und stattdessen Slim nutzen. Es lässt sich auch starten, aber wenn ich Benutzernamen und Passwort eingebe, dann höre ich nur ein Piepsen. Das passiert unabhängig vom Benutzer. Woran kann das liegen?

Mein System: Suse 10.3

grep slim /var/log/messages
slim: pam_authentication(): Authentication failure

grep pam /var/log/slim.log
Nov 5 00:19:47 a184098 slim: pam_warn(slim:auth): function=[pam_sm_authenticate] service=[slim] terminal=[:0.0] user=[] ruser=[root] rhost=[localhost]

/etc/pam.d/slim (identisch mit /etc/pam.d/xdm)
#%PAM-1.0
auth include common-auth
account include common-account
password include common-password
session required pam_loginuid.so
session include common-session
session required pam_resmgr.so

/etc/pam.d/common-auth
#%PAM-1.0

Authentication-related modules common to all services

This file is included from other service-specific PAM config files,

and should contain a list of the authentication modules that define

the central authentication scheme for use on the system

(e.g., /etc/shadow, LDAP, Kerberos, etc.). The default is to use the

traditional Unix authentication mechanisms.

auth required pam_env.so
auth required pam_unix2.so