]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Set default basic auth realm
authorhno <>
Sat, 5 Nov 2005 06:09:44 +0000 (06:09 +0000)
committerhno <>
Sat, 5 Nov 2005 06:09:44 +0000 (06:09 +0000)
src/auth/basic/auth_basic.cc

index dc91cd06708fbc3eb117680059f03bd99a4755dc..14aaf6e8b85cf050a9a76a6dec9f4b91b6e17a64 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: auth_basic.cc,v 1.38 2005/04/24 14:00:51 serassio Exp $
+ * $Id: auth_basic.cc,v 1.39 2005/11/04 23:09:44 hno Exp $
  *
  * DEBUG: section 29    Authenticator
  * AUTHOR: Duane Wessels
@@ -313,6 +313,7 @@ AuthBasicConfig::AuthBasicConfig()
     /* TODO: move into initialisation list */
     authenticateChildren = 5;
     credentialsTTL = 2 * 60 * 60;      /* two hours */
+    basicAuthRealm = xstrdup("Squid proxy-caching web server");
 }
 
 void