Re: Using encrypted passwords in users file

2011-09-01 Thread Paul Bartell
that is the hashed password. You can change it by generating a hash of your new password... you would probably use crypt(3) to do that... The original password was never stored in cleartext form. You could store a cleartext password if you really wanted to, but that is less than secure. On Thu,

Re: Restrict access per NAS

2011-04-08 Thread Paul Bartell
you are probably looking to check for the calling-station-id attribute... im not sure how to do with ldap. On Fri, Apr 8, 2011 at 7:11 AM, Sergio Belkin seb...@gmail.com wrote: Hi, Is there a way to restrict an LDAP user to be authorized only from an specific NAS (Access Point)? I'm using

Re: FreeRADIUS + Cygwin + Active Directory authentication?

2011-02-09 Thread Paul Bartell
Frankly, running Free Radius on windows sounds like a bad idea, especially should you ever need to update it or have another person (maybe 5 years down the road) change it a bit. Generally, running server process under cygwin is a lot of extra work for not much convenience. I would suggest either

Re:

2010-11-24 Thread Paul Bartell
It depends on they way your NAS (access point of whatnot) sends the mac address. some send it as the username/password... some send it other ways... On Wed, Nov 24, 2010 at 12:26 PM, Leander S. i...@netocean.de wrote: to prevent tears: check out /etc/raddb/clients.conf but now there is now

Re: how to setup in fedora ?

2010-07-09 Thread Paul Bartell
look at the configuration files in /etc/raddb, they're pretty self-explanatory. It really depends on what you want to do. On Thu, Jul 8, 2010 at 11:03 PM, Abraham Varricatt abraham.varricatt+freerad...@googlemail.com wrote: Hello, I just flashed a linksys with dd-wrt and now I'm trying to

Re: How to use Freeradius with traffic limit?

2010-06-07 Thread Paul Bartell
NAS is nearly analogous to RADIUS client. basically, it depends on the thing that is talking to Freeradius to say how to configure kicking someone off in real time. You could stick a script before authentication happens to check whether or not a user has exceeded his bandwidth and then either

Re: is there a package named phpmysql

2010-05-06 Thread Paul Bartell
you are probably looking for php5-mysql or php4-mysql. A good source for this kind of info is your distro's package archive. 2010/5/6 dorra aa dj_dido2...@hotmail.com Hi.i'm working now in the install of mysql for the radius.I found a file that tell me to do: sudo apt-get install

Re: descrition tables and atributes

2009-09-26 Thread Paul Bartell
the wiki is your friend. Try the SQL HOWTO page. On Sat, Sep 26, 2009 at 12:36 PM, Nelson Acero Fino nelson.ac...@gmail.com wrote: Hi, Where can i found information and description about tables and atributes of radius database ?? Thanks :) ! - List info/subscribe/unsubscribe? See

Re: Add users without restarting radiusd

2009-05-12 Thread Paul Bartell
you could also use SQL or another database for storing users. This doesn't require HUP ing of the server. On Tue, May 12, 2009 at 8:25 PM, ournixnat...@gmail.com ournixnat...@gmail.com wrote: I may have figured it out myself. Will this work: service radiusd reload If so, what exactly is it

Re: Posting

2009-04-20 Thread Paul Bartell
you just have. On Mon, Apr 20, 2009 at 11:41 AM, jon jon free9...@gmail.com wrote: Help, I would like to post a messageto all the list members. Thanks - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html -- Random quote of the week/month/whenever i get to

Re: of Mac and Men

2009-04-09 Thread Paul Bartell
SIGNED MESSAGE- Hash: SHA1 Paul Bartell wrote: I too have had weird behavior on macs. I just ended up using mac-address authentication (due to insecurities in EAP. (or possibly rumored, i havn't seen a paper on it yet)) Wait what... You went to Mac-Based authentication because you thought

Re: of Mac and Men

2009-04-09 Thread Paul Bartell
I'm aware of an attack on a bank which had implemented EAP, and had fun when a Pen tester was simply getting domain login credentials without having to work much at all. Could you maybe provide a rebuttal for this attack? and/or explain how to make it especially secure? On Tue, Apr 7, 2009 at

Re: of Mac and Men

2009-04-07 Thread Paul Bartell
I too have had weird behavior on macs. I just ended up using mac-address authentication (due to insecurities in EAP. (or possibly rumored, i havn't seen a paper on it yet)) On Tue, Apr 7, 2009 at 7:08 AM, a.l.m.bu...@lboro.ac.uk wrote: Hi, Have you actually traced the wireless traffic

Re: Radclient PHP

2009-04-01 Thread Paul Bartell
try exec() or shell_exec() 2009/4/1 AHMED KHIDR a.kh...@gmail.com: Hii All , Please Any one have an idea how to make a PHP code to  run Radclient in order to disconnect users , Thanks - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html -- Random quote of

Problem compiling on OSX 10.5

2009-03-09 Thread Paul Bartell
I have two problems: One is with compiling in mysql support. Despite using the following ./configure line ./configure --prefix=/usr/local/freeradius --with-mysql-include-dir=/usr/local/mysql-5.1.30-osx10.5-x86/include/ --with-mysql-lib-dir=/usr/local/mysql-5.1.30-osx10.5-x86/lib/ it still says

Re: New FR server: CentOS 5 or Ubuntu 8

2009-03-02 Thread Paul Bartell
Im a bit biased towards ubuntu, but i can say from experience that it is relatively easy to implement in ubuntu. My limited experience with centos has been with squid and websense, which was quite annoying to implement. (packages didn't exist/were too old) On Mon, Mar 2, 2009 at 7:48 AM, Toledo,

Re: Re : Centralized authentication

2009-01-13 Thread Paul Bartell
http://letmegooglethatforyou.com/?q=freeradius+ldap http://letmegooglethatforyou.com/?q=freeradius+openldap On Tue, Jan 13, 2009 at 6:18 AM, scouf scouf scouf...@yahoo.fr wrote: Thanks for your response. But since I'm not familiar with these technologies, I would've liked if anybody has a

Re: Some Help Regarding Remote Free Radius Server.

2008-12-31 Thread Paul Bartell
You have to add the two public IPs of radius clients to the clients.conf file, and define a shared secret between them all. On Wed, Dec 31, 2008 at 12:26 AM, pushpraj nimbalkar pushpra...@gmail.com wrote: Hello All, First Of All New Year Wishes to all of you. I have configured freeradius

Re: Restricting dialup users to certain client definitions only

2008-12-19 Thread Paul Bartell
You would use the Calling-Station-ID or Called-Station-ID checks in the groupcheck table. On Fri, Dec 19, 2008 at 9:48 AM, Todd R. tjrl...@lightwavetech.com wrote: In a nutshell here is what I need to do, the long story is after the short version if you are interested. Short

Re: Duplicate IPs for Radius Clients with different secrets

2008-12-15 Thread Paul Bartell
Okay. What you need to do is set ips in the client configuraiton file for each of the APs that is going to be authenticating by using their external ip address, which is where the connection will appear to come from to freeradius. do a freeradius -X and it should be quite explanatory, when you try

Re: Somewhat OT: Captive portal on acess points instead complex supplicant at level end user?

2008-12-14 Thread Paul Bartell
This is exactly what Coova does. It blocks all access to the network, until a correct username/password combination is made. The downfall to such a system is 1. No encryption, and 2. Any somewhat-knowing script-kiddie can spoof a mac address and hijack someone's session. On Sun, Dec 14, 2008 at

Re: FreeRadius and Ubuntu 8.10

2008-12-10 Thread Paul Bartell
Sudo apt-get install freeradius Its a bit of an older version if i remember correctly, so if you need virtual hosts (or whatever they are called) you should compile from source. First get the tar file tar -xvf freeradius* cd freeradius* ./configure (with whatever modules you need) make sudo

Re: Supported Acesspoints

2008-11-26 Thread Paul Bartell
I find that my WRT54G-L works well with DD-WRT flashed on it. I know some weird linksys voip box from T-mobile supports WPA-ENT authentication, making me think that maybe in Linksys' enterprise products they would have some kind of WPA enterprise authentication possibility. Usually is it in the

LDAP group checking

2008-11-26 Thread Paul Bartell
Im having a hard time figuring out how to do group checking with freeradius. I am trying to authenticate against open directory, but I have no idea where to give the group name to check for. (modifying the schema isint really an option) - List info/subscribe/unsubscribe? See

Re: certificates confusion

2008-11-24 Thread Paul Bartell
tinyca is a nice graphical interface for linux with openssl in the backend. Its much easier than remembering all the openssl commands needed, especially when you dont add/revoke certificates all the time. On Mon, Nov 24, 2008 at 1:18 PM, Craig White [EMAIL PROTECTED] wrote: please excuse me if

Opendirectory with group checking

2008-11-13 Thread Paul Bartell
Hello, I have successfully set up freeradius on OSX 10.5 with recent CVS version of freeradius, and am confused as to how i would only allow users within a specified group to be allowed access. Mainly, where do i define GroupName? (or am i not understanding http://wiki.freeradius.org/Rlm_ldap

Re: control panel

2008-11-12 Thread Paul Bartell
I could recomend dalo radius. Its interface looks pretty nice from here. I havent been able to evaluate it yet though. On Wed, Nov 12, 2008 at 3:32 AM, Allan Patrick Ksiaskiewcz [EMAIL PROTECTED] wrote: Hello how are? I would some indication of the control panel, use the dial_up admin, but it

Re: FreeRadius and MAC OS X Install

2008-10-23 Thread Paul Bartell
I recently installed on leopard, even with the perl module disabled, it would not work. the latest CVS version compiled fine though. On Thu, Oct 23, 2008 at 10:12 AM, Saurabh Bhasin [EMAIL PROTECTED] wrote: No, I don'tSo, I did the following: $sudo ./configure --without-rlm_perl and it

Re: NAS-Identifier

2008-10-13 Thread Paul Bartell
You can use the called-station-id variable to say yay or nay for authentication. For example, we have a Staff network, that requires different usernames/passwords from the regular wifi SSIDS. We use regex to check for regular users trying to get onto the staff ssid. On 10/13/08, Alan DeKok [EMAIL

Re: How to configure FreeRadius so that clients don't have to be changed?

2008-07-16 Thread Paul Bartell
I take it that you mean, is it possible to make it transparent to the user, in which, the answer is yes. Depending on your access points, you may be able to do MAC address authentication, which anyone will tell you is insanely insecure, but it prevents people from driving up and accessing your

Re: Multiple radius servers on one machine

2008-06-12 Thread Paul Bartell
might i suggest using virtual machines, instead of messing around with multiple instances. (radius is rather non resource intensive) On Thu, Jun 12, 2008 at 8:11 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I have two applications that authenticate via radius. These applications require

Re: How can I start the freeradius server with user privileges other than root?

2008-02-07 Thread Paul Bartell
you could use sudo by editing the /etc/sudoers file. There should be examples in this file. Then just add all the users allowed to start radius to a group. and allow that group access to run /etc/init.d/freeradius or whatever is needed. On Feb 7, 2008 12:19 PM, Deepak Panigrahy [EMAIL PROTECTED]

Re: a few questions

2007-11-25 Thread Paul Bartell
just by the way. Im wondering what a big implementation would be. If 6000 machines is not a lot, then what is really? On Nov 24, 2007 11:41 PM, Alan DeKok [EMAIL PROTECTED] wrote: Paul Bartell wrote: Im working on a project at my school district to implement RADIUS authentication. I have two

a few questions

2007-11-24 Thread Paul Bartell
Im working on a project at my school district to implement RADIUS authentication. I have two Mac powerpc servers for use, which could run either OSX or some linux variant. We are planning on using a mysql backend. Our network has around 6k machines throughout the district, a few hundred on the

Re: With passwords only

2007-11-20 Thread Paul Bartell
You will need a shared secret between the WRT and radius server, but otherwise, just follow the howtos on the wiki. On Nov 20, 2007 2:55 PM, build [EMAIL PROTECTED] wrote: G'day All, This is my first post so I'd like to thank those who make this list possible. I see this has been asked before

Re: With passwords only

2007-11-20 Thread Paul Bartell
This is probably done through WPA enterprise or another such protocal, or chilispot or a similar captive portal. On Nov 20, 2007 4:22 PM, [EMAIL PROTECTED] wrote: VPN? Or PPPoE? I don't know what that AP can do. Read the user guide. Ivan Kalik Kalik Informatika ISP Dana 20/11/2007, build

1.17 compilation errors

2007-11-16 Thread Paul Bartell
Hello. when trying to compile freeradius under ubuntu 7.10, i get the following error: gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -I/home/paulb/build/freeradius-1.1.7/src/include -I/home/paulb/build/freeradius-1.1.7/src/modules/rlm_sql -c rlm_sqlippool.c

Re: 1.17 compilation errors

2007-11-16 Thread Paul Bartell
ah thanks. seems it hasent been indexed by google yet. sorry for not searching the archives. On Nov 16, 2007 5:33 PM, [EMAIL PROTECTED] wrote: You had this answered yesterday: http://www.nabble.com/Any-ideas-on-this-compile-errortf4821396.html Ivan Kalik Kalik Informatika ISP - List