Re: monitoring freeradius

2010-02-23 Thread Brian A. Seklecki
On Tue, 23 Feb 2010, Mark Jones wrote: How does one go about monitoring freeradius in that to see if it is reaching process limits or max clients etc.. If I run it in debug mode it laces limits on it hat are not in normal mode. Proactive network monitoring with Nagios and check_radius or

Exiting normally on FreeBSD -- Synopsis?

2010-04-05 Thread Brian A. Seklecki
All: Did anyone ever track this down? I'm assuming the consensus is that the kernel is SIGTERM'ing the process when it exceeds login_class(3) restrictions in login.conf(5) Obviously, other reports have eliminated the usual sources of signals as a cause. As for the root cause, are

Re: Exiting normally on FreeBSD -- Synopsis?

2010-04-22 Thread Brian A. Seklecki
On 4/6/2010 11:22 AM, Alan DeKok wrote: I don't know. Try using a tool to watch the server memory over time. If it keeps growing... that would be an issue After research, SIGKILL, SIGXFSZ, SIGXCPU are the only signals sent by the kernel - userland on the part of setrlimit(2).

Re: Exiting normally on FreeBSD -- Synopsis?

2010-05-03 Thread Brian A. Seklecki
With that patch, we observed an un-expected exit (running foreground in a detatched screen) with no debugging output to syslog/stdout/stderr, but I confirm that patch is in place using strings(1). Next step must be ktrace(8)/kdump(8) or GDB [1]. ~BAS 1. Oh god, please make it stop. - List

Re: Exiting normally on FreeBSD -- Synopsis?

2010-07-05 Thread Brian A. Seklecki
Next step must be ktrace(8)/kdump(8) or GDB [1]. ~BAS So it turns out, since April, there have been two distinctive types of crashes. The unexplained SIGHUP, which we eventually tracked down to faulty logging configurations (now using SYSLOG instead of file logging), and an ongoing

Re: RSA SecurID Authentication

2007-12-12 Thread Brian A. Seklecki
On Wed, 2007-12-12 at 16:44 +, Arran Cudbard-Bell wrote: I think the easiest way would be just to proxy to the RSA RADIUS Server I do the exact same thing, except I use Entrust IdentityGuard RADIUS proxy. Entrust and FreeRadius are tied to OpenLDAP. Works well. Entrust++. ~BAS -

Re: Log Rotation

2007-05-18 Thread Brian A. Seklecki
Another solution would be to perform logging via syslog(3), which absolves radiusd from trapping and handling signals and file handlers. Syslog-ng already does this very well -- why duplicate all of that code? ~BAS On Fri, 2007-05-18 at 14:57 +0200, Jack J Allan wrote: On 5/18/07, Alan DeKok

Re: Fwd: clients linux

2007-10-24 Thread Brian A. Seklecki
On Mon, 22 Oct 2007 08:19:31 -0500 [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I want work with linux clients (fedora core 4), but how i do for that Google: pam_radius -- Brian A. Seklecki [EMAIL PROTECTED] - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

changing password_attribute

2005-11-15 Thread Brian A. Seklecki
Cisco AP1200 + OpenLDAP + MS-CHAPv2 + EAP configuration (WPA2, basically, right?) So obviously, everyone's userPassword attribute cannot be maintained in cleartext in the LDAP database. If I modify my schema and create a weakPassword attribute using the following template: #attributetype

Re: changing password_attribute

2005-11-15 Thread Brian A. Seklecki
-Type LDAP { eap } I'll explain later, my mind turns to mush whenever I try to troubleshoot this. ~BAS On Tue, 15 Nov 2005, Brian A. Seklecki wrote: Cisco AP1200 + OpenLDAP + MS-CHAPv2 + EAP configuration (WPA2, basically, right?) So obviously, everyone's userPassword

Re: Setup freeradius for intranet desktop client

2005-11-16 Thread Brian A. Seklecki
On Tue, 2005-11-15 at 22:59, mahesh luhar wrote: Dear All, I have installed radius server Version 1.0.5 on linux 9. I would like to use feeradius server following usage. (1) Intranet desktop client authentication for internet access with limited no of ports as outgoing destination

Re: FreeRadius EAP-TLS issue

2005-11-16 Thread Brian A. Seklecki
rlm_eap_tls: Received unexpected tunneled data after successful handshake. ...that's what I get when I try an invalid password in my EAP + Cisco 1200 + LDAP + PEAP/MS-CHAPv2 configuration. Let me ask...how is the client certificate method supposed to work? Is the username embeded the

Re: FreeRadius EAP-TLS issue

2005-11-16 Thread Brian A. Seklecki
Nov 2005, Hamid Salim wrote: It should not be asking/expecting any userid/password pair. I have installed the certificates on the supplicant machine which should be sufficient to authenticate without any password requirements. I am not sure why the certs are not working??? Brian A. Seklecki

Re: Expired system passwords are still authenticating

2005-11-17 Thread Brian A. Seklecki
Are you expiring passwords are expiring accounts? This doesn't apply to you, but maybe there's an equiv in linux: From FreeBSD pw(8) USER LOCKING The pw utility supports a simple password locking mechanism for users; it works by prepending the string `*LOCKED*' to the beginning of

Re: wireless+freeradius+AD

2005-11-18 Thread Brian A. Seklecki
If I want to use WPA with TKIP (or preferably AES) do I *have* to have a supplicant? Most hosts will be XP, WPA uses TKIP WPA2 uses AES Both use 802.1x/EAP with whatever cocktail of options you convolute. though there is a slim chance I may have to deal with others. Lastly, as I

RE: tool for testing machine authentication

2005-11-21 Thread Brian A. Seklecki
You're the 10th person to ask that question in as many days. Was there a major technology conference where someone extolled the importance of LDAP/RADIUS/AD integration? It is time for someone to step up and start writing some serious documentation. ~BAS On Mon, 21 Nov 2005, Robin

Re: rlm_sql_mysql on FreeBSD 5.4 - Segmentation fault at startup

2005-12-08 Thread Brian A. Seklecki
On Thu, 8 Dec 2005, Nicolas Baradakis wrote: Someone else managed to make MySQL work under FreeBSD. With that kind of cynicism flying around, someone is likely to have their feeling get hurt. ~BAS http://lists.freeradius.org/pipermail/freeradius-users/2005-October/047693.html - List

Re: Postgres

2005-12-08 Thread Brian A. Seklecki
On Wed, 7 Dec 2005, leunam atebro wrote: I am new to this freeradius server, can you give me some idea on how to authenticate freeradius in a postgres database? Also, I need sample configuration Working, tested, proven sample configuration files are [what this project is in] in desperate

rlm_ldap behavior: authorize v.s. authenticate

2005-12-09 Thread Brian A. Seklecki
From reading debug logs, am I correct in concluding that rlm_ldap's behavior: - when processing authorize{ } is to bind to the LDAP as the provided administrative DN and search for the DN of the user in the Access-Request packet - when processing authenticate{ } is to, if successful

Re: rlm_ldap behavior: authorize v.s. authenticate

2005-12-09 Thread Brian A. Seklecki
On Fri, 9 Dec 2005, Dusty Doris wrote: From reading debug logs, am I correct in concluding that rlm_ldap's Correct, as the default behavior? Sounds right to me. I have to ask then: If on the authorization stage, the module can read (and cache) the entire DN's attribute set (actually,

Re: rlm_ldap behavior: authorize v.s. authenticate

2005-12-21 Thread Brian A. Seklecki
to Authorization v.s. Authentication ~BAS On Fri, 9 Dec 2005, Alan DeKok wrote: Brian A. Seklecki [EMAIL PROTECTED] wrote: If on the authorization stage, the module can read (and cache) the entire DN's attribute set (actually, any DN in the LDAP), why does it need to use a re-connect as the user

Re: rlm_ldap filter problem

2005-12-21 Thread Brian A. Seklecki
Try to escape the / with \. I doubt it...but...you've got some non-standard characters in there. ~BAS On Mon, 5 Dec 2005, Norbert Wegener wrote: When I set my vars to the values below, ldapsearch succeeds: server=TDE002.mydomain.NET^M identity=[EMAIL PROTECTED]^M password=!QAY2wsx3edc4^M

Re: rlm_ldap filter problem

2005-12-21 Thread Brian A. Seklecki
See the message thread question on ldap_escape_func in rlm_ldap.c (author: Kostas Kalevras) on Dec 7 for more dicussion . On Wed, 21 Dec 2005, Brian A. Seklecki wrote: Try to escape the / with \. I doubt it...but...you've got some non-standard characters in there. ~BAS On Mon, 5 Dec