On Tue, Dec 11, 2007 at 06:28:53PM -0800, Jeremy Allison wrote: > On Wed, Dec 12, 2007 at 01:49:43PM +1300, Jason Haar wrote: > > ..whereas Vista-SP1rc1 shows > > > > [2007/12/12 00:20:42, 10] > > libsmb/clikrb5.c:get_krb5_smb_session_key(735) Got KRB5 session > > key of length 16 > > [2007/12/12 00:20:42, 10] libsmb/clikrb5.c:unwrap_pac(292) authorization > > data is not a Windows PAC (type: 141) > > .... > > Ah yes. That's the key. Samba isn't getting the pac info > correctly so no group info. We need to see a the data > blob "auth_data" being passed to this function in libsmb/clikrb5.c : > > bool unwrap_pac(TALLOC_CTX *mem_ctx, DATA_BLOB *auth_data, DATA_BLOB > *unwrapped_pac_data)
We're looking for a type of : #define KRB5_AUTHDATA_WIN2K_PAC 128 and getting 141 instead. I really need to see that blob :-). Jeremy. -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
