Matthew Stavert wrote:
> I am not sure Why my Freeradius setup is not allowing other
> accesspoints I add to clients.conf.
>
> Here is what is in my clients.conf file:
>
> client 192.168.89.217 {
> secret = visit+$c
That is not the correct format for the clients.conf file in 2.x.
If you want to put a '$' into the secret, you will need to ensure that
the secret is defined properly:
secret = 'visit+$c'
Alan DeKok.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

