AJ Grinnell <[EMAIL PROTECTED]> wrote: > I am still having trouble finding a way to reject users who do not use > a realm. Googleing and man pages havent shown me anything yet. Any > ideas?
#--- DEFAULT Realm == NULL, Auth-Type := Reject #--- That should do it, I think. Or, #--- DEFAULT User-Name !~ ".*@", Auth-Type := Reject #--- Which will work if you have regexes, and all realms use "[EMAIL PROTECTED]". Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html