Re: Problem using exec-program-wait attribute on release 1.2
Sergey Poznyakoff <[email protected]>
| Newsgroups | gmane.comp.gnu.radius.general |
|---|---|
| Organization | Farlep-Internet |
| Message-ID | <[email protected]> |
Hi Cesar, > I was trying with exec-program-wait attribute calling to an > external program, and using filters. I cannot get radiusd call to the > external program. I have a log on the program and log is not being > used, so I conclude that radiusd is not calling to the application. Most probably your program is unable to write its logs because of the permissions. Usually radiusd executes external programs with permissions of user daemon.daemon, which can be overridden by setting exec-program-user in your raddb/config. Regards, Sergey