s3-libads Default to NOT using the server-supplied principal from SPNEGO
authorAndrew Bartlett <abartlet@samba.org>
Sat, 4 Dec 2010 02:48:37 +0000 (13:48 +1100)
committerKarolin Seeger <kseeger@samba.org>
Fri, 13 May 2011 19:37:38 +0000 (21:37 +0200)
commite962852687f539678b7c38ed21f1b76c328821f2
treecd9990f6afe4df8ff442ae7d69d350edabb27a37
parent37823155157d735356e1f223b425252c956d8c04
s3-libads Default to NOT using the server-supplied principal from SPNEGO

This principal is not supplied by later versions of windows, and using
it opens up some oportunities for man in the middle attacks.  (Becuase
it isn't the name being contacted that is verified with the KDC).

This adds the option 'client use spnego principal' to the smb.conf (as
used in Samba4) to control this behaivour.  As in Samba4, this
defaults to false.

Against 2008 servers, this will not change behaviour.  Against earlier
servers, it may cause a downgrade to NTLMSSP more often, in
environments where server names are not registered with the KDC as
servicePrincipalName values.

Andrew Bartlett
(cherry picked from commit bb7806283e71f3b8029aae0eed326b5847a36d83)
source3/include/proto.h
source3/libads/sasl.c
source3/libsmb/cliconnect.c
source3/param/loadparm.c