htpasswod authentication.

2011-09-09 Thread Agent Smith
Can FR do htpasswd file based auth? Ideally I'd like to define users in users file with their crypto password right from htpasswd. Is this possible? how would a user file look like. I searched the docs and all I found was 'cleartext password' but I won't know that since its htpasswd.- List

Re: htpasswod authentication.

2011-09-09 Thread Agent Smith
:= PAP, Crypt-Password == xx-crypted-pwd-from-htpasswd-xx From: Alan Buxey a.l.m.bu...@lboro.ac.uk To: Agent Smith news8...@yahoo.com; FreeRadius users mailing list freeradius-users@lists.freeradius.org Sent: Friday, September 9, 2011 3:43 PM Subject: Re

Re: proxy based on number of numeric char.

2010-04-27 Thread Agent Smith
26, 2010, 3:42 PM Agent Smith wrote: I'd like to have a radius proxy setup where it can proxy users based on number of numeric characters in the userid. so for example, if the userid is abc123 (with 3 numeric char. at the end) it should proxy to an instance of radius running on the same

proxy based on number of numeric char.

2010-04-26 Thread Agent Smith
I'd like to have a radius proxy setup where it can proxy users based on number of numeric characters in the userid. so for example, if the userid is abc123 (with 3 numeric char. at the end) it should proxy to an instance of radius running on the same box and if the user id is abcxxx it should

Re: upgrade broke the users file - being read only partially - FR1.1.7 to FR2.0.2

2008-02-22 Thread Agent Smith
Yes I did make that change. What in the output suggested I didn't? I don't know what the deal is, it seems odd that it will read the file and proxy my requests but failed to authenticate a locally defined user in the file. anyways, I went back to 1.1.7 which seems to work fine, I usually stay

Re: upgrade broke the users file - being read only partially - FR1.1.7 to FR2.0.2

2008-02-21 Thread Agent Smith
request 0 ID 174 with timestamp +8 Ready to process requests. --- Alan DeKok [EMAIL PROTECTED] wrote: Agent Smith wrote: user1 Auth-Type = Local, Cleartext-Password = abc123, Huntgroup-Name == fetch This should be: user1 Cleartext-Password := abc123, Huntgroup-Name ... i.e

upgrade broke the users file - being read only partially - FR1.1.7 to FR2.0.2

2008-02-20 Thread Agent Smith
Note: forwarded message attached. Never miss a thing. Make Yahoo your home page. http://www.yahoo.com/r/hs---BeginMessage--- upgraded to FR2.0.2 to find out that users file is being read but only

Freeradius + TLS + WPA problem

2007-02-21 Thread Agent Smith
I got this working - Thanks for all the useful posts in this forum. now the problem is that when a user logs off of the windows machine, we still want to be able to manage the system so we need to put a certificate on the machine store (not just the user store, personally I don't like how

Re: Splitting the password field in freeRADIUS

2007-01-23 Thread Agent Smith
I frontend our secureID server with FR. but that is only doing PAP. The way I do this is radius proxy whre the FR is running on the same box different port. I don't understand what you are trying to do here. If a user tried to authenticate you want the PIN to authenticate on radius? and the

Re: a freeradious/wireless solution for a school

2007-01-22 Thread Agent Smith
I am interested. Please post the doc. Thakns, --- Tas Dionisakos [EMAIL PROTECTED] wrote: Im in a similar environment, after months of research I have come to the following solution. * Apache * Freeradius * Chillispot * Mysql I have a howto that will help you built

encrypted password - radius over WAN

2007-01-21 Thread Agent Smith
I'd like to implement pam_radius module on some of our Linux boxes but I am worried about password (pam_radius can only do PAP) being captured and misused since the radius server is at central office and clients are all over the place. I read

Re: rlm_eap: identity does not match User-Name, setting from EAP identity

2006-03-20 Thread Agent Smith
my bad, I was looking thru the messages here. I modified radiusd.conf accordingly and now it works fine. for those who care, here is the radiusd.conf (related sections only) ... mschap { authtype = MS-CHAP use_mppe = yes

Re: rlm_eap: identity does not match User-Name, setting from EAP identity

2006-03-18 Thread Agent Smith
Nothing to do. Sleeping until we see a request. --- Alan DeKok [EMAIL PROTECTED] wrote: Agent Smith [EMAIL PROTECTED] wrote: When a user connectes, they are presented with a login box (username, password and domain name) if they put a domain name in the domain field, radius can't

rlm_eap: identity does not match User-Name, setting from EAP identity

2006-03-17 Thread Agent Smith
Hello group, I have FR configured for EAP/TLS for wireless but I ran into an interesting problem. When a user connectes, they are presented with a login box (username, password and domain name) if they put a domain name in the domain field, radius can't authenticate them and gives that error

Re: rlm_eap: identity does not match User-Name, setting from EAP identity

2006-03-17 Thread Agent Smith
of id 139 to 192.168.3.44:1645 Waking up in 4 seconds... --- Walking the entire request list --- Cleaning up request 32 ID 139 with timestamp 441a Nothing to do. Sleeping until we see a request. --- Alan DeKok [EMAIL PROTECTED] wrote: Agent Smith [EMAIL PROTECTED] wrote: When a user

Re: multiple huntgroup, same NAS-IP

2006-02-11 Thread Agent Smith
if the syntax is not exactly correct here) u1 Auth-by: Local, huntgroup: hu1 u2 Auth-by: Local, hungrroup: hu2 #then also, u1 Auth-by: Local, huntgroup: hu2 see how I had to make two entries for user u1. I was wonderig if there is better way to do that. --- Alan DeKok [EMAIL PROTECTED] wrote: Agent

RE: multiple huntgroup, same NAS-IP

2006-02-11 Thread Agent Smith
regexps huh!! care you post an example please? Thanks, --- Jonathan De Graeve [EMAIL PROTECTED] wrote: -Oorspronkelijk bericht- Van: freeradius-users- [EMAIL PROTECTED] [mailto:freeradius-users- [EMAIL PROTECTED] Namens Agent Smith Verzonden: zaterdag 11 februari

multiple huntgroup, same NAS-IP

2006-02-10 Thread Agent Smith
first, thanks for writting and giving out FR. I have been given $$ to buy commercial radius but I haven't since I love FR, I think it has more featurs then the commercial one we looked at so good job!!! now, Is it possible for same NAS-IP to be in multiple huntgroups? I tried to do this but