11 Aug
2019
11 Aug
'19
7:45 a.m.
On Aug 11, 2019, at 4:04 AM, Marek Des <desmarek1@gmail.com> wrote:
I need to handle to different realms: 1) realm: domain.tld, username: user@domain.tld, EAP + MSCHAPv2 + LDAP 2) realm: empty, username: user, EAP + MSCHAPv2 + LDAP
Please be *specific*. I have no idea what you mean by "handle different realms"
Do I need to run 2 different virtual servers (2x outer + 2x inner or 1x outer + 2x inner)?
To do WHAT? If you want to authenticate users from multiple domains at the same time, the server can do that. Just define all of the realms in proxy.conf. The server will figure it out, and will do the right thing. realm example.com { # empty == "my realm" } This is extensively documented in the proxy.conf file. Alan DeKok.