Hi, I have a freeradius server running since some days. Everything is working fine for normal users: username@domain.de In the proxy.conf I have configured: Realm domain.de { authhost = local accthost = local } In the users file I configure for the username a entry: username Cleartext-Password := "password" ... I now have the problem that I have also users in the following format username#group@domain.de I must use this format because of some special settings on the Radius server of my partner. My problem is that my freeradius server is handling the # like the letter for comment. If I add the # sign into my users or proxy.conf file the syntax is not correct any more. Can somebody help me with that problem? thanks and best regards, Peer
Peer Kohlstetter wrote:
I now have the problem that I have also users in the following format
username#group@domain.de ... My problem is that my freeradius server is handling the # like the letter for comment. If I add the # sign into my users or proxy.conf file the syntax is not correct any more.
In the "users" file, put quotes around the name: "username#group" Cleartext-Password := "foo" Alan DeKok.
Thanks, it works. :-) I thought I tried that but I must had made a failure somewhere. Peer -----Ursprüngliche Nachricht----- Von: freeradius-users-bounces+kohlstetter=blue-networks.de@lists.freeradius.org [mailto:freeradius-users-bounces+kohlstetter=blue-networks.de@lists.freeradius.org] Im Auftrag von Alan DeKok Gesendet: Samstag, 31. Juli 2010 09:12 An: FreeRadius users mailing list Betreff: Re: # sign in username ?? Peer Kohlstetter wrote:
I now have the problem that I have also users in the following format
username#group@domain.de ... My problem is that my freeradius server is handling the # like the letter for comment. If I add the # sign into my users or proxy.conf file the syntax is not correct any more.
In the "users" file, put quotes around the name: "username#group" Cleartext-Password := "foo" Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (2)
-
Alan DeKok -
Peer Kohlstetter