RE: kill -HUP

2007-04-12 Thread King, Michael
Read the last two days on the mailing list archives. It's all they've been talking about. It seems to work. But i see freeradius 1.1.6 correct a bug about HUP. - List info/subscribe/unsubscribe? See

RE: freeradius and cisco hidden share

2007-04-09 Thread King, Michael
It sounds like your trying to encrypt the shared secret in the router config. Or, your trying to copy the encrypted shared secret and paste it. (The 7 is what tipped me off) First, you need to verify that you have the password-encryption is enabled in the IOS. This is the magic that makes

RE: freeradius and cisco hidden share

2007-04-09 Thread King, Michael
One further comment. The shared secret in FreeRADIUS CANNOT be the really long number in the IOS config file. This is an encrypted hash of the REAL secret. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RE: freeradius and cisco hidden share

2007-04-09 Thread King, Michael
-Original Message- So the piece of confusion is how you get that encrypted hash in there in the first place when configuring a new key. Service password-encryption http://www.cisco.com/en/US/products/sw/iosswrel/ps5207/products_command_

RE: Freeradius Login

2007-03-29 Thread King, Michael
-Original Message- I'm assured that Windows Vista now has a proper 'do not cache this' feature ;-) It does. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RE: vista support

2007-03-02 Thread King, Michael
-Original Message- As for building it from source, it shouldn't be a problem. To further upon this: http://wiki.freeradius.org/Build#Building_Packages - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RE: Radius says client is unknown.

2007-02-27 Thread King, Michael
Simple question Is the config file your ediiting the one that Freeradius is using? (I've done this before) Us the locate radiusd.conf and see all the instances. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RE: Newbie question

2007-02-26 Thread King, Michael
-Original Message- When I run radiusd, it says it is running properly, but I check with netstat -n and I don't see anything listenning on port 1812. The port setting in the configuration file is '0' (which is I think 1812 by default). Is this normal? I don't think my ap can

RE: 1.1.4 - TTLS - missing attributes

2007-02-19 Thread King, Michael
: 1.1.4 - TTLS - missing attributes King, Michael wrote: Could this be related to my Mac issue with the Pre-2.0 Snapshot? Umm... what MAC issue? Granted, I'm only using PEAP. PEAP still has the bug. I'll see if I can fix it this week. Alan DeKok. -- http

RE: 1.1.4 - TTLS - missing attributes

2007-02-18 Thread King, Michael
Could this be related to my Mac issue with the Pre-2.0 Snapshot? Granted, I'm only using PEAP. -Original Message- From: [EMAIL PROTECTED] g [mailto:[EMAIL PROTECTED] adius.org] On Behalf Of Alan DeKok Sent: Friday, February 16, 2007 4:32 AM To: FreeRadius users mailing list

RE: Mac PEAP authentication with FreeRADIUS Pre2.0

2007-02-02 Thread King, Michael
-Original Message- On your Mac (as root), create the directory /var/log/ eapolclient, then retry your authentication. The EAP client is OS X should write out debugging information for the EAP session into that directory and should give you a better idea of why its halting.

RE: Mac PEAP authentication with FreeRADIUS Pre2.0

2007-02-02 Thread King, Michael
-Original Message- So if 1.1.3 works, and 1.1.4 doesn't, that's the issue. Anyone got 1.1.4 and Mac authenticating? - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RE: Freeradius-Users Digest, Vol 22, Issue 12

2007-02-02 Thread King, Michael
If you want to use Debian, that's fine. If you want to use Debian with EAP (typically used in Wireless deployments) you will have to create your own package. (License restrictions prevent the redistribution of OpenSSL) This is easy enough

Proxy based on MAC

2007-02-02 Thread King, Michael
I'd like to proxy user's off to a different RADIUS server based on they're MAC address. Currently, my NAS reports MAC address as Calling-Station-Id = 00-0D-93-EA-89-06 I'd like any user that has a MAC starting with 00-0D-93 (and about 8 more MAC's) to be proxied off to another Radius server.

RE: Proxy based on MAC

2007-02-02 Thread King, Michael
-Original Message- following would work just as well and be much more readable: Calling-Station-Id =~ ^(00-0D-93-|00-03-93-|00-05-02-) I was just concerned with a partial match I wasn't expecting. E.g. XX-XX-00-0D-93-XX And as to where it goes, anywhere a check expression

RE: Mac PEAP authentication with FreeRADIUS Pre2.0

2007-02-01 Thread King, Michael
-Original Message- When I try a Mac (PowerMac 10.4.8, but have tried also on 10.3.x), it seems to not work. The Mac throws an error 802.1x Authentication has failed. After more testing, and staring at the debug's, it seems this is where the break-down is, the MAC isn't answering

RE: RPM Build-error

2007-01-30 Thread King, Michael
-Original Message- The RPM file in FreeRADIUS needs to be updated with that list of files. Would %attr(0700,radiusd,radiusd) %dir usr/include/freeradius Be sufficient? Mike - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RE: RPM Build-error

2007-01-30 Thread King, Michael
-Original Message- The RPM file in FreeRADIUS needs to be updated with that list of files. (Resend, helps if I format the line correctly, forgot a leading /) Would %attr(0700,radiusd,radiusd) %dir /usr/include/freeradius Be sufficient? Mike - List

RE: RPM Build-error

2007-01-30 Thread King, Michael
To answer my own question... It looks like not. It looks like it's just /usr/include/freeradius/* After the last line in the files section. -Original Message- From: [EMAIL PROTECTED] g [mailto:[EMAIL PROTECTED] adius.org] On Behalf Of King, Michael Sent: Tuesday, January 30

PEAP Fast Reconnect

2007-01-29 Thread King, Michael
Does FreeRADIUS support PEAP Fast Reconnect? - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RE: PEAP Fast Reconnect

2007-01-29 Thread King, Michael
-Original Message- Does FreeRADIUS support PEAP Fast Reconnect? No. As always, patches are welcome. :) Thanks. It was a does this check box actually do anything for me question. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RPM Build-error

2007-01-29 Thread King, Michael
I'm trying to create a Redhat RPM from the nightly CVS snapshots. (Following the Wiki instructions) I've tried a few different snapshot dates, and they all die with the attached error. I'm not too familiar with RedHat packaging. Any idea what I've done wrong? Checking for unpackaged file(s):

RE: a freeradious/wireless solution for a school

2007-01-25 Thread King, Michael
-Original Message- The database is not a problem, since we have a huge one in place, one stored in Active Directory (for which I can use the FreeRADIUS LDAP module) or MySQL one. If you use ActiveDirectory, I believe you would have an easier time using ntlm_auth. Using LDAP

RE: a freeradious/wireless solution for a school

2007-01-25 Thread King, Michael
-Original Message- What would, in your opinion, be better? TTLS or PEAP? They're not Mutually exclusive. You can have both. I'd suggest doing both. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RE: SSL locking code

2007-01-24 Thread King, Michael
] On Behalf Of Alan DeKok Sent: Tuesday, January 09, 2007 8:56 PM To: FreeRadius users mailing list Subject: Re: SSL locking code King, Michael wrote: -Original Message- OK. I don't have good net connectivity right now, or access to a machine to do real development, so

RE: a freeradious/wireless solution for a school

2007-01-22 Thread King, Michael
Without being too subtle, You've mis-understood much of the research you've read. Don't worry about it, there is quite a bit of contradictory information out there. There's quite a bit of background information, so it'll be a little bit before I mention FreeRADIUS. First. It's WPA, not WAP.

RE: Building from CVS

2007-01-17 Thread King, Michael
-Original Message- apt-get install g++ Thank you. Apparently, this would be my first Debian box that didn't have g++ out of the box. (I've built more than 10 following the same cookbook that our office wrote) I guess gcc and gpp weren't enough. It built... Well it's building

Building from CVS

2007-01-16 Thread King, Michael
I wanted to try the Pre2.0 release in the CVS to see if the TLS locking code fixed the problem I had with the SSL errors in PEAP. I downloaded the snapshot from ftp.freeradius.org freeradius-server-snapshot-20070116.tar.bz2 I'm building on Debian, so I wanted to package it (Especially since it

RE: SSL locking code

2007-01-09 Thread King, Michael
-Original Message- OK. I don't have good net connectivity right now, or access to a machine to do real development, so this fix didn't make it into 1.1.4. Would this change be in the CVS head? Mike - List info/subscribe/unsubscribe? See

RE: SSL locking code

2007-01-03 Thread King, Michael
-Original Message- Did anyone run the server in non-threaded mode to see if the SSL errors go away? I can do it, but I don't see SSL errors, so I can't reproduce the problem. I did run the server in single threaded mode, and it appeared to go away. - List

SSL locking code

2007-01-02 Thread King, Michael
Back on October 18th, we had a conversation about threading issues. In the message it was said: The issues is bad record mac, not failed in system call. The second error message is a result of the first. I suspect threading issues. Try running the server in non-threaded mode. If that

Deploying Radius Blog site

2006-12-27 Thread King, Michael
Alan, Your deploying radius blog site is showing: MySQL error! Error establishing a database connection! (Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)) 1. Are you sure you have typed the correct user/password? 2. Are you sure that you have typed

RE: eap/peap

2006-11-29 Thread King, Michael
First question. Did you install from source, did you create your own binaries, or did you use debian provided binaries. Debian provided Binaries do not include SSL support. (Violation of SSL license terms I believe) Creating your own binaries are easily done

RE: PEAPv2 Server

2006-11-17 Thread King, Michael
-Original Message- Vista supports only PEAPv2 client (but I think only one TLV type- TLV-Result), Can you provide some documentation on that? We've been collectively trying to figure out what Microsoft did to break Vista working with FreeRADIUS. I'm wondering if this is it.

RE: Windows-Domain login without local users

2006-11-08 Thread King, Michael
-Original Message- machine authentication was the keyword I've searched ... thanks a lot somebody knows a good howto for this? thanks mIke To be honest, if you enable use computer account when available in the Windows Zero Config Client, it should just work. If it doesn't

RE: freeradius and ntlm_auth howto

2006-11-06 Thread King, Michael
Some things I've noticed from your attached files Module: Loaded MS-CHAP mschap: use_mppe = yesmschap: require_encryption = yesmschap: require_strong = yes I've never enabled these before, I'm unaware what affect they will have tls: pem_file_type = yestls: private_key_file =

RE: Windows-Domain login without local users

2006-11-06 Thread King, Michael
I'm Interpreting your question a little Please correct the question if I've got it wrong. You want to user's to be able to have network connectivity at the logon prompt, so they're username/password is sent to the domain? You need to use Machine Authentication. (AKA computer account

RE: FreeRadius seems to be working, but not getting it to respond

2006-11-06 Thread King, Michael
Does CENTOS have a built-in firewall? (IPTABLES) Does it have holes (Rules, exceptions) poked in it so that the RADIUS packets get thru? Ports 1812 and 1813. I'm not sure if it's TCP or UDP, I always see them referenced together, so I opened both. -Original Message- From: [EMAIL

RE: freeradius against AD authentication not working

2006-11-01 Thread King, Michael
-Original Message- Karthik R [EMAIL PROTECTED] wrote: When i try to connect to access point, it takes the local machine name default instead of asking for username and password. You have to configure the local machine to NOT authenticate as the machine. It's in the

RE: Machine Accounts against AD

2006-10-31 Thread King, Michael
-Original Message- I'm not sure 1.0.4 had that fix in the rlm_mschap module. If you need to use 1.0.4 for some reason, you may have to backport the patch from a later version of the module. --Mike Awww Man... I went back to 1.0.4 because 1.1.2 and 1.1.3 kept crashing

RE: CVS problem

2006-10-31 Thread King, Michael
BTW, Seems today is the day for website problems http://deployingradius.com/blog/ MySQL error! Error establishing a database connection! (Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)) 1. Are you sure you have typed the correct user/password?

RE: Another Installation Problem

2006-10-31 Thread King, Michael
Ok. Look in the News! Section on the front most page. It has this link ftp://ftp.freeradius.org/pub/radius/freeradius-1.1.3.tar.gz -Original Message- From: [EMAIL PROTECTED] g [mailto:[EMAIL PROTECTED] adius.org] On Behalf Of kbajwa Sent: Tuesday, October 31, 2006 5:14 PM

RE: freeradius and ntlm_auth howto

2006-10-27 Thread King, Michael
Let's see if we can get this solved... -Original Message- Here's the full log: Waking up in 6 seconds... rad_recv: Access-Request packet from host 10.104.254.73:1645, This is NOT the full log. The full log would have started with the line /path/to/radiusd -X Some important

RE: freeradius against AD not working

2006-10-26 Thread King, Michael
-Original Message- But while using radtest tool with the same logon credentials as above it rejects the user and here is the log message. Please paste the entire debug log. It looks like you missed a few bits in the cut and paste. - List info/subscribe/unsubscribe? See

Version Question

2006-10-25 Thread King, Michael
I'm still struggling with my server throwing Error: TLS Alert write:fatal:bad record macError: TLS_accept:error in SSLv3 read certificate verify AError: rlm_eap: SSL error error:1408F455:SSL routines:SSL3_GET_RECORD:decryption failed or bad record macError: rlm_eap_tls: SSL_read failed in

RE: Version Question

2006-10-25 Thread King, Michael
-Original Message- I think a few SSL errors may have been printed out earlier, but check that the 1.1.3 rlm_* libraries aren't still on your system. The Libraries were still there. Eradicating them helped. :-) - List info/subscribe/unsubscribe? See

RE: Version Question

2006-10-25 Thread King, Michael
] On Behalf Of Alan DeKok Sent: Wednesday, October 25, 2006 11:24 AM To: FreeRadius users mailing list Subject: Re: Version Question King, Michael [EMAIL PROTECTED] wrote: I thought the errors (SSL error error::lib(0):func(0):reason(0)) only started printing in version 1.1.3

RE: Server stopped responding, throwing multiple SSL-related errors

2006-10-23 Thread King, Michael
Sounds very similar to my thread titled SSL_read failed in a system call from last week. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ben Beuchler Sent: Monday, October 23, 2006 2:06 PM To: FreeRadius users mailing list Subject: Server stopped

RE: EAP and accounting

2006-10-20 Thread King, Michael
Yes. It's possible. Look in eap.conf In each EAP section (TTLS and PEAP) this code snippet exists # The reply attributes sent to the NAS are # usually based on the name of the user # 'outside' of the tunnel (usually

RE: Windows Vista doing PEAP

2006-10-20 Thread King, Michael
Use this one if the one on the website doesn't work for you Index: src/modules/rlm_eap/rlm_eap.c === RCS file: /source/radiusd/src/modules/rlm_eap/rlm_eap.c,v retrieving revision 1.26.2.1.2.1 diff -u -r1.26.2.1.2.1 rlm_eap.c ---

RE: Windows Vista doing PEAP

2006-10-19 Thread King, Michael
It seg faults when I do -X (or -sxx. But not with -x) Here is the gdb log rad2:/home/mking/freeradius-1.1.3/doc# more gdb-radiusd.log Starting program: /usr/sbin/freeradius -X [Thread debugging using libthread_db enabled] [New Thread 1077729984 (LWP 2603)] Program received signal SIGSEGV,

RE: Windows Vista doing PEAP

2006-10-19 Thread King, Michael
-Original Message- Sorry - I've come late to this thread. Do we have a general problem with Vista failing to authenticate against FR, or is this just one instance failing, and we know of other instances where it is working? It's most likely I'm the first to try it, and I've had.

RE: Windows Vista doing PEAP

2006-10-19 Thread King, Michael
and our FR. It isn't working for us either. Brian -Original Message- From: freeradius-users- [EMAIL PROTECTED] [mailto:freeradius- [EMAIL PROTECTED] On Behalf Of King, Michael Sent: Thursday, October 19, 2006 2:52 PM To: FreeRadius users mailing list Subject: RE: Windows Vista doing

RE: Windows Vista doing PEAP

2006-10-19 Thread King, Michael
-Original Message- Again, I have no idea why it's core dumping. It shouldn't be. I don't have Vista, and I can't debug this issue myself. It's up to you. Should this line be like this? DEBUG2(VISTA[%s:%s]: here, __FUNCTION__, __LINE__); I have not coded in C (or C++) for 5 years.

RE: SSL_read failed in a system call

2006-10-18 Thread King, Michael
Just following up, anyone got a suggestion. I've still got the server locked up in a state where it throws this error message at will. Mike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of King, Michael Sent: Friday, October 13, 2006 9:34 AM

RE: Windows Vista doing PEAP

2006-10-18 Thread King, Michael
I got the same results as below with RC2. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of King, Michael Sent: Wednesday, October 11, 2006 1:56 PM To: FreeRadius users mailing list Subject: RE: Windows Vista doing PEAP Alan, here is your requested

Stress test for EAP-PEAP

2006-10-18 Thread King, Michael
Since I've been having great amounts of troubles with 1.1.2 / 1.1.3, (See SSL_read failed in a system call message) We're going to try building another server with 1.0.4 (The latest version that we have in production that works for us) Anyone know of a stress test utility that can simulate

RE: SSL_read failed in a system call

2006-10-18 Thread King, Michael
To: FreeRadius users mailing list Subject: Re: SSL_read failed in a system call King, Michael [EMAIL PROTECTED] wrote: I've still got the server locked up in a state where it throws this error message at will. The issues is bad record mac, not failed in system call. The second error message is a result

RE: SSL_read failed in a system call

2006-10-18 Thread King, Michael
not handle the load of around 500 clients? I also complied 1.0.4 on one of the newer servers, it appeared to run without any difficulties as well. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of King, Michael Sent: Wednesday, October 18, 2006 5:47 PM

RE: Windows Vista doing PEAP

2006-10-18 Thread King, Michael
Here we are: I did it twice. Funny it sent an access reject the second time. rad2:/home/mking# /usr/sbin/freeradius -x Starting - reading configuration files ... Using deprecated naslist file. Support for this will go away soon. Module: Loaded exec rlm_exec: Wait=yes but no output defined.

RE: Windows Vista doing PEAP

2006-10-18 Thread King, Michael
I thought it looked a bit funny -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alan DeKok Sent: Wednesday, October 18, 2006 7:39 PM To: FreeRadius users mailing list Subject: Re: Windows Vista doing PEAP King, Michael [EMAIL PROTECTED] wrote

SSL_read failed in a system call

2006-10-13 Thread King, Michael
I posted this to the list back in September, but was unable to chase it then. http://www.mail-archive.com/freeradius-users@lists.freeradius.org/msg294 52.html But it has returned with a vengeance. It only seems to affect the 1.1.3 server. I have not tried any other versions, other than the

RE: Windows Vista doing PEAP

2006-10-12 Thread King, Michael
-Original Message- Are you sure you're using the new code? It looks to me like it's NOT installing the server with symbols, and it's NOT printing the new debugging messages. I was, I just wasn't building the server right. I figured it out a few hours later (See my later emails)

RE: Securew2

2006-10-12 Thread King, Michael
Weird.. I just got this email this morning... SecureW2 is no longer at www.securew2.org Please visit http://securew2.alfa-ariss.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alessandro Agostini Sent: Thursday, October 12, 2006 9:53 AM To:

RE: Windows Vista doing PEAP

2006-10-11 Thread King, Michael
PROTECTED] On Behalf Of K. Hoercher Sent: Wednesday, October 11, 2006 2:06 AM To: FreeRadius users mailing list Subject: Re: Windows Vista doing PEAP Hi On 10/10/06, King, Michael [EMAIL PROTECTED] wrote: I'm assuming it built it that way. Anways, here's what I got following those direcitons (Which

RE: Windows Vista doing PEAP

2006-10-11 Thread King, Michael
list Subject: Re: Windows Vista doing PEAP Hi On 10/10/06, King, Michael [EMAIL PROTECTED] wrote: I'm assuming it built it that way. Anways, here's what I got following those direcitons (Which is what leads me to think the symbols go stripped) If you look at or around line 188, there should

RE: Windows Vista doing PEAP

2006-10-11 Thread King, Michael
Alan, here is your requested capture. This was with RC1 I will be reattempting with RC2 in a little bit. rad2:~# gdb /usr/sbin/freeradius GNU gdb 6.4.90-debian Copyright (C) 2006 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are

SSL_read failed in a system call

2006-10-11 Thread King, Michael
I posted this to the list back in September, but was unable to chase it then. http://www.mail-archive.com/freeradius-users@lists.freeradius.org/msg294 52.html I think it's load related. I found this on the net: http://www.mail-archive.com/modssl-users@modssl.org/msg16180.html There is

RE: Windows Vista doing PEAP

2006-10-10 Thread King, Michael
doing PEAP King, Michael [EMAIL PROTECTED] wrote: Not to rude, have you had a chance to poke that Patch again? Reload it from the same URL as last time. If it still crashes, see doc/bugs. I don't see how it can crash at all, so the crash looks like a symptom of another issue. Alan DeKok

RE: Windows Vista doing PEAP

2006-10-06 Thread King, Michael
Not to rude, have you had a chance to poke that Patch again? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alan DeKok Sent: Wednesday, October 04, 2006 6:54 PM To: FreeRadius users mailing list Subject: Re: Windows Vista doing PEAP King, Michael

RE: 1.1.3 or 2.0?

2006-10-06 Thread King, Michael
-Original Message- I would say 1.1.3 is fine to use. 2.0 will be out in a few months, so you're free to upgrade then, too. I think question he was trying to get across, is 2.0 going to be significantly different from 1.1.3 from a config standpoint. - List

Deploying radius page comment

2006-10-05 Thread King, Michael
Just reading thru the deployingradius.com pages On page: http://deployingradius.com/documents/configuration/active_directory.html You reference the krb5.conf file like this: [realms] ... realm.company.com = { kdc = nt-server-hostname.company.com } ... However, someone on the list

RE: FreeRADIUS user Survey

2006-10-05 Thread King, Michael
Still a 404 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alan DeKok Sent: Thursday, October 05, 2006 3:59 PM To: FreeRadius users mailing list Subject: Re: FreeRADIUS user Survey Guilherme Franco [EMAIL PROTECTED] wrote: Survey Not Found

RE: Windows Vista doing PEAP

2006-10-04 Thread King, Michael
-Original Message- Try: http://www.striker.ottawa.on.ca/~aland/vista.patch You'll have to re-build re-install the EAP module (you don't need to touch the rest of the server). It won't help, but it will print out a little more information. We'll probably have to do a few cycles

RE: Windows Vista doing PEAP

2006-10-04 Thread King, Michael
Things didn't work so hot. :-( Seg Fault I created the vista.patch file by pasting the file you referenced into a vi session. I moved it into freeradius-1.1.3 I used the command: patch -p0 vista.patch Which gave me a success. (Well two of them for each file) I recreated my .deb file and

RE: Windows Vista doing PEAP

2006-10-04 Thread King, Michael
Just to double check that I didn't cut paste wrong, I wget'd the file from your server, repatched, recompiled, and reinstalled. Same seg fault, at same place. rlm_eap_tls: Start returned 1 VISTA[eap_compose:475]: reply-id 6 VISTA[eap_compose:476]: reply-code 1 VISTA[eap_compose:514]:

RE: Authentication against Active Directory page

2006-09-22 Thread King, Michael
Alan, What domain were you testing against? 2000 or 2003? (I ask, because I was under the impression that KRB5 had to be setup as well) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alan DeKok Sent: Friday, September 22, 2006 3:26 PM To: FreeRadius

RE: Write access to the wiki

2006-09-19 Thread King, Michael
-Original Message- No, actually you cant. I disabled new user creation as a all the spam bots appeared to be smart enough to create new users then use them for spamming. Peter, MediaWiki has a captcha extension to prevent this problem.

RE: EAP-MSChapv2 authentication

2006-09-13 Thread King, Michael
Paul, I think what Alan was getting at is that Your client asked for EAP-TTLS, not EAP-MSChapV2. This might be the root of your problem. If you Intend to do MSChapV2 inside of TTLS Tunnels, you MUST setup a certificate. This is make quite clear in the eap.conf file, that TTLS is dependant on

RE: WPA/RADIUS Problems

2006-09-06 Thread King, Michael
-Original Message- 3. debian source package builds on unstable without problem here. And it provides a minimal intrusive way of enabling ssl and postgres related stuff. Just to follow up. It appears that in FreeRadius 1.1.3, if you follow the directions in the WIKI

RE: Failed Logins

2006-09-06 Thread King, Michael
mailing list Subject: Re: Failed Logins King, Michael [EMAIL PROTECTED] wrote: 24 hrs later, Different radius server. (on a different box, this one is RedHat) FreeRadius 1.1.3 Same problem, throwing the same Error. This may be related: https://www.aet.tu-cottbus.de

The maximum number of threads (32) are active, cannot spawn new thread to handle request

2006-09-06 Thread King, Michael
So, I've rolled back to my freeRADIUS 1.0.4 server, cause it hasn't crashed like my 1.1.3 has been doing. I got this today in it's debug logs. Is there a config option to increase the number of threads? Is there a better way to fix that? Wed Sep 6 13:08:22 2006 : Auth: Login OK:

RE: The maximum number of threads (32) are active, cannot spawn new thread to handle request

2006-09-06 Thread King, Michael
-Original Message- See thread pool in radiusd.conf. It looks like your DB is slow... Entirely possible. It is Active Directory (Via the ntlm_auth program) so I have no control over it. :-( So, I've rolled back to my freeRADIUS 1.0.4 server, cause it hasn't crashed

RE: Failed Logins

2006-09-05 Thread King, Michael
-Original Message- It looks like a memory corruption issue. Either there's a bug in the server, or there's bad RAM in the system. Any suggestions on how to test memory on a Debian box remotely? - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RE: Failed Logins

2006-09-05 Thread King, Michael
24 hrs later, Different radius server. (on a different box, this one is RedHat) FreeRadius 1.1.3 Same problem, throwing the same Error. Tue Sep 5 13:24:33 2006 : Error: rlm_eap: SSL error error::lib(0):func(0):reason(0) Tue Sep 5 13:24:33 2006 : Error: TLS Alert write:fatal:bad

Failed Logins

2006-09-04 Thread King, Michael
So we've had many thousands of succcessful AD/PEAP authentications. Today, the thing just died. I shut the server off so that all the AP's started using my backup server. This is the logs that I have from when it happened. Unfortuanly, everything seemed fine after I rebooted the server (my

RE: Problems getting eap-mschapv2 working.

2006-09-01 Thread King, Michael
Did you generate the certificates that are mentioned there? The one's that ship with the server are expired, you have to generate your owncertificate. What version of FreeRADIUS. Version 1.1.1 fixed alot of little PEAP things. Version 1.1.3 of course is what you should be running.

RE: Building Freeradius RPM on Redhat ES 4.0

2006-08-30 Thread King, Michael
, 2006 6:14 AM To: FreeRadius users mailing list Subject: Re: Building Freeradius RPM on Redhat ES 4.0 On Wed, Aug 30, 2006 at 08:47:13AM +0100, B Thompson wrote: On Tue, Aug 29, 2006 at 07:32:23PM -0400, King, Michael wrote: cp: will not overwrite just-created `/var/tmp/freeradius-root

Building Freeradius RPM on Redhat ES 4.0

2006-08-29 Thread King, Michael
We're trying to build FreeRADIUS 1.1.3 into a RPM to install on our RedHat ES 4.0 servers. Following the directions in the Wiki http://wiki.freeradius.org/index.php/FreeRADIUS_Wiki:FAQ#How_do_I_build_ a_RPM_package_from_sources.3F I get the following error(s) and I've attached the referenced

RE: Building Freeradius RPM on Redhat ES 4.0

2006-08-29 Thread King, Michael
-Original Message- I saw this last week building 1.1.3 on RHEL 4.0 ES (Update 3) too. Was fixed by just applying the latest patches from Redhat. Appears to be due to a mismatch between various software levels. With the latest fixes, it is all OK. Which patches? Just run

RE: New to FreeRADIUS and looking for answers...

2006-08-27 Thread King, Michael
Well Scott. You've seemed to make everyone chime in on the lack of documentation on the Internet for Linux as a whole (That's a summary of the 5 proceeding messages) But nobody answered your question. :-) Scott, your looking at the wrong software product for what you do. Well, FreeRADIUS

Ntlm_auth Help

2006-08-24 Thread King, Michael
I'm building a new radius server. I'm copying an existing one. I'm getting the following error from freeRADIUS when I run it -x (FreeRADIUS 1.1.3) Exec-Program: /usr/bin/ntlm_auth --request-nt-key --username=mking --challenge=46b51a98d607a3a9 --nt-response= hex decode of failed! (only got 0

Rlm_eap error

2006-08-24 Thread King, Michael
Ok, I now have 1.1.3 working great. However, my log files now have an extra (and repeated) error message Thu Aug 24 16:50:33 2006 : Error: TLS_accept:error in SSLv3 read client certificate A Thu Aug 24 16:50:33 2006 : Error: rlm_eap: SSL error error::lib(0):func(0):reason(0) Thu Aug

RE: Max ATPS

2006-08-23 Thread King, Michael
-Original Message- Why? 1.1.3 just came out. Indeed. Did I miss the announcement yesterday? - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

List check

2006-08-22 Thread King, Michael
Just checking to see if the list is up. The homepage was down for a bit (~10 minutes) but the wiki is still not responding. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RE: List check

2006-08-22 Thread King, Michael
-Original Message- King, Michael [EMAIL PROTECTED] wrote: Just checking to see if the list is up. The homepage was down for a bit (~10 minutes) but the wiki is still not responding. The list is hosted in the Netherlands, the Wiki in Texas, and the main web site in Chicago

RE: Autoreply: Does Freeradius support IAPP (802.11f)??

2006-08-10 Thread King, Michael
Can we bump this guy from the list now? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, August 10, 2006 11:00 PM To: freeradius-users@lists.freeradius.org Subject: Autoreply: Does Freeradius support IAPP (802.11f)??

RedHat RPM's

2006-07-31 Thread King, Michael
I'm just confirming, As per the FAQ, there are no (Official) Redhat RPM's at the moment. The best way to install on Red Hat Enterprise Linux ES release 4 (Nahant) is to install from source? I'm setting up a new server (and redhat is a new distro for me) and I'd like to start off on the right

RE: ntlm_auth and clear-text passwords

2006-07-03 Thread King, Michael
-Original Message- On Behalf Of [EMAIL PROTECTED] Users telnet the switch, therefore a clear-text password will be sent. Just a completely left field question. Any particular reason you have chosen not to enable SSH on that switch? It's in the IOS (Assuming you have the correct IOS

RE: peap authentication with active directory

2006-06-07 Thread King, Michael
-Original Message- From: On Behalf Of Kartthik Raghunathan A supplicant ie. win XP machine validates the identity and logon credentials against active directory using peap-mschapv2 randomly ie. every 30 mins or 60 mins. This disturbs the wireless connectivity often and am

  1   2   >