Yes I have used rpm -ql and found out location.
So my command in .conf file is 
"auth_param basic program /usr/lib/squid/ncsa_auth
/usr/local/squid/etc/passwd"

I have created password file. path
/usr/local/squid/etc/passwd. tried to creat username
and passowd by command
[EMAIL PROTECTED] root]# htpasswd −bd
/usr/local/squid/etc/passwd xyz ads
Gets following error.
Usage:
        htpasswd [-cmdps] passwordfile username
        htpasswd -b[cmdps] passwordfile username
password

        htpasswd -n[mdps] username
        htpasswd -nb[mdps] username password
 -c  Create a new file.
 -n  Don't update file; display results on stdout.
 -m  Force MD5 encryption of the password.
 -d  Force CRYPT encryption of the password (default).
 -p  Do not encrypt the password (plaintext).
 -s  Force SHA encryption of the password.
 -b  Use the password from the command line rather
than prompting for it.
On Windows, NetWare and TPF systems the '-m' flag is
used by default.
On all other systems, the '-p' flag will probably not
work.

Thanks for support.


--- Adam Aube <[EMAIL PROTECTED]> wrote:
> > My password file will be at
> /usr/local/squid/etc/passwd
> 
> Did you use rpm -ql to find out where the rpm put
> the
> ncsa_auth program? You'll need to know that to setup
> the authentication.
> 
> > I am sorry, I am new to this don't know how to
> create
> > crypt encryption. I think format is
> username:passowrd.
> 
> Yes, that is the correct format. There are several
> ways
> to setup the password file.
> 
> If you also have Apache installed on this server,
> you
> can use the htpasswd program that comes with Apache.
> Check its man page for correct info.
> 
> You can also create the encrypted passwords with
> Perl.
> From the command line, run:
> 
> perl -e "print crypt('[password]','[seed]')"
> 
> Where [password] is the cleartext password and
> [seed] is
> a random 2-character string.
> 
> Adam


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

Reply via email to