Patch for bug #8156 - net ads join fails to use the user's kerberos ticket.
authorJeremy Allison <jra@samba.org>
Fri, 20 May 2011 21:43:50 +0000 (14:43 -0700)
committerJeremy Allison <jra@samba.org>
Fri, 20 May 2011 22:58:09 +0000 (00:58 +0200)
commit4360c5bf276aa958864254ee22b3a3d4a4560381
tree4f623a957966eebd5609beaee9b8663d46551c9d
parente0b2f6bd267e19986d31275ff3bf88600eaaeaf3
Patch for bug #8156 - net ads join fails to use the user's kerberos ticket.

If kerberos_get_realm_from_hostname() or kerberos_get_default_realm_from_ccache() fails due to
 a misconfigured krb5.conf, try the "realm =" from smb.conf as a fallcback before going back to
 NTLMSSP (which we'll do anyway).

Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Sat May 21 00:58:09 CEST 2011 on sn-devel-104
source3/libsmb/cliconnect.c