Hi All, I just want to store user details like, The user name is "ABC" and the user belongs to "XYZ" group and "PQR" group. Thanks Regards Rajkumar Balaji -- View this message in context: http://freeradius.1045715.n5.nabble.com/Need-help-to-store-user-details-tp48... Sent from the FreeRadius - User mailing list archive at Nabble.com.
Store them how, where, and for what purposes? On 9/19/2011 23:07, Rajkumar balaji wrote:
Hi All,
I just want to store user details like, The user name is "ABC" and the user belongs to "XYZ" group and "PQR" group.
Thanks
Regards Rajkumar Balaji
-- View this message in context: http://freeradius.1045715.n5.nabble.com/Need-help-to-store-user-details-tp48... Sent from the FreeRadius - User mailing list archive at Nabble.com. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Purpose is After the authentication i need to retrieve the group details associated with this user and according to them I need to Authorize the user. Store it in FreeRADIUS (text file also fine) ( and I want to retrieve it using JRADIUS API) I am new to RADIUS concepts so, Please guide me to implement this. Thanks Regards Rajkumar Balaji -- View this message in context: http://freeradius.1045715.n5.nabble.com/Need-help-to-store-user-details-tp48... Sent from the FreeRadius - User mailing list archive at Nabble.com.
On Tue, Sep 20, 2011 at 1:47 PM, Rajkumar balaji <rajkumar.balaji.s@gmail.com> wrote:
Purpose is After the authentication i need to retrieve the group details associated with this user and according to them I need to Authorize the user.
Store it in FreeRADIUS (text file also fine) ( and I want to retrieve it using JRADIUS API)
Since you're going to have two or more different applications reading the data (freeradius and jradius), better store it in db. See the link I sent earlier, should be self-explanatory. -- Fajar
On Tue, Sep 20, 2011 at 1:07 PM, Rajkumar balaji <rajkumar.balaji.s@gmail.com> wrote:
Hi All,
I just want to store user details like, The user name is "ABC" and the user belongs to "XYZ" group and "PQR" group.
LDAP/files/SQL/whatever? e.g. https://github.com/alandekok/freeradius-server/blob/v2.1.x/doc/rlm_sql -- Fajar
Hi, Configure freeradius with his ldap module and a ldap server as openldap. http://wiki.freeradius.org/Rlm_ldap could be a good start. Fred, 2011/9/20, Rajkumar balaji <rajkumar.balaji.s@gmail.com>:
Hi All,
I just want to store user details like, The user name is "ABC" and the user belongs to "XYZ" group and "PQR" group.
Thanks
Regards Rajkumar Balaji
-- View this message in context: http://freeradius.1045715.n5.nabble.com/Need-help-to-store-user-details-tp48... Sent from the FreeRadius - User mailing list archive at Nabble.com. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (4)
-
Christ Schlacta -
Fajar A. Nugraha -
Fred -
Rajkumar balaji