jensh
Fri, 13 Jun 2008 10:49:22 -0700
>Fr Jun 13 2008 13:21:17 EDT von IGnatius T [EMAIL PROTECTED] >Betreff: Re: chkpwd and PAM > > >> With chkpw I can authenticate as a local user but not with an external >one > >>although UIDs are resolved fine. >> > > Did you edit /etc/pam.d/citadel to tell it to make use of winbind and krb5 >for Citadel authentication? > Hi, you're right. In my stupidity I edited common-auth and so on and didn't care about /etc/pam.d/citadel, because the common-*s are always included by distribution packages. So I changed citadel to @include common-auth @include common-account @include common-session but it didn't help. Then I added libpam_krb5 for auth, account and session alone, but this didn't work either. Interestingly local users are authenticated correctly although libpam_unix was not there anymore. I don't get it. :)