3 Nov
2009
3 Nov
'09
5:22 p.m.
Alexey Ponomarev wrote:
I am trying to figure out how to do password aging and on next logon change with freeRadius.
Use a database with custom scripts that update the database. FreeRADIUS isn't a database, and doesn't track status changes for a user. Those status changes are best tracked in a database.
Could somebody point to where I can find any documentation about it? Also, should I use system passwords or keep them in the postgres to make it working?
System passwords or Postgresql are fine. Alan DeKok.