On 9/3/07, Adrian Chadd <adrian@xxxxxxxxxxxxxxx> wrote: > Its not really a function of the Squid software; its a function of whatever > authentication backend you decide to use. > > You could quite happily script up a bunch of stuff to store usernames/passwords/ > expiry information in an SQL table and use a basic authentication helper to > authenticate against that. I would like to go with mysql. I am new to these. So could you pls tell me how to start it. On the box running squid 2.5, I have installed mysql RPM and started the service. and got mysql promt and created a database called squid. psl see below; mysql> create database squid; Query OK, 1 row affected (0.03 sec) mysql> show databases; +----------+ | Database | +----------+ | mysql | | netmrg | | squid | | test | +----------+ 4 rows in set (0.02 se What are the things I will have to do beyond this point? How use a basic authentication helper to authenticate against that ? I think I will have to add something to squid.conf file. Am I right? > Squid doesn't come with all of that by default. > > (But in an amusing twist of fate, thats one of the requirements for my > commercial squid appliance in its first round, so I've written it. ;) May I see what you have written? > On Mon, Sep 03, 2007, Indunil Jayasooriya wrote: > > > Hi, > > > > > > I want to enable below fetures in SQUID. > > > > > > features are, > > > > > > when users access Internet with nsca_auth featue, They are asked to > > > type username and password. > > > > > > Can I set a life time (5 days or 2 weeks like that) to that password > > > .when that time period expires, Users SHOULD change their passwords. > > > > > > password should have below fetures. > > > > > > to add the new passwrd, old password should be entered. > > > it should contain both numbers and letters. > > > minimum lenth of the password should be 8 characters. > > > > > > Finally, > > > > > > I need a Password change log too. > > > > > > > > > YOUR COMMENTS? > > > > > > > > > -- > > Thank you > > Indunil Jayasooriya > > -- > - Xenion - http://www.xenion.com.au/ - VPS Hosting - Commercial Squid Support - > - $25/pm entry-level bandwidth-capped VPSes available in WA - > -- Thank you Indunil Jayasooriya