"Bobby R. Cox" <[EMAIL PROTECTED]> wrote:
> I would like the detail file/dir to look like this...
> 
> /usr/var/radius/radacct<hostname>/detail

  The server doesn't look up hostnames, because it takes too long.

> I am not sure on the syntax to get the host name to show rather then 
> the client ip address.

  "ln -s"

$ cd /usr/var/radius/radacct
$ mkdir <hostname>
$ ln -s hostname> <client IP>

  Then edit the detailfile as you said.

  Alan DeKok.

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

Reply via email to