Freeradius Multiple MYSQL User
Hi Everyone, We have Freeradius and MYSQL databases. I want to make OTP server with Freeradius. I create Mutliuser in the MYSQL radcheck is below. I create different passwords for the same user. I send requests FreeRADIUS with MYSQL but cannot Access-Accept. How can I run for a single user, but multiple password.? For Example: Mutli user "test_1" mysql> select * from radcheck; +--------+-----------+-----------+----+----------+------------+ | id | username | attribute | op | value | unixtime | +--------+-----------+-----------+----+----------+------------+ | 1 | mahmut | Password | := | 53159248 | 1454429830 | | 2 | erdem | Password | := | 712388 | 1454429830 | | 3 | test_1 | Password | := | 679374 | 1454429830 | | 4 | test_1 | Password | := | 955897 | 1454429830 | | 5 | test_1 | Password | := | 740793 | 1454429830 | | 6 | test_1 | Password | := | 571155 | 1454429830 | | 7 | test_1 | Password | := | 924218 | 1454429830 | | 8 | test_1 | Password | := | 496653 | 1454429830 | | 9 | test_1 | Password | := | 886088 | 1454429830 | | 10 | test_1 | Password | := | 195173 | 1454429830 | | 11 | test_1 | Password | := | 410097 | 1454429830 | | 12 | test_1 | Password | := | 778656 | 1454429830 | Thank you Regards. -- Adem DARGÜNER Network Engineer
On Feb 2, 2016, at 11:44 AM, Adem Darguner <adarguner@gmail.com> wrote:
Hi Everyone,
We have Freeradius and MYSQL databases. I want to make OTP server with Freeradius. I create Mutliuser in the MYSQL radcheck is below. I create different passwords for the same user.
That won't work.
How can I run for a single user, but multiple password.?
Write a program which implements the OTP solution, and which calculates the password every time a user logs in. Alan DeKok.
Like Alan said,write a program which picks same user but randomly picks password/random number rand(); and send using gateway. Regards Mohd Yusuf Siddiqui email: yusuf.siddiqui@fiyutech.com www. <http://www.ibots.org/>fiyutech.com Mob. +91.989.102.455.4 Off:+91.120. 49.89.65.4 U.S. +120.975.347.57 *__________________________________________________________________________________________________________________________________________________________________* This communication & accompanying documents ("this e-mail") contains confidential and/or privileged information for exclusive use of the individual to whom it is addressed. If you are not the intended recipient, please immediately notify the company & delete this e-mail. Any unauthorized use or disclosure of this e-mail is strictly prohibited. Representations in this e-mail are subject to contract. As an e-mail user please be cautious of the technical & other vulnerabilities of the internet which may result in malicious and/or unauthorized access to / use / alteration of e-mails/e-mail IDs. Thank you. *_______________________________________________________________________________________________________________________________________________________________* On Tue, Feb 2, 2016 at 10:59 PM, Alan DeKok <aland@deployingradius.com> wrote:
On Feb 2, 2016, at 11:44 AM, Adem Darguner <adarguner@gmail.com> wrote:
Hi Everyone,
We have Freeradius and MYSQL databases. I want to make OTP server with Freeradius. I create Mutliuser in the MYSQL radcheck is below. I create different passwords for the same user.
That won't work.
How can I run for a single user, but multiple password.?
Write a program which implements the OTP solution, and which calculates the password every time a user logs in.
Alan DeKok.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (3)
-
Adem Darguner -
Alan DeKok -
Yusuf Siddiqui