September 2011
Beginner to intermediate
344 pages
8h 6m
English
The following steps demonstrate how to define a realm:
proxy.conf file located under the FreeRADIUS configuration directory:realm my-org.com {
}alice@my-org.com. Observe the output of the FreeRADIUS server. The following should be part of the output:[suffix] Looking up realm "my-org.com" for User-Name = "alice@my-org.com" [suffix] Found realm "my-org.com" [suffix] Adding Stripped-User-Name = "alice" [suffix] Adding Realm = "my-org.com" [suffix] Authentication realm is LOCAL. ++[suffix] returns ok
my-org.com realm to include the nostrip directive:realm my-org.com {
nostrip
}Read now
Unlock full access