diff options
author | Andrew Bartlett <abartlet@samba.org> | 2008-05-21 10:18:21 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2008-05-21 10:18:21 +1000 |
commit | 58375fdff0af86b366c3881511e1002412076cd2 (patch) | |
tree | b22e74d2e16a7d31949091e58be8242c8912ba5d /source4/nbt_server | |
parent | acba9bc702bf8d07487f3f37d1acdac3648ee75b (diff) | |
download | samba-58375fdff0af86b366c3881511e1002412076cd2.tar.gz samba-58375fdff0af86b366c3881511e1002412076cd2.tar.bz2 samba-58375fdff0af86b366c3881511e1002412076cd2.zip |
Further tests show NTLOGON and NETLOGON to be identical.
I can't tell the difference between the NTLOGON and NETLOGON behaviour
on these pipes, and this 'exception' turned out to be alignment
dependent, not pipe dependent.
Andrew Bartlett
(This used to be commit bf1b99aff2a8feaee5f57c7530bc81d447e5d765)
Diffstat (limited to 'source4/nbt_server')
-rw-r--r-- | source4/nbt_server/dgram/netlogon.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source4/nbt_server/dgram/netlogon.c b/source4/nbt_server/dgram/netlogon.c index b8fb1b8677..664cd56636 100644 --- a/source4/nbt_server/dgram/netlogon.c +++ b/source4/nbt_server/dgram/netlogon.c @@ -133,11 +133,6 @@ static void nbtd_netlogon_samlogon(struct dgram_mailslot_handler *dgmslot, } if (netlogon->req.logon.sid_size) { - if (strcasecmp(dgmslot->mailslot_name, NBT_MAILSLOT_NTLOGON) == 0) { - DEBUG(2,("NBT netlogon query failed because SID specified in request to NTLOGON\n")); - /* SID not permitted on NTLOGON (for some reason...) */ - return; - } sid = &netlogon->req.logon.sid; } else { sid = NULL; |