Hi all! FreeRadius is better than I thought. Thanks to all developers! I use /etc/freeradius/users file to store userdata, I've got a few questions: 1. Is it possible to make a group of user and add a parameters to created group? 2. Is it possible to autenticate this group by a system? 3. Is it possible to write log of its operation to another specified file (good login, no good pass, other) ? 4. Does anyone got a example of php login script using radius? Where to read about it? Regards -- Jarosław 'YArii' Kłopotek mob +48 607 893 111 GG:1336231
Jarosław Kłopotek wrote:
FreeRadius is better than I thought. Thanks to all developers!
It's what we do. I think it's the best RADIUS server available.
I use /etc/freeradius/users file to store userdata,
I've got a few questions: 1. Is it possible to make a group of user and add a parameters to created group?
See the FAQ for how to create groups of users.
2. Is it possible to autenticate this group by a system?
See the FAQ for how to check group membership.
3. Is it possible to write log of its operation to another specified file (good login, no good pass, other) ?
No. But you can add the group name to the log message. See my recent message to the list.
4. Does anyone got a example of php login script using radius?
Not me. Alan DeKok.
Greetings, I use the Pure PHP Radius Class from http://developer.sysco.ch/php/ It works very well. We use it for web access to our user-only pages used for our online billing options. Wm On Thu, 14 Jun 2012 12:13:26 +0200 Alan DeKok <aland@deployingradius.com> wrote:
Jarosław Kłopotek wrote:
FreeRadius is better than I thought. Thanks to all developers!
It's what we do. I think it's the best RADIUS server available.
I use /etc/freeradius/users file to store userdata,
I've got a few questions: 1. Is it possible to make a group of user and add a parameters to created group?
See the FAQ for how to create groups of users.
2. Is it possible to autenticate this group by a system?
See the FAQ for how to check group membership.
3. Is it possible to write log of its operation to another specified file (good login, no good pass, other) ?
No. But you can add the group name to the log message. See my recent message to the list.
4. Does anyone got a example of php login script using radius?
Not me.
Alan DeKok.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-- William Ragsdale NetOne Communications, Inc. Work: 231-734-2917 FAX: 231-734-6395
participants (3)
-
Alan DeKok -
azander -
Jarosław Kłopotek