[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gnu-radius] How do i set an expiration date on a users passwor
From: |
Sergey Poznyakoff |
Subject: |
Re: [Help-gnu-radius] How do i set an expiration date on a users password |
Date: |
Thu, 13 May 2004 12:48:33 +0300 |
Julio César Mejia Vergara <address@hidden> wrote:
> How can i set an expiration date on a specific users password
Use Expiration attribute. E.g.:
remoto Password = "temp",
Expiration = "Sep 25 2004",
Framed-Protocol = PPP
Service-Type = Framed-User,
Framed-Protocol = PPP,
Framed-IP-Address = 255.255.255.254,
Framed-IPX-Network = 255.255.255.254,
Framed-Routing = Broadcast-Listen,
Framed-MTU = 1500
> or a global expiration for all the users passwords?
Use BEGIN statement with an Expiration attribute. E.g.:
BEGIN Expiration = "Sep 25 2004"
Fall-Through = Yes
(Notice Fall-Through attribute. It is mandatory).
Regards,
Sergey