Removing domain prefix from login
Phil Mayers
p.mayers at imperial.ac.uk
Thu Nov 10 18:01:42 CET 2011
On 10/11/11 16:53, Alejandro Gandara wrote:
> # This configuration entry SHOULD NOT be used.
> # See the "realms" module for a better way to handle
> # NT domains.
> with_ntdomain_hack = yes
^^^
As per the docs. This config item should not be used, and is causing
things to break.
Set this back to "no". Edit the "proxy.conf" file and add:
realm OPTARE {
}
Then edit raddb/sites-enabled/<server> and add:
authorize {
preprocess
ntdomain
.... rest of config
}
More information about the Freeradius-Users
mailing list