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
}