Re: Radius account health checks



"Heivilin, Jim" <banzai@missouri.edu> wrote:
> I tried to create an oracle trigger to prevent these rows from being
> written; 

  Why not just key off of the user name in the "acct_users" file?

#---
DEFAULT User-Name == "DEFAULT", Acct-Type = ok

#---

  Then in radiusd.conf:

#---
...
accounting {
	...
	Acct-Type ok {
		ok
	}
}
...
#---

  You'll need the "always ok" module configured, but I think that's
done by default.

  Alan DeKok.
--
  http://deployingradius.com       - The web site of the book
  http://deployingradius.com/blog/ - The blog




This archive was generated by a fusion of Pipermail (Mailman edition) and MHonArc.