> Hi, > > On 30.07.2003 15:37, Dustin Doris wrote: > > > > Check out NULL in proxy.conf > > > > I know about NULL. > > "This realm is for requests which don't have an explicit realm > prefix or suffix. User names like "bob" will match this one." > > > > NULL means default proxy for every username and I have many realms.
NULL will proxy all users that do not have a realm. DEFAULT will proxy everyone else. If you are trying to proxy ALL non-realm users, then NULL will work. You will use DEFAULT for the rest of your realms that you don't define. > > That's not a solution. OK > > I have a workaround to the problem but would like more transparent solution. > > The main problem is that Freeradius is looking for realm delimiter to even consider > proxying (Alan, am I right?), so I'd like a mechanism to forward requests based only > on > username without realm delimiter. > So you are not trying to proxy all non-realm users? For example, you want to proxy for only the user bob? In the users file, you can add bob Proxy-To-Realm := "bobrealm" - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
