If pam_winbind is comfigured to do krb5_auth then the following error is returned: winbindd_raw_kerberos_login: kinit failed for 'administrator@EXAMPLE.COM' with: Invalid argument (22) Authentication always falls back to samlogon (not that cached_login does not work in this situation). Further investigation with gdb reveals that the failing function is: krb5_get_init_creds_opt_set_pac_request() called by kerberos_kinit_password_ext()
It's in the title but just to make it clear. This happen with heimdal 0.7.1, on Ubuntu 6.10 (Edgy)
CORRECTION: it is with heimdal 0.7.2 and NOT with 0.7.1
Simo, just to make sure: this is with a w2k3dc (sp1), right?
Windows 2003 SP1
Created attachment 2224 [details] use init_creds_opt_alloc Simo, can you test this patch, please?
This is against 3_0_RELEASE, btw.
Created attachment 2227 [details] slightly modified version of that patch
Simo ?
Guenther, please apply if not already in the tree. We have at least one confirmation on the mailing of the patch.
Fixed with rev 21110.