+++ /dev/null
-## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
-##
-## Squid software is distributed under GPLv2+ license and includes
-## contributions from numerous individuals and organizations.
-## Please see the COPYING and CONTRIBUTORS files for details.
-##
-
-# Sample MSNT authenticator configuration file
-# Antonino Iannella, Stellar-X Pty Ltd
-# Sun Sep 2 15:52:31 CST 2001
-
-# NT hosts to use. Best to put their IP addresses in /etc/hosts.
-server my_PDC my_BDC my_NTdomain
-server other_PDC other_BDC otherdomain
-
-# Denied and allowed users. Comment these if not needed.
-#denyusers /usr/local/squid/etc/msntauth.denyusers
-#allowusers /usr/local/squid/etc/msntauth.allowusers
-
if (con == NULL) {
return (NTV_SERVER_ERROR);
}
- if (SMB_Negotiate(con, supportedDialects) < 0) { /* An error */
+ if (SMB_Negotiate(con, supportedDialects) < 0) { /* An error */
SMB_Discon(con, 0);
return (NTV_PROTOCOL_ERROR);
}