Execute shell script in older version of FreeRADIUS

MLists mlists at starmania.net
Thu Mar 1 03:44:05 CET 2018


Thanks Alan, that was just the little prod I needed, got it working great.

Cheers,
Mike

> What is the best/right way to accomplish this in FreeRADIUS 2.2.0?

  See raddb/modules/exec, or raddb/modules/echo

  You can run arbitrary programs using those modules.

  e.g.

	if (Acct-Status-Type == Stop) {
		echo
	}

  Just copy "echo" to another file, and change the name "echo" to something else.

  Alan DeKok.


-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html



More information about the Freeradius-Users mailing list