It's been duplicated the concatenation of domain and user in smbd/sesssetup.c function reply_spnego_kerberos line fstr_sprintf(user, "%s%c%s", domain, *lp_winbind_separator(), client); auth/auth_util.c function fill_sam_account line fstr_sprintf(dom_user, "%s%c%s", domain, *lp_winbind_separator(), lower_username); patch (SAMBA_3_0_23 Revision 17013): diff orig/auth_util.c new/auth_util.c 1466,1468d1465 < fstr_sprintf(dom_user, "%s%c%s", domain, *lp_winbind_separator(), < lower_username); <
Created attachment 2133 [details] Proposed patch Jerry - I think this is the correct fix here. Please check. Jeremy.
The fix has been committed and will be in the next release. Thanks, Jeremy.