Hi I am testing Freeradius within an 802.1x environment. I want to send authentication request to 4 different AD DC's depending on the Domain sent from the client to the Authenticator. Can Freeradius forward request in this way? Dave
See proxy.conf. josh.
-----Original Message----- From: freeradius-users-bounces+josh.howlett=ja.net@lists.freeradius. org [mailto:freeradius-users-bounces+josh.howlett=ja.net@lists.fre eradius.org] On Behalf Of Dave Gibelli Sent: 11 December 2007 14:30 To: freeradius-users@lists.freeradius.org Subject: Freeradius and AD
Hi
I am testing Freeradius within an 802.1x environment.
I want to send authentication request to 4 different AD DC's depending on the Domain sent from the client to the Authenticator.
Can Freeradius forward request in this way?
Dave - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
JANET(UK) is a trading name of The JNT Association, a company limited by guarantee which is registered in England under No. 2881024 and whose Registered Office is at Lumen House, Library Avenue, Harwell Science and Innovation Campus, Didcot, Oxfordshire. OX11 0SG
i do the exact same thing like this. DEFAULT Prefix == "domainnameinputted", Strip-User-Name = No domain = "domainnameoutputted" then in my ntml_auth section: ntlm_auth = "/usr/bin/ntlm_auth --request-nt-key --domain=%{domain} --username=%{mschap:User-Name} --challenge=%{mschap:Challenge:-00} --nt-response=%{mschap:NT-Response:-00}" make sure you nake a dictionary attribute for "domain" as well. Joe Vieira UNIX Systems Administrator Clark University On Tuesday 11 December 2007 9:29:46 am Dave Gibelli wrote:
Hi
I am testing Freeradius within an 802.1x environment.
I want to send authentication request to 4 different AD DC's depending on the Domain sent from the client to the Authenticator.
Can Freeradius forward request in this way?
Dave - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Users file is the only place of these where something like that can go to. Ivan Kalik Kalik Informatika ISP Dana 15/12/2007, "Dave Gibelli" <dgibelli@googlemail.com> piše:
On 11/12/2007, joe vieira <jvieira@clarku.edu> wrote:
i do the exact same thing like this.
DEFAULT Prefix == "domainnameinputted", Strip-User-Name = No domain = "domainnameoutputted"
Where does this go? is it the users file, the radiusd.conf or the eap.conf file? - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (4)
-
Dave Gibelli -
joe vieira -
Josh Howlett -
tnt@kalik.co.yu