Skip to content

s3: winbind: Not abort when received NULL SID

amit kumar requested to merge amitkuma/samba:13914Branch into master

Source code in winbind_rpc.c states that if the trusted domain has no SID, winbindd just aborts the session. This happens with MIT Kerberos realm added as trust to AD and winbindd just returns without processing further as there is no SID returned for the Linux system having kerberos support.

This fix makes winbindd to skip the domain having NULL SID instead of aborting the request completely.

Fixes: https://bugzilla.samba.org/show_bug.cgi?id=13914

Signed-off-by: Amit Kumar amitkuma@redhat.com

Merge request reports