Hello. At what stage of AAA does FreeRADIUS send the SQL server the 'simul_check' and the 'simul_verify' queries? What other information than the "Username" can I send to a custom query at this stage? Best regards. Selahattin CILEK
On Feb 10, 2017, at 2:55 AM, Selahattin Cilek <selahattin_cilek@hotmail.com> wrote:
At what stage of AAA does FreeRADIUS send the SQL server the 'simul_check' and the 'simul_verify' queries?
When the user logs in. If you run the server in debugging mode, you will see exactly what happens.
What other information than the "Username" can I send to a custom query at this stage?
Anything. That's why the queries are text, and can be edited. Alan DeKok.
On 10.02.2017 14:45, Alan DeKok wrote:
On Feb 10, 2017, at 2:55 AM, Selahattin Cilek <selahattin_cilek@hotmail.com> wrote:
At what stage of AAA does FreeRADIUS send the SQL server the 'simul_check' and the 'simul_verify' queries? When the user logs in.
If you run the server in debugging mode, you will see exactly what happens.
What other information than the "Username" can I send to a custom query at this stage? Anything. That's why the queries are text, and can be edited. I mean, for example, can I write something like this: simul_count_query = "CALL simul_count('%{SQL-User-Name}','%{Calling-Station-Id}','%{Called-Station-Id}')"
Alan DeKok.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
BTW, I looked for the full version of the FreeRADIUS technical guide, but was not able to find. Where can I obtain the full version in PDF format? --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus
On Feb 10, 2017, at 9:09 AM, Selahattin Cilek <selahattin_cilek@hotmail.com> wrote:
I mean, for example, can I write something like this: simul_count_query = "CALL simul_count('%{SQL-User-Name}','%{Calling-Station-Id}','%{Called-Station-Id}')
Yes... as I said, it's just text. Edit it.
BTW, I looked for the full version of the FreeRADIUS technical guide, but was not able to find. Where can I obtain the full version in PDF format?
All of the available documentation is public. There is no secret set of documentation. Alan DeKok.
All of the available documentation is public. There is no secret set of documentation.
Yes, I know, and it has helped a lot. But I'd like to have a book which I can print out and read on my way to and from work. I want to learn FreeRADIUS in detail. I think I am beginning to understand the design and implementation. There is a growing market here and I don't want to miss the train this time. --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus
All of the available documentation is public. There is no secret set of documentation.
Yes, I know, and it has helped a lot. But I'd like to have a book which I can print out and read on my way to and from work. I want to learn FreeRADIUS in detail. I think I am beginning to understand the design and implementation. There is a growing market here and I don't want to miss the train this time.
hey, check this : http://yustanto.com/freeradius.pdf *Mustafa. *
--- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
On Fri, Feb 10, 2017 at 10:37:32PM +0500, Mustafa Mujahid/SYS wrote:
All of the available documentation is public. There is no secret set of documentation. Yes, I know, and it has helped a lot. But I'd like to have a book which I can print out and read on my way to and from work. I want to learn
check this
Which is a copyright book, specifically saying at the beginning no redistribution permitted. Not something to be recommending people to download. If people want that they should buy their own copy, not get it illegally. But it's now several years old and refers to an obsolete version of the server, so bear that in mind. Though most other print books are even older and more obsolete. Matthew -- Matthew Newton, Ph.D. <mcn4@leicester.ac.uk> Systems Specialist, Infrastructure Services, I.T. Services, University of Leicester, Leicester LE1 7RH, United Kingdom For IT help contact helpdesk extn. 2253, <ithelp@le.ac.uk>
On 10/02/2017 14:09, Selahattin Cilek wrote:
BTW, I looked for the full version of the FreeRADIUS technical guide, but was not able to find. Where can I obtain the full version in PDF format?
I typed "freeradius technical guide" into Google, and the first hit was this: http://networkradius.com/doc/FreeRADIUS%20Technical%20Guide.pdf It's a PDF, is this what you're referring to? On the last page it refers to "The FreeRADIUS Reference Guide" and "The FreeRADIUS Implementation Guide". These appear to be works-in-progress but you can find some chapters linked from here: http://networkradius.com/freeradius-documentation/
participants (5)
-
Alan DeKok -
Brian Candler -
Matthew Newton -
Mustafa Mujahid/SYS -
Selahattin Cilek