Marcos Roberto Greiner wrote: > Hi, > > I'm trying to use FreeRadius with Realms (using the form [EMAIL PROTECTED]). > Basically, if a user uses [EMAIL PROTECTED], I want Radius to > authenticate locally. If it's @provider2.com, 3.com, etc, on other > servers listed in proxy.conf. > > The problem I'm having is that if a user adds no realm, only the user, > the server is autenticating locally. I wanted it to deny the > authentication. How should I proceed? > > Thank you very much, > > Roberto > > Ok , so you just want to Reject users who don't provide a realm ?
Then you would need an entry in the users file like this DEFAULT User-Name !~ "^([[:alnum:[EMAIL PROTECTED])@([[:alnum:].]+)$", Auth-Type := Reject --- Arran - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

