Velpi wrote:
> is it possible to configure an instant reject for a certain realm 

  Yes.

> (in proxy.conf)?

  No.

  The "proxy.conf" file defines realms, home servers, etc.  It contains
no directives for processing requests.

> I'd like to set this for the NULL realm to disable
> usernames without a suffix. (any other suggestion to accomplish this is
> welcomed too!)

  You can put this into the "authorize" section, after the "realm" modules:

        if (Realm == NULL) {
                reject
        }

  Alan DeKok.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to