Re: [RADIATOR] PEAP/MSCHAPv2 auth fails with username@realm

2012-11-02 Thread Christopher Bongaarts
On 11/2/2012 2:02 PM, Heikki Vatiainen wrote: I just noticed you have EncryptedPasswordAttr in the LDAP config section. EncryptedPasswordAttr should used only for crypt(3) format hashes. Since you have NThashed passwords, you should use PasswordAttr. See the reference manual for details. If

Re: [RADIATOR] Loadbalancing requests from Proxy

2013-05-17 Thread Christopher Bongaarts
IIRC, this is the symptom we saw when our wireless controllers weren't returning all of the State attributes (see the thread from Neil at Iowa). For diagnosis, bump your Trace level up to 4 for a while, and observe the State attributes being sent and returned. On 5/17/2013 7:12 AM, Michael

Re: [RADIATOR] ipv6::: bind results in no match on IPv4 client

2013-06-27 Thread Christopher Bongaarts
On 6/27/2013 3:01 PM, Mueller, Jason C wrote: Quick summary again, when using ipv6::: and bindv6only set to 0: * Both IPv4 and IPv6 traffic gets to Radiator * IPv6 works with everything I have tried * IPv4 clients will not match on the proper client stanza, only the DEFAULT client stanza

[RADIATOR] If-then-else logic for AuthBy

2013-11-06 Thread Christopher Bongaarts
I have a need to handle multiple authentication methods which returns something like this: AuthBy LDAP2 if result = ACCEPT then AuthBy DUO else AuthBy RADIUS with the ultimate authentication result coming from either the DUO or RADIUS module. I tried to figure out a way to arrange

Re: [RADIATOR] If-then-else logic for AuthBy

2013-11-07 Thread Christopher Bongaarts
AuthBy LDAP2 AuthBy GROUP AuthByPolicy ContinueUntilAccept AuthBy DUO AuthBy RADIUS /AuthBy /AuthBy regards Hugh On 7 Nov 2013, at 08:51, Christopher Bongaarts c...@umn.edu

Re: [RADIATOR] If-then-else logic for AuthBy

2013-12-09 Thread Christopher Bongaarts
. This might be a good thing too? Thanks, Heikki On 11/07/2013 08:31 PM, Christopher Bongaarts wrote: That would seem to yield the effective logic: AuthBy LDAP2 if result = ACCEPT then AuthBy DUO if result != ACCEPT then AuthBy RADIUS endif endif which is not what

Re: [RADIATOR] Apple iOS 9 and OS X El Capitan

2015-07-30 Thread Christopher Bongaarts
On 7/24/2015 3:17 PM, David Zych wrote: so I installed the latest Net::SSLeay 1.70 from cpan and successfully got rid of the warnings. After I deployed these changes to production, we were pleasantly astonished to discover that El Capitan and iOS 9 clients were suddenly able to connect with

[RADIATOR] How to not set EAPTLS_CAFile

2016-03-09 Thread Christopher Bongaarts
For our PEAP and TTLS EAP methods, we don't use client certificates, so we'd like to avoid specifying an EAPTLS_CAFile (or CAPath) setting altogether. But if I omit it (or try something nefarious like EAPTLS_CAFile /dev/null), auth always fails with the error: ERR: TLS could not