RE: Help: FreeRadius Users with multiple passwords

2011-11-20 Thread Duong Manh Truong
What i did is that: With each user (Uid) , i created multiple userpassword attribute values, then, while authenticating, OpenLDAP will compare the input password with all the created password values --one by one If the input matched any one of the created pass = Access - Accept I also know that

Re: Help: FreeRadius Users with multiple passwords

2011-11-20 Thread Fajar A. Nugraha
On Mon, Nov 21, 2011 at 8:52 AM, Duong Manh Truong ngoahotanglon...@gmail.com wrote: What i did is that: With each user (Uid) , i created multiple userpassword attribute values, then, while authenticating, OpenLDAP will compare the input password with all the created password values --one by

Re: Help: FreeRadius Users with multiple passwords

2011-11-18 Thread Duong Manh Truong
! If anyone have experienced this, please give some advices ! Example: How to do it automatically or How to create a pool of passwords then use the pool for multiple users :) Regards! Message: 3 Date: Tue, 15 Nov 2011 16:09:29 +0700 From: Fajar A. Nugraha l...@fajar.net Subject: Re: Help: FreeRadius

Re: Help: FreeRadius Users with multiple passwords

2011-11-18 Thread Fajar A. Nugraha
On Fri, Nov 18, 2011 at 6:20 PM, Duong Manh Truong ngoahotanglon...@gmail.com wrote: Hi, Thanks for your reply :) I have a better news that: By using OpenLDAP for FR Authen Authorization = I can configure multiple passwords for each user (Uid) and use 1 of those passwords for successfully

Re: Help: FreeRadius Users with multiple passwords

2011-11-18 Thread John Dennis
On 11/18/2011 06:20 AM, Duong Manh Truong wrote: Hi, Thanks for your reply :) I have a better news that: By using OpenLDAP for FR Authen Authorization = I can configure multiple passwords for each user (Uid) and use 1 of those passwords for successfully Authentication! Although it is done

Help: FreeRadius Users with multiple passwords

2011-11-15 Thread Duong Manh Truong
Hi all, I have encounter with an issue and can not find the solution after several days of thinking :( I set up FreeRadius Mysql successfully, testing with some account ok, but my real case: Lot of my users *have more than 1 passwords*, Example: User: truongdm comes with the password abc123

Re: Help: FreeRadius Users with multiple passwords

2011-11-15 Thread Fajar A. Nugraha
On Tue, Nov 15, 2011 at 4:00 PM, Duong Manh Truong ngoahotanglon...@gmail.com wrote: Hi all, I have encounter with an issue and can not find the solution after several days of thinking :( I set up FreeRadius Mysql successfully, testing with some account ok, but my real case: Lot of my users 

Re: help:[freeradius+mysql]destination unreachable(host administratively prohibited)

2011-07-27 Thread Harry Hoffman
Did you open your firewall? Redhat-like distros send dest-prohib by default for ports blocked by iptables. Cheers, Harry gary gary.y...@browan.com wrote: Hi All I have trouble about freeradius+mysql. I configured freeradius(2.1.10) +mysql(5.5.14) and selftest by radtest everything is okay.

Re: help:[freeradius+mysql]destination unreachable(host administratively prohibited)

2011-07-27 Thread gary
-solutions.net To: gary gary.y...@browan.com; freeradius-users@lists.freeradius.org Sent: Wednesday, July 27, 2011 7:19 PM Subject: Re: help:[freeradius+mysql]destination unreachable(host administratively prohibited) Did you open your firewall? Redhat-like distros send dest-prohib by default

Re: help:[freeradius+mysql]destination unreachable(host administratively prohibited)

2011-07-27 Thread Harry Hoffman
...@ip-solutions.net To: gary gary.y...@browan.com; freeradius-users@lists.freeradius.org Sent: Wednesday, July 27, 2011 7:19 PM Subject: Re: help:[freeradius+mysql]destination unreachable(host administratively prohibited) Did you open your firewall? Redhat-like distros send dest-prohib

Re: help:[freeradius+mysql]destination unreachable(host administratively prohibited)

2011-07-27 Thread Sam Hooker
-2970 e-mail:gary.y...@browan.com - Original Message - From: Harry Hoffman hhoff...@ip-solutions.net To: gary gary.y...@browan.com; freeradius-users@lists.freeradius.org Sent: Wednesday, July 27, 2011 7:19 PM Subject: Re: help:[freeradius+mysql]destination unreachable(host

Re: help:[freeradius+mysql]destination unreachable(host administratively prohibited)

2011-07-27 Thread Sam Hooker
To: gary gary.y...@browan.com; freeradius-users@lists.freeradius.org Sent: Wednesday, July 27, 2011 7:19 PM Subject: Re: help:[freeradius+mysql]destination unreachable(host administratively prohibited) Did you open your firewall? Redhat-like distros send dest-prohib by default

Re: help:[freeradius+mysql]destination unreachable(hostadministratively prohibited)

2011-07-27 Thread gary
, 2011 10:11 PM Subject: Re: help:[freeradius+mysql]destination unreachable(hostadministratively prohibited) Sorry, I meant 'iptables -nvL | grep 1812' should yield something like THIS: 0 0 ACCEPT udp -- * * 192.168.21.223 0.0.0.0/0 udp dpt:1812 -sth

Re: help:[freeradius+mysql]destination unreachable(hostadministratively prohibited)

2011-07-27 Thread Fajar A. Nugraha
On Thu, Jul 28, 2011 at 10:48 AM, gary gary.y...@browan.com wrote: After I remark -A INPUT -j REJECT --reject-with icmp-host-prohibited it work. But iptables -nvL | grep 1812 command still output nothing. Now the iptables-save output. ***

Re: help:[freeradius+mysql]destinationunreachable(hostadministratively prohibited)

2011-07-27 Thread gary
A. Nugraha l...@fajar.net To: FreeRadius users mailing list freeradius-users@lists.freeradius.org Sent: Thursday, July 28, 2011 12:02 PM Subject: Re: help:[freeradius+mysql]destinationunreachable(hostadministratively prohibited) On Thu, Jul 28, 2011 at 10:48 AM, gary gary.y...@browan.com wrote

Re: [HELP] FreeRadius and External Script

2009-01-05 Thread tnt
authorize { } authenticate { Auth-Type Perl { perl } } in users.conf: DEFAULT Auth-Type = Perl Fall-Through = 1 If i understand, when he receive a authentification request of my cisco, he start the script (Test-Auth.pl are a copy of example.pl) it's

Re: [HELP] FreeRadius and External Script

2009-01-05 Thread Phibee Network Operation Center
Hi All that's work now, very thanks at Alan, Luciano and Ivan ;=) bye jerome - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: [HELP] FreeRadius and External Script

2009-01-05 Thread Phibee Network Operation Center
a.l.m.bu...@lboro.ac.uk a écrit : Hi, When i start manually the script, we have: ./example.pl: line 26: use: command not found ./example.pl: line 29: syntax error near unexpected token `(' ./example.pl: line 29: `use vars qw(%RAD_REQUEST %RAD_REPLY %RAD_CHECK);' how are you running

Re: [HELP] FreeRadius and External Script

2009-01-05 Thread A . L . M . Buxey
Hi, When i start manually the script, we have: ./example.pl: line 26: use: command not found ./example.pl: line 29: syntax error near unexpected token `(' ./example.pl: line 29: `use vars qw(%RAD_REQUEST %RAD_REPLY %RAD_CHECK);' how are you running this script manually? looks like you're

Re: [HELP] FreeRadius and External Script

2009-01-05 Thread Phibee Network Operation Center
a.l.m.bu...@lboro.ac.uk a écrit : Hi, Ok, now i think's that this script are started but i don't understand hit, he have a lot of sub but sub are not launched. if i understand, i put all of my perl script into the sub test_call no ? its quite easy. in the experimental.conf file

Re: [HELP] FreeRadius and External Script

2009-01-05 Thread A . L . M . Buxey
Hi, Ok, now i think's that this script are started but i don't understand hit, he have a lot of sub but sub are not launched. if i understand, i put all of my perl script into the sub test_call no ? its quite easy. in the experimental.conf file you state which routines you would like to

[HELP] FreeRadius and External Script

2009-01-05 Thread Phibee Network Operation Center
Hi i request your help because i don't understand the process of FreeRadius and i am limited in the time ;=) Very thanks to all men that accept to help me. I have installed FreeRadius and my Cisco can talk with it without problems. Now i want that FreeRadius start a perl script for get the

Re: [HELP] FreeRadius and External Script

2009-01-05 Thread Luciano Afranllie
On Mon, Jan 5, 2009 at 10:05 AM, Phibee Network Operation Center n...@phibee.net wrote: a.l.m.bu...@lboro.ac.uk a écrit : Hi, When i start manually the script, we have: ./example.pl: line 26: use: command not found ./example.pl: line 29: syntax error near unexpected token `('

Re: please help !!!! =/ - freeradius + mysql with encrypted MD5

2008-12-07 Thread tnt
If i use PEAP with NT-PASSWORD, my freeradius it works ? Yes. Ivan Kalik Kalik Informatika ISP - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: please help !!!! =/ - freeradius + mysql with encrypted MD5

2008-12-07 Thread Diogo Teixeira
Please, Explain me how to do this. Can you explain me please ? I not found anywhere tutorial that explain: Howto freeradius + peap + DB with NT-Passwords !!! For Use PEAP with NT-PASSWORD, the only thing that i can do is add new user in DB with this query : INSERT INTO radcheck (username,

Re: please help !!!! =/ - freeradius + mysql with encrypted MD5

2008-12-07 Thread Alan DeKok
Diogo Teixeira wrote: Explain me how to do this. Can you explain me please ? I not found anywhere tutorial that explain: Howto freeradius + peap + DB with NT-Passwords !!! There is no howto. Most people use systems like AD or Samba that automatically calculate the NT password. For Use

please help !!!! =/ - freeradius + mysql with encrypted MD5

2008-12-06 Thread Diogo Teixeira
Hi people, I'm Portuguese student ! I have a big problem to solve. I have my freeradius, thats authenticates users by mysql database. I have passwords encrypted with MD5, but when i test, the Login is always Incorrect ! If password is clear, the freeradius works OK ! In the attachment i put

Re: please help !!!! =/ - freeradius + mysql with encrypted MD5

2008-12-06 Thread tnt
I have passwords encrypted with MD5, but when i test, the Login is always Incorrect ! You should provide debug for that case. If password is clear, the freeradius works OK ! *INSERT INTO radcheck (username, attribute, op, value) VALUES ('5','MD5-Password', '==', MD5('teste'));* That should

Re: please help !!!! =/ - freeradius + mysql with encrypted MD5

2008-12-06 Thread Diogo Teixeira
Big BIG Thanks Ivan !!! But the only problem is the == ? In attachment i put debug lines, with the option: freeradius -xx Best Regards, Diogo Teixeira 2008/12/6 [EMAIL PROTECTED] I have passwords encrypted with MD5, but when i test, the Login is always Incorrect ! You should provide

Re: please help !!!! =/ - freeradius + mysql with encrypted MD5

2008-12-06 Thread tnt
In attachment i put debug lines, with the option: freeradius -xx I don't see the attachment. Use -X not -xx. Ivan Kalik Kalik Informatika ISP - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: please help !!!! =/ - freeradius + mysql with encrypted MD5

2008-12-06 Thread Diogo Teixeira
Ok ! Now, the attach is the log with Freeradius -x option, and with new user. Create with: INSERT INTO radcheck (username, attribute, op, value) VALUES ('7','MD5-Password', ':=', MD5('teste')); Big thks ! Best Regards, Diogo Teixeira 2008/12/7 [EMAIL PROTECTED] In attachment i put debug

Re: please help !!!! =/ - freeradius + mysql with encrypted MD5

2008-12-06 Thread tnt
Now, the attach is the log with Freeradius -x option, and with new user. Create with: INSERT INTO radcheck (username, attribute, op, value) VALUES ('7','MD5-Password', ':=', MD5('teste')); Ah, you can't use md5 encryption with PEAP.

Re: please help !!!! =/ - freeradius + mysql with encrypted MD5

2008-12-06 Thread Diogo Teixeira
Big Thanks for your answer ! really ? =// I don't know this ! =/ Can you explain me why ? I'm not doubting from you. Just for curiosity! I can use another type of encryption with PEAP ? Best Regards, Diogo Teixeira 2008/12/7 [EMAIL PROTECTED] Now, the attach is the log with Freeradius -x

Re: please help !!!! =/ - freeradius + mysql with encrypted MD5

2008-12-06 Thread tnt
I don't know this ! =/ Can you explain me why ? I can use another type of encryption with PEAP ? It's all on the page. Ivan Kalik Kalik Informatika ISP - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: please help !!!! =/ - freeradius + mysql with encrypted MD5

2008-12-06 Thread Diogo Teixeira
If i use PEAP with NT-PASSWORD, my freeradius it works ? Query: INSERT INTO radcheck (username, attribute, op, value) VALUES ('10','NT-Password', ':=', '2a5f0679ba350887d5a800902056134e'); Best Regards Diogo Teixeira 2008/12/7 [EMAIL PROTECTED] I don't know this ! =/ Can you explain me why

Help freeradius+avpairs+account+proxy

2008-11-03 Thread Siumafua Moala
Hello, I have a freeradius server with mysql backend for accounting. I want to use it 1. assign ip to pppoe customers 2. use cisco av-pairs to assign vrf (for MPLS vpn) 3. keep accounting records on the mysql backend 4. proxy only the authication part to our billing radius server. configure

Re: Help freeradius+avpairs+account+proxy

2008-11-03 Thread tnt
4. proxy only the authication part to our billing radius server. proxy.conf is quite clear about how to configure server to proxy access, accounting or both. What is unclear for you? Ivan Kalik Kalik Informatika ISP - List info/subscribe/unsubscribe? See

help freeradius pam

2008-05-29 Thread Angel Camacho Villan
hello, i try to config pam for works with freeradius somebody can helpme to config the file /etc/pam.d/login /etc/pam.d/gdm thanks.. atte Angel - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

need help - Freeradius + oracle

2006-07-17 Thread Vishwanath Srikant Pattanshetti
Title: need help - Freeradius + oracle Hello all My setup has freeradius 1.1.0 with Oracle10 my oraclesql.conf file has the following line: readclients=yes Now my problem is: when I change the shared secret stored in nas table, it is not being picked by the RADIUS server. I need

Re: need help - Freeradius + oracle

2006-07-17 Thread Alan DeKok
Vishwanath Srikant Pattanshetti [EMAIL PROTECTED] wrote: Now my problem is: when I change the shared secret stored in nas table, it is not being picked by the RADIUS server. I need to restart the RADIUS server for new shared secret to take effect. Is there now way the RADIUS server can pick it

HELP - Freeradius+mysql - LOST ACCOUNTING

2005-12-15 Thread Andreas Sokov
Hi, freeradius-users-bounces. I use pppoe+ppp+freeradius+mysql on Linux Debian. When user connect by pppoe - into radacct table insertes records, where inOctets out ==0 If session will be 20 hours - data about acct will be updated after session will be close. But if session will be lost - i

RE: HELP - Freeradius+mysql - LOST ACCOUNTING

2005-12-15 Thread Seferovic Edvin
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andreas Sokov Sent: Donnerstag, 15. Dezember 2005 11:29 To: freeradius-users@lists.freeradius.org Subject: HELP - Freeradius+mysql - LOST ACCOUNTING Importance: High Hi, freeradius-users-bounces. I use pppoe+ppp+freeradius+mysql on Linux

Re[2]: HELP - Freeradius+mysql - LOST ACCOUNTING

2005-12-15 Thread Andreas Sokov
freeradius and it works. TEll me please what is PopTop ? SE Regards, SE Edvin SE -Original Message- SE From: [EMAIL PROTECTED] SE [mailto:[EMAIL PROTECTED] On Behalf Of Andreas SE Sokov SE Sent: Donnerstag, 15. Dezember 2005 11:29 SE To: freeradius-users@lists.freeradius.org SE Subject: HELP

help freeradius advices

2005-04-07 Thread mambo judicael
hello freeradius users, I reinstalled my rh 9.0 and I would like to have advices on packages them to make a good, robust server radius in mode eap / peap. and i would have the differents stepsof the installation thank you very match. Découvrez le nouveau Yahoo! Mail : 250 Mo d'espace de

help freeradius

2005-03-01 Thread Pradeep Nevatia
Dear Recently I have installed freeradius ,i have some problem in password auth. i have created new user:pra with pass:123456 when i tried to test the auth. enabling Debug mod using command radtest pra 123456 localhost:1812 0 testing123 it generate following massage :

Setup Help: freeradius + cisco catalist + linux windows clients

2004-10-27 Thread Adrian Turcu
Hello list, I'm completely new on this field with the concept of radius authentication. For the last 2 weeks i read tons of docs about this concept. I am confused. My task looks like a simple one: - linux workstations running xsupplicant 1.0 (wired mode) - windows XP and 2000 with 802.1x

Re: PLEASE HELP!freeradius and mysql

2004-02-13 Thread Gustavo A. Lozano
It is more a MySQL question than a Radius question. but the answer is: check the mysql.sock in your /tmp directory It happens in the configuration/installation time that files go to one place or another when you build the MySQL server. If you dont want to reinstall everything just create a

Re: PLEASE HELP!freeradius and mysql

2004-02-13 Thread Ciolo_-^DusT^-_WebMaster
thanx for replaying now I will check - Original Message - From: Theodore Knab [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, February 13, 2004 5:37 PM Subject: Re: PLEASE HELP!freeradius and mysql You get that error when you don't have the mysql server running. So

Re: PLEASE HELP!freeradius and mysql

2004-02-11 Thread Guy Fraser
Ciolo_-^DusT^-_WebMaster wrote: I hope you can help me! I'm trying to use free radius with mysql... this the first time I use a radius system... I need to use freeradius with a nomadix in orderr to obtain users authentication of two kinds a first group that have the access to internet allowed for