23 Aug
2006
23 Aug
'06
7:51 a.m.
Shankar Ganesh C wrote:
radius_xlat: '/usr/bin/exec-program-wait' Exec-Program: /usr/bin/exec-program-wait /usr/bin/exec-program-wait: printenv: not found Sending Accounting-Response of id 0 to 10.45.2.42 port 1230 Finished request 0 Going to the next request
"printenv: not found" Seems pretty clear. Either you are not running the script with the correct shell (what is the #! line?) or printenv is not in the path that the script is inheriting. Fix the script.