Displaying 1 result from an estimated 1 matches for "sl_disable".
Did you mean:
ssl_disable
2006 Mar 16
2
PAM authentification problem
...user=kyyashko temp
Almost all users are in kerberos DB and has in local shadow field "*KRB*"
instead of encrypted password. So, line "shadow ... invalid password field"
is OK (when I made a local password in shadow the login was success)
My dovecot.conf looks like:
sl_disable = yes
protocol imap {
listen = *:12143
}
auth_default_realm = FZU.CZ
auth_verbose = yes
auth_debug = yes
auth_debug_passwords = yes
auth default {
mechanisms = plain
passdb pam {
}
userdb passwd {
}
user = root
}
original /etc/pam.d/do...