[Samba] Vista SP1-rc1 appears to break against Samba-3.0.27a

Jeremy Allison jra at samba.org
Wed Dec 12 02:28:53 GMT 2007


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)

Jeremy.


More information about the samba mailing list