Re: problems with ldap

2006-11-17 Thread Alan DeKok
"Marilene Lima" <[EMAIL PROTECTED]> wrote: > I am again. It's work with my mysql users. But, I have two databases and I > will have more. The first, mysql it's ok. But, after I installed every > softwares again, I can't authenticate now with my ldap users. It is the > error: rlm_unix: [ldapuser]: i

RE: Problems with LDAP

2005-06-09 Thread alfonso celestino
No,rlm_ldap* was not installed,How can I install it. Thanks very much for their answers!! --- "Mitchell, Michael J" <[EMAIL PROTECTED]> escribió: > Hi, > > Check /usr/local/radius/lib for rlm_ldap* to ensure > that rlm_ldap > actually built and was installed. > > Cheers, > Mike > > > > >

RE: Problems with LDAP

2005-06-08 Thread Mitchell, Michael J
Hi, Check /usr/local/radius/lib for rlm_ldap* to ensure that rlm_ldap actually built and was installed. Cheers, Mike > > Hello, > first, excuseme for my english > > I have freeradius running with EAP and PEAP authentication > very well, but i would like use Openldap like database, but > whe

Re: problems with ldap + ssl + eap-ttls

2004-04-14 Thread Michael Griego
On Wed, 2004-04-14 at 10:41, Alan DeKok wrote: > The alternative is to define OpenSSL locking functions, which > OpenSSL will call when it needs thread safety. The examples in > OpenSSL can be used as a start. Yeah, that's what I was really trying to say... s/callbacks/locking callbacks/ on my

Re: problems with ldap + ssl + eap-ttls

2004-04-14 Thread Alan DeKok
Michael Griego <[EMAIL PROTECTED]> wrote: > Has switching to OpenSSL thread-safe callbacks as opposed to protecting > OpenSSL calls with a mutex ever been explored? The issue is not thread-safe callbacks, but that the OpenSSL functions called by FreeRADIUS are not thread-safe. Protecting the

Re: problems with ldap + ssl + eap-ttls

2004-04-14 Thread Michael Griego
On Wed, 2004-04-14 at 10:16, Alan DeKok wrote: > I think this will require a few more patches to the server, as > OpenSSL isn't thread-safe (I don't know why...) Has switching to OpenSSL thread-safe callbacks as opposed to protecting OpenSSL calls with a mutex ever been explored? -- --Mike

Re: problems with ldap + ssl + eap-ttls

2004-04-14 Thread Alan DeKok
David Hart <[EMAIL PROTECTED]> wrote: > I remain where I was originally. If I use openssl from the RedHat > distribution as the default and mangle the Makefiles for eap-tls and > eap-ttls to use the newer libraries, eap and ldap authentication work > happily together, but I can't secure the ldap co

Re: problems with ldap + ssl + eap-ttls

2004-04-13 Thread David Hart
[EMAIL PROTECTED] 4/9/2004 9:37:16 PM >>> >David Hart <[EMAIL PROTECTED]> wrote: >> I assume this is due to an openssl problem, so as an experiment I >> compiled freeradius to use the current openssl libraries for all modules >> (configure --with-openssl-libraries=... --with-openssl-includes=.

Re: problems with ldap + ssl + eap-ttls

2004-04-09 Thread Alan DeKok
David Hart <[EMAIL PROTECTED]> wrote: > environment: > latest freeradius from CVS ... > By installing a modern openssl and following the instructions at > http://www.missl.cs.umd.edu/wireless/eaptls I was able to compile > freeradius to support EAP-TTLS. The EAP-TLS and EAP-TTLS Makefiles are > adj