Hi,
How do you add accounts? do you add them manually? You could write a simple script doing something like
insert into radcheck (username, attribute, value) values ('username','Expiration',now()+20);
 
Regards,
Asad
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Graeme
Sent: Tuesday, June 25, 2002 12:07 PM
To: [EMAIL PROTECTED]
Subject: Re: Password expiry and freeradius

thanks.

what i'm really looking for is a way to set expiry of a password to say 20 days and then get the user to have to change his password.  any ideas
 

cheers

Graeme

Asad Manzur wrote:

Hi,Use 'Expiration' as a check field with the date format as "01 July 2002" for the expiry date.Regards,Asad
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Graeme
Sent: Monday, June 24, 2002 3:16 PM
To: [EMAIL PROTECTED]
Subject: Password expiry and freeradius
Hi guys

here is a quick description of my setup.

i have a squid box that people proxy to.  It hands the authentication off to a freeradius daemon on the same box.  The free radius the queries a mysql server (on the same box) for user name and password.

os - Redhat linux 7.2
freeradius - 0.5
mysql -  Ver 11.18 Distrib 3.23.51, for pc-linux-gnu (i686)
 

every thing is working fine.  but i now need to expire user passwords and enable them to change them (this is first prize of course).

Does any body know of some documentation on this or has experience doing it in the past.
 

cheers

Graeme

-- 
Never underestimate the power of stupid people 
in large groups.
 
-- 
Never underestimate the power of stupid people 
in large groups.
 

Reply via email to