Require realm suffix
Hi I have set up FreeRADIUS so that I am using the relam format username@suffix. I have succesfully got this working by adding the relevent realm to proxy.conf and setting authhost and acchost to LOCAL. Currently when someone logs without specifying a realm, they are still authenticated and I would like to know if it is possible to change this behavoir so that users must specify the realm suffix. Thanks Ben Thompson
Ben Thompson wrote:
I have set up FreeRADIUS so that I am using the relam format username@suffix. I have succesfully got this working by adding the relevent realm to proxy.conf and setting authhost and acchost to LOCAL. Currently when someone logs without specifying a realm, they are still authenticated and I would like to know if it is possible to change this behavoir so that users must specify the realm suffix.
Perhaps you could uncomment the realm "NULL" in proxy.conf and add in the users file: DEFAULT Realm == "NULL", Auth-Type := Reject -- Nicolas Baradakis
On Tue, 2005-09-06 at 10:49 +0200, Nicolas Baradakis wrote:
Ben Thompson wrote:
I have set up FreeRADIUS so that I am using the relam format username@suffix. I have succesfully got this working by adding the relevent realm to proxy.conf and setting authhost and acchost to LOCAL. Currently when someone logs without specifying a realm, they are still authenticated and I would like to know if it is possible to change this behavoir so that users must specify the realm suffix.
Perhaps you could uncomment the realm "NULL" in proxy.conf and add in the users file:
DEFAULT Realm == "NULL", Auth-Type := Reject
Hi That worked perfectly. Thanks Ben
participants (2)
-
Ben Thompson -
Nicolas Baradakis