Hello, I'am a newbee in freeradius but after reading o'reilly's Radius book for dummies i still can't figure out what the difference is between := == and = in the usersfile. steve Auth-Type := Local, User-Password == " Testing" etc. I also see notations like Jonathan Password = Unix-PW. In the end my config seems to work but I'm wondering if i'm missing out on something important. Explanation or an url would be very appreciated ! Greetings Marcel -- View this message in context: http://old.nabble.com/Differencent-assigments-in-users-files-tp26193201p2619... Sent from the FreeRadius - User mailing list archive at Nabble.com.
Am 04.11.2009 um 11:12 schrieb verhoem:
Hello,
I'am a newbee in freeradius but after reading o'reilly's Radius book for dummies i still can't figure out what the difference is between := == and = in the usersfile.
steve Auth-Type := Local, User-Password == " Testing" etc.
It should read Cleartext-Password := "Testing" In FreeRadius passwords are assigned ( := ) not compared ( == ).
I also see notations like Jonathan Password = Unix-PW. In the end my config seems to work but I'm wondering if i'm missing out on something important.
Explanation or an url would be very appreciated !
Greetings Marcel
-- View this message in context: http://old.nabble.com/Differencent-assigments-in-users-files-tp26193201p2619... Sent from the FreeRadius - User mailing list archive at Nabble.com.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Have a nice day! Nicolas Goutte extragroup GmbH - Karlsruhe Waldstr. 49 76133 Karlsruhe Germany Geschäftsführer: Stephan Mönninghoff, Hans Martin Kern, Tilman Haerdle Registergericht: Amtsgericht Münster / HRB: 5624 Steuer Nr.: 337/5903/0421 / UstID: DE 204607841
http://freeradius.org/radiusd/man/users.html 2009/11/4 Nicolas Goutte <nicolas.goutte@extragroup.de>
Am 04.11.2009 um 11:12 schrieb verhoem:
Hello,
I'am a newbee in freeradius but after reading o'reilly's Radius book for dummies i still can't figure out what the difference is between := == and = in the usersfile.
steve Auth-Type := Local, User-Password == " Testing" etc.
It should read
Cleartext-Password := "Testing"
In FreeRadius passwords are assigned ( := ) not compared ( == ).
I also see notations like Jonathan Password = Unix-PW.
In the end my config seems to work but I'm wondering if i'm missing out on something important.
Explanation or an url would be very appreciated !
Greetings Marcel
-- View this message in context: http://old.nabble.com/Differencent-assigments-in-users-files-tp26193201p2619... Sent from the FreeRadius - User mailing list archive at Nabble.com.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Have a nice day!
Nicolas Goutte
extragroup GmbH - Karlsruhe Waldstr. 49 76133 Karlsruhe Germany
Geschäftsführer: Stephan Mönninghoff, Hans Martin Kern, Tilman Haerdle Registergericht: Amtsgericht Münster / HRB: 5624 Steuer Nr.: 337/5903/0421 / UstID: DE 204607841
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-- ____________________ Ana Gallardo Gómez ____________________
Am 04.11.2009 um 11:21 schrieb Ana Gallardo:
Well, unfornately there is an example: bob User-Password == "hello" which is bad. Have a nice day!
2009/11/4 Nicolas Goutte <nicolas.goutte@extragroup.de>
Am 04.11.2009 um 11:12 schrieb verhoem:
Hello,
I'am a newbee in freeradius but after reading o'reilly's Radius book for dummies i still can't figure out what the difference is between := == and = in the usersfile.
steve Auth-Type := Local, User-Password == " Testing" etc.
It should read
Cleartext-Password := "Testing"
In FreeRadius passwords are assigned ( := ) not compared ( == ).
I also see notations like Jonathan Password = Unix-PW. In the end my config seems to work but I'm wondering if i'm missing out on something important.
Explanation or an url would be very appreciated !
Greetings Marcel
-- View this message in context: http://old.nabble.com/Differencent-assigments-in-users-files-tp26193201p2619... Sent from the FreeRadius - User mailing list archive at Nabble.com.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Have a nice day!
Nicolas Goutte
extragroup GmbH - Karlsruhe Waldstr. 49 76133 Karlsruhe Germany
Geschäftsführer: Stephan Mönninghoff, Hans Martin Kern, Tilman Haerdle Registergericht: Amtsgericht Münster / HRB: 5624 Steuer Nr.: 337/5903/0421 / UstID: DE 204607841
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-- ____________________
Ana Gallardo Gómez ____________________ - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Nicolas Goutte extragroup GmbH - Karlsruhe Waldstr. 49 76133 Karlsruhe Germany Geschäftsführer: Stephan Mönninghoff, Hans Martin Kern, Tilman Haerdle Registergericht: Amtsgericht Münster / HRB: 5624 Steuer Nr.: 337/5903/0421 / UstID: DE 204607841
Well, unfornately there is an example:
bob User-Password == "hello"
which is bad.
That's out of date. man 5 users on the radius server will be up-to-date (ie documentation is included with the server).
I'am a newbee in freeradius but after reading o'reilly's Radius book for dummies i still can't figure out what the difference is between := == and =
http://wiki.freeradius.org/Operators
in the usersfile.
steve Auth-Type := Local, User-Password == " Testing" etc.
I also see notations like Jonathan Password = Unix-PW. In the end my config seems to work but I'm wondering if i'm missing out on something important.
O'Reilly's book is also out of date. Updated documentation is available with server source. Look through that info first. Ivan Kalik Kalik Informatika ISP
participants (4)
-
Ana Gallardo -
Ivan Kalik -
Nicolas Goutte -
verhoem