i installed Kerberos to authenicate my SWA users as descibed in the Setup and Configuration Guide.
The users are synced by omldapsync from AD.
logon with local scalix accounts works fine, but users, which are authenticating against kerberos, are not able to login.
The Message says:
Dieser Benutzer konnte nicht gefunden werden oder das eingegebene Passwort ist falsch. Beachten Sie dass beim Passwort zwischen Gross- und Kleinschreibung unterschieden wird.
(its the German version

The User is listed in SAC and omshowu.
kinit <username> and Passwort shows no error
the ual.remote entrys are
Code: Select all
# Kerberos authentication 2
#
# With this scheme, users that are known to the kerberos KDC, must
# authenticate using kerberos. Users not known to the kerberos KDC can log
# in using their Scalix password. See om_krb5(8) for more information.
#
auth required om_krb5 user_unknown=ignore
auth optional om_auth nullok use_first_pass
any ideas ehy they cant login?
thx for help