On Tue, 21 Sep 2004, Van Deuren Joris wrote:

> Hi,
>
> I would like to do the following:
>
> Using the unix shadow file for authentication.
> If a user password will expire send a message to the console telling him
> that he must change his password.
> If the user password has expired send a message to the console that his
> password has expired.
>
> Is this possible using the expiration module that is included in
> freeradius?

The expiration module is not used for that.

> Are there other ways to accomplish this behavior?

>From a quick look at the code the unix module does not do that. It's a few lines
patch though to get it done.

Your other bet is to use the rlm_passwd module and do the check yourself through
a perl script or an external program (see the perl and exec modules).

>
> Thanks
> Joris
>

--
Kostas Kalevras         Network Operations Center
[EMAIL PROTECTED]       National Technical University of Athens, Greece
Work Phone:             +30 210 7721861
'Go back to the shadow' Gandalf

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to