]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Removed configuration file
authorFrancesco Chemolli <kinkie@squid-cache.org>
Sat, 27 Dec 2014 21:32:53 +0000 (22:32 +0100)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Sat, 27 Dec 2014 21:32:53 +0000 (22:32 +0100)
helpers/basic_auth/MSNT/msntauth.conf.default [deleted file]
helpers/basic_auth/MSNT/valid.cc

diff --git a/helpers/basic_auth/MSNT/msntauth.conf.default b/helpers/basic_auth/MSNT/msntauth.conf.default
deleted file mode 100644 (file)
index 341bfa9..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-## 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
-
index b84dfd0f566e9e3e0a9a167757d9298c4675bdc7..f45292fcc4871f08d369386312c959c479497d1c 100644 (file)
@@ -40,7 +40,7 @@ Valid_User(char *USERNAME, char *PASSWORD, const char *SERVER, char *BACKUP, con
     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);
     }