Re: rlm_passwd + Exec-Program

2004-02-05 Thread Zoilo
Alan, thanks for your previous reply. I am now using exec to call a script from post-auth on Access-Accept. In this script, I examine the various attributes and call my other scripts depending on their values. But I am not entirely satisfied with this model; it seems to me that I am not using

exec module: where are my added request attributes?

2004-02-05 Thread Zoilo
I am trying to add my own attributes to the request chain, eg. Session-Timeout = 1800. I do this using the passwd-module, by adding a field: passwd my_passwd { . format = *User-Name:Crypt-Password:~Session-Timeout . } According to debug (-X) this works as expected. Since the