s4:cldap_server/netlogon.c: it is wrong to specify "\\" in front of the hostname
authorStefan Metzmacher <metze@samba.org>
Wed, 23 Nov 2011 09:09:51 +0000 (10:09 +0100)
committerStefan Metzmacher <metze@samba.org>
Wed, 4 Jan 2012 17:33:06 +0000 (18:33 +0100)
commit6b3404ad95998351127a5d1b181a2825827c7bd5
tree71021f9bce7bb612177e7ea717ee5e6b19a41357
parentb9d208bdaa9da2a5ae534481865efc881b851b01
s4:cldap_server/netlogon.c: it is wrong to specify "\\" in front of the hostname

For LOGON_SAM_LOGON_RESPONSE_EX and LOGON_SAM_LOGON_USER_UNKNOWN_EX,
pdc name is not in unc path form.

[MS-ADTS] 7.3.1.* uses UnicodeLogonServer, which seems to be in unc form,
while NetbiosComputerName is not in unc form.

Bases on a patch from Matthias Dieter Wallnöfer <mdw@samba.org>.

metze
source4/cldap_server/netlogon.c