mirror of
https://github.com/samba-team/samba.git
synced 2025-11-22 16:23:49 +03:00
We do need the gsskrb5_get_initiator_subkey() routine. But we should ensure that we do always get a valid key, to prevent any segfaults. Without this code, we get a different session key compared with Win2k3, and so kerberised smb signing fails. Andrew Bartlett