Changes

Jump to navigation Jump to search
36 bytes removed ,  03:23, 12 July 2007
m
squid fragment uses /etc/proxyusers ?
Line 115: Line 115:  
If you are using nsca auth, create the user & password authentication list (you don't require users to be valid sme users)
 
If you are using nsca auth, create the user & password authentication list (you don't require users to be valid sme users)
   −
  touch /home/e-smith/db/proxyusers
+
  touch /etc/proxyusers
    
Enter user names & password combinations one by one using this command
 
Enter user names & password combinations one by one using this command
   −
  htpasswd -b /home/e-smith/db/proxyusers username password
+
  htpasswd -b /etc/proxyusers username password
    
You can test the authentication list using the following command
 
You can test the authentication list using the following command
   −
  /usr/lib/squid/ncsa_auth /home/e-smith/db/proxyusers
+
  /usr/lib/squid/ncsa_auth /etc/proxyusers
    
Then enter the username & password when asked
 
Then enter the username & password when asked

Navigation menu