Password change after expire with Cisco ASA to local FR user DB (text file) Not Working

Fajar A. Nugraha list at fajar.net
Thu Feb 9 03:18:44 CET 2012


On Thu, Feb 9, 2012 at 7:49 AM, Will Richmond <will at bootit.com> wrote:
> thx all, i am stuck on this point now:
>
>  mschap {
>      passchange {
>       local_cpw = "%{xlat:...}
>  }
>
> Does there exist an "xlat:" that NT-hashs new cleartext password, deletes the change pass xtrl attribute in users file and then writes the new pass there? or am I going about this the wrong way?

It's hard for you because you're using file. Your only option would be
to use either rlm_perl or rlm_exec, and write your own program to
update your text file.

That's why the example use either AD or sql. Because it's easier to
update and maintain :D

-- 
Fajar




More information about the Freeradius-Users mailing list