<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
Hello,<br>
<br>
I am having a problem getting LDAP authentication working on FreeRADIUS Version 3.0.0. The behaviour I am experiencing is that the server will send an Access-Accept message without doing any checking of credentials. I would expect to see an LDAP bind, but that
 does not occur. In the debug output, I see a FreeRadius preparing to proxy, but this never happens. I'm hoping that I've overlooked something simple, it has been a while since I've done a fresh install.<br>
<br>
Here are some relevant excerpts, followed by the startup debug and then a request.<br>
<br>
Any and all help is appreciated.<br>
<br>
raddb/proxy.conf:<br>
<br>
realm NULL {<br>
       virtual_server = captive_portal<br>
}<br>
<br>
sites-enabled/captive_portal:<br>
<br>
server captive_portal {<br>
<br>
       authorize {<br>
               uw.ldap<br>
       }<br>
<br>
       authenticate {<br>
               Auth-Type LDAP {<br>
                       uw.ldap<br>
               }<br>
       }<br>
<br>
}<br>
<br>
Starting debug output:<br>
<br>
FreeRADIUS Version 3.0.0, for host x86_64-unknown-linux-gnu, built on Jun 21 2012 at 16:59:04<br>
Copyright (C) 1999-2009 The FreeRADIUS server project and contributors. <br>
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A <br>
PARTICULAR PURPOSE. <br>
You may redistribute copies of FreeRADIUS under the terms of the <br>
GNU General Public License v2. <br>
<br>
Starting - reading configuration files ...<br>
including configuration file /etc/raddb/radiusd.conf<br>
including configuration file /etc/raddb/proxy.conf<br>
including configuration file /etc/raddb/clients.conf<br>
including files in directory /etc/raddb/mods-enabled/<br>
including configuration file /etc/raddb/mods-enabled/wimax<br>
including configuration file /etc/raddb/mods-enabled/mschap<br>
including configuration file /etc/raddb/mods-enabled/echo<br>
including configuration file /etc/raddb/mods-enabled/linelog<br>
including configuration file /etc/raddb/mods-enabled/exec<br>
including configuration file /etc/raddb/mods-enabled/soh<br>
including configuration file /etc/raddb/mods-enabled/chap<br>
including configuration file /etc/raddb/mods-enabled/realm<br>
including configuration file /etc/raddb/mods-enabled/inner-eap<br>
including configuration file /etc/raddb/mods-enabled/ntlm_auth<br>
including configuration file /etc/raddb/mods-enabled/always<br>
including configuration file /etc/raddb/mods-enabled/pap<br>
including configuration file /etc/raddb/mods-enabled/counter<br>
including configuration file /etc/raddb/mods-enabled/detail.log<br>
including configuration file /etc/raddb/mods-enabled/detail<br>
including configuration file /etc/raddb/mods-enabled/radutmp<br>
including configuration file /etc/raddb/mods-enabled/attr_filter<br>
including configuration file /etc/raddb/mods-enabled/digest<br>
including configuration file /etc/raddb/mods-enabled/dynamic_clients<br>
including configuration file /etc/raddb/mods-enabled/utf8<br>
including configuration file /etc/raddb/mods-enabled/eap<br>
including configuration file /etc/raddb/mods-enabled/expr<br>
including configuration file /etc/raddb/mods-enabled/sradutmp<br>
including configuration file /etc/raddb/mods-enabled/replicate<br>
including configuration file /etc/raddb/mods-enabled/attr_rewrite<br>
including configuration file /etc/raddb/mods-enabled/logintime<br>
including configuration file /etc/raddb/mods-enabled/checkval<br>
including configuration file /etc/raddb/mods-enabled/expiration<br>
including configuration file /etc/raddb/mods-enabled/ldap<br>
including configuration file /etc/raddb/mods-enabled/cui<br>
including configuration file /etc/raddb/mods-enabled/files<br>
including configuration file /etc/raddb/mods-enabled/unix<br>
including configuration file /etc/raddb/mods-enabled/passwd<br>
including configuration file /etc/raddb/mods-enabled/preprocess<br>
including configuration file /etc/raddb/mods-enabled/acct_unique<br>
including configuration file /etc/raddb/policy.conf<br>
including files in directory /etc/raddb/sites-enabled/<br>
including configuration file /etc/raddb/sites-enabled/default<br>
including configuration file /etc/raddb/sites-enabled/netid<br>
including configuration file /etc/raddb/sites-enabled/inner-tunnel<br>
including configuration file /etc/raddb/sites-enabled/captive_portal<br>
main {<br>
security {<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>allow_core_dumps = no<br>
}<br>
}<br>
including dictionary file /etc/raddb/dictionary<br>
main {<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>name = "radiusd"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>prefix = "/usr"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>localstatedir = "/var"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>sbindir = "/usr/sbin"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>logdir = "/var/log/radius"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>run_dir = "/var/run/radiusd"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>libdir = "/usr/lib64/freeradius"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>radacctdir = "/var/log/radius/radacct"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>hostname_lookups = no<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>max_request_time = 5<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>cleanup_delay = 5<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>max_requests = 128000<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>pidfile = "/var/run/radiusd/radiusd.pid"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>checkrad = "/usr/sbin/checkrad"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>debug_level = 0<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>proxy_requests = yes<br>
log {<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>stripped_names = no<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>auth = yes<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>auth_badpass = no<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>auth_goodpass = no<br>
}<br>
security {<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>max_attributes = 200<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>reject_delay = 1<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>status_server = yes<br>
}<br>
}<br>
radiusd: #### Loading Realms and Home Servers ####<br>
proxy server {<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>retry_delay = 5<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>retry_count = 3<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>default_fallback = no<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>dead_time = 120<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>wake_all_if_all_dead = no<br>
}<br>
home_server localhost {<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>ipaddr = 127.0.0.1<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>port = 1812<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>type = "auth"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>secret = "testing123"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>response_window = 20<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>max_outstanding = 65536<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>require_message_authenticator = yes<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>zombie_period = 40<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>status_check = "status-server"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>ping_interval = 30<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>check_interval = 30<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>num_answers_to_alive = 3<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>num_pings_to_alive = 3<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>revive_interval = 120<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>status_check_timeout = 4<br>
 coa {<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>irt = 2<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>mrt = 16<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>mrc = 5<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>mrd = 30<br>
 }<br>
 limit {<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>max_connections = 16<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>max_requests = 0<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>lifetime = 0<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>idle_timeout = 0<br>
 }<br>
}<br>
home_server_pool my_auth_failover {<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>type = fail-over<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>home_server = localhost<br>
}<br>
realm <a href="http://example.com/">example.com</a> {<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>auth_pool = my_auth_failover<br>
}<br>
<br>
realm NULL {<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>virtual_server = captive_portal<br>
}<br>
radiusd: #### Loading Clients ####<br>
client localhost {<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>ipaddr = 127.0.0.1<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>require_message_authenticator = no<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>secret = "testing123"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>nastype = "other"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>proto = "*"<br>
 limit {<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>max_connections = 16<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>lifetime = 0<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>idle_timeout = 30<br>
 }<br>
<br>
radiusd: #### Instantiating modules ####<br>
instantiate {<br>
Module: Linked to module rlm_exec<br>
Module: Instantiating module "exec" from file /etc/raddb/mods-enabled/exec<br>
 exec {<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>wait = no<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>input_pairs = "request"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>shell_escape = yes<br>
 }<br>
Module: Linked to module rlm_expr<br>
Module: Instantiating module "expr" from file /etc/raddb/mods-enabled/expr<br>
Module: Linked to module rlm_expiration<br>
Module: Instantiating module "expiration" from file /etc/raddb/mods-enabled/expiration<br>
 expiration {<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>reply-message = "Password Has Expired  "<br>
 }<br>
Module: Linked to module rlm_logintime<br>
Module: Instantiating module "logintime" from file /etc/raddb/mods-enabled/logintime<br>
 logintime {<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>reply-message = "You are calling outside your allowed timespan  "<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>minimum-timeout = 60<br>
 }<br>
}<br>
radiusd: #### Loading Virtual Servers ####<br>
server { # from file /etc/raddb/radiusd.conf<br>
modules {<br>
 Module: Creating Auth-Type = digest<br>
Module: Checking authenticate {...} for more modules to load<br>
Module: Linked to module rlm_pap<br>
Module: Instantiating module "pap" from file /etc/raddb/mods-enabled/pap<br>
 pap {<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>encryption_scheme = "auto"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>auto_header = no<br>
 }<br>
Module: Linked to module rlm_chap<br>
Module: Instantiating module "chap" from file /etc/raddb/mods-enabled/chap<br>
Module: Linked to module rlm_mschap<br>
Module: Instantiating module "mschap" from file /etc/raddb/mods-enabled/mschap<br>
 mschap {<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>use_mppe = yes<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>require_encryption = no<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>require_strong = no<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>with_ntdomain_hack = no<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>ntlm_auth = "/usr/bin/ntlm_auth --request-nt-key --username=%{%{Stripped-User-Name}:-%{%{User-Name}:-None}} --challenge=%{%{mschap:Challenge}:-00} --nt-response=%{%{mschap:NT-Response}:-<br>
  passchange {<br>
  }<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>allow_retry = yes<br>
 }<br>
Module: Linked to module rlm_digest<br>
Module: Instantiating module "digest" from file /etc/raddb/mods-enabled/digest<br>
Module: Linked to module rlm_unix<br>
Module: Instantiating module "unix" from file /etc/raddb/mods-enabled/unix<br>
 unix {<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>radwtmp = "/var/log/radius/radwtmp"<br>
 }<br>
Module: Linked to module rlm_eap<br>
Module: Instantiating module "eap" from file /etc/raddb/mods-enabled/eap<br>
 eap {<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>default_eap_type = "peap"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>timer_expire = 60<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>ignore_unknown_eap_types = no<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>cisco_accounting_username_bug = no<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>max_sessions = 4096<br>
 }<br>
Module: Linked to sub-module rlm_eap_md5<br>
Module: Instantiating eap-md5<br>
Module: Linked to sub-module rlm_eap_leap<br>
Module: Instantiating eap-leap<br>
Module: Linked to sub-module rlm_eap_gtc<br>
Module: Instantiating eap-gtc<br>
  gtc {<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>challenge = "Password: "<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>auth_type = "PAP"<br>
  }<br>
Module: Linked to sub-module rlm_eap_tls<br>
Module: Instantiating eap-tls<br>
  tls {<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>tls = "tls-common"<br>
  }<br>
  tls-config tls-common {<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>rsa_key_exchange = no<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>dh_key_exchange = yes<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>rsa_key_length = 512<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>dh_key_length = 512<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>verify_depth = 0<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>CA_path = "/etc/raddb/certs"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>pem_file_type = yes<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>private_key_file = "/etc/raddb/certs/server.pem"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>certificate_file = "/etc/raddb/certs/server.pem"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>CA_file = "/etc/raddb/certs/ca.pem"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>private_key_password = "whatever"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>dh_file = "/etc/raddb/certs/dh"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>random_file = "/etc/raddb/certs/random"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>fragment_size = 1024<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>include_length = yes<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>check_crl = no<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>cipher_list = "DEFAULT"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>make_cert_command = "/etc/raddb/certs/bootstrap"<br>
   cache {<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>enable = yes<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>lifetime = 24<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>max_entries = 10000<br>
   }<br>
   verify {<br>
   }<br>
   ocsp {<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>enable = no<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>override_cert_url = yes<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>url = "<a href="http://127.0.0.1/ocsp/">http://127.0.0.1/ocsp/</a>"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>use_nonce = yes<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>timeout = 0<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>softfail = yes<br>
   }<br>
  }<br>
Module: Linked to sub-module rlm_eap_peap<br>
Module: Instantiating eap-peap<br>
  peap {<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>tls = "tls-common"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>default_eap_type = "mschapv2"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>copy_request_to_tunnel = yes<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>use_tunneled_reply = yes<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>proxy_tunneled_request_as_eap = yes<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>virtual_server = "inner-tunnel"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>soh = no<br>
  }<br>
debug: Using cached TLS configuration from previous invocation<br>
Module: Linked to sub-module rlm_eap_mschapv2<br>
Module: Instantiating eap-mschapv2<br>
  mschapv2 {<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>with_ntdomain_hack = no<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>send_error = no<br>
  }<br>
Module: Checking authorize {...} for more modules to load<br>
Module: Linked to module rlm_preprocess<br>
Module: Instantiating module "preprocess" from file /etc/raddb/mods-enabled/preprocess<br>
 preprocess {<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>huntgroups = "/etc/raddb/huntgroups"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>hints = "/etc/raddb/hints"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>with_ascend_hack = no<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>ascend_channels_per_line = 23<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>with_ntdomain_hack = no<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>with_specialix_jetstream_hack = no<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>with_cisco_vsa_hack = no<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>with_alvarion_vsa_hack = no<br>
 }<br>
Module: Linked to module rlm_realm<br>
Module: Instantiating module "suffix" from file /etc/raddb/mods-enabled/realm<br>
 realm suffix {<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>format = "suffix"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>delimiter = "@"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>ignore_default = no<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>ignore_null = no<br>
 }<br>
Module: Linked to module rlm_files<br>
Module: Instantiating module "files" from file /etc/raddb/mods-enabled/files<br>
 files {<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>usersfile = "/etc/raddb/users"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>acctusersfile = "/etc/raddb/acct_users"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>preproxy_usersfile = "/etc/raddb/preproxy_users"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>compat = "no"<br>
 }<br>
Module: Checking preacct {...} for more modules to load<br>
Module: Loading virtual module acct_unique<br>
Module: Checking accounting {...} for more modules to load<br>
Module: Linked to module rlm_detail<br>
Module: Instantiating module "detail" from file /etc/raddb/mods-enabled/detail<br>
 detail {<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>detailfile = "/var/log/radius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/detail-%Y%m%d"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>header = "%t"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>detailperm = 384<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>dirperm = 493<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>locking = no<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>log_packet_header = no<br>
 }<br>
Module: Linked to module rlm_radutmp<br>
Module: Instantiating module "radutmp" from file /etc/raddb/mods-enabled/radutmp<br>
 radutmp {<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>filename = "/var/log/radius/radutmp"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>username = "%{User-Name}"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>case_sensitive = yes<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>check_with_nas = yes<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>perm = 384<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>callerid = yes<br>
 }<br>
Module: Linked to module rlm_attr_filter<br>
Module: Instantiating module "attr_filter.accounting_response" from file /etc/raddb/mods-enabled/attr_filter<br>
 attr_filter attr_filter.accounting_response {<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>attrsfile = "/etc/raddb/attrs.accounting_response"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>key = "%{User-Name}"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>relaxed = no<br>
 }<br>
Module: Checking session {...} for more modules to load<br>
Module: Checking post-proxy {...} for more modules to load<br>
Module: Checking post-auth {...} for more modules to load<br>
Module: Loading virtual module remove_reply_message_if_eap<br>
Module: Linked to module rlm_always<br>
Module: Instantiating module "noop" from file /etc/raddb/mods-enabled/always<br>
 always noop {<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>rcode = "noop"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>simulcount = 0<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>mpp = no<br>
 }<br>
Module: Instantiating module "attr_filter.access_reject" from file /etc/raddb/mods-enabled/attr_filter<br>
 attr_filter attr_filter.access_reject {<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>attrsfile = "/etc/raddb/attrs.access_reject"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>key = "%{User-Name}"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>relaxed = no<br>
 }<br>
Module: Loading virtual module remove_reply_message_if_eap<br>
} # modules<br>
} # server<br>
server netid { # from file /etc/raddb/sites-enabled/netid<br>
modules {<br>
 Module: Creating Auth-Type = LDAP<br>
Module: Checking authenticate {...} for more modules to load<br>
Module: Linked to module rlm_ldap<br>
Module: Instantiating module "netid1.ldap" from file /etc/raddb/mods-enabled/ldap<br>
 ldap netid1.ldap {<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>server = "<redacted>"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>port = 389<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>password = "<redacted>"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>identity = "<redacted>"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>net_timeout = 5<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>timeout = 4<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>timelimit = 3<br>
/etc/raddb/mods-enabled/ldap[234]: "tls_mode" is deprecated.  Please replace it with the up-to-date configuration<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>tls_mode = no<br>
/etc/raddb/mods-enabled/ldap[234]: "start_tls" is deprecated.  Please replace it with the up-to-date configuration<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>start_tls = no<br>
/etc/raddb/mods-enabled/ldap[234]: "tls_require_cert" is deprecated.  Please replace it with the up-to-date configuration<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>tls_require_cert = "allow"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>basedn = "<redacted>"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>filter = "(uid=%{%{Stripped-User-Name}:-%{User-Name}})"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>base_filter = "(objectclass=radiusprofile)"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>password_attribute = "userPassword"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>access_attr_used_for_allow = yes<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>groupname_attribute = "cn"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>groupmembership_filter = "(|(&(objectClass=GroupOfNames)(member=%{Ldap-UserDn}))(&(objectClass=GroupOfUniqueNames)(uniquemember=%{Ldap-UserDn})))"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>dictionary_mapping = "/etc/raddb/ldap.attrmap"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>ldap_debug = 0<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>ldap_connections_number = 5<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>compare_check_items = no<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>do_xlat = yes<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>set_auth_type = yes<br>
 }<br>
rlm_ldap: Registering ldap_groupcmp for Ldap-Group<br>
rlm_ldap: Creating new attribute netid1.ldap-Ldap-Group<br>
rlm_ldap: Registering ldap_groupcmp for netid1.ldap-Ldap-Group<br>
rlm_ldap: Registering ldap_xlat with xlat_name netid1.ldap<br>
rlm_ldap: reading ldap<->radius mappings from file /etc/raddb/ldap.attrmap<br>
rlm_ldap: LDAP radiusCheckItem mapped to RADIUS $GENERIC$<br>
rlm_ldap: LDAP radiusReplyItem mapped to RADIUS $GENERIC$<br>
rlm_ldap: LDAP radiusAuthType mapped to RADIUS Auth-Type<br>
rlm_ldap: LDAP radiusSimultaneousUse mapped to RADIUS Simultaneous-Use<br>
rlm_ldap: LDAP radiusCalledStationId mapped to RADIUS Called-Station-Id<br>
rlm_ldap: LDAP radiusCallingStationId mapped to RADIUS Calling-Station-Id<br>
rlm_ldap: LDAP lmPassword mapped to RADIUS LM-Password<br>
rlm_ldap: LDAP ntPassword mapped to RADIUS NT-Password<br>
rlm_ldap: LDAP sambaLmPassword mapped to RADIUS LM-Password<br>
rlm_ldap: LDAP sambaNtPassword mapped to RADIUS NT-Password<br>
rlm_ldap: LDAP dBCSPwd mapped to RADIUS LM-Password<br>
rlm_ldap: LDAP userPassword mapped to RADIUS Password-With-Header<br>
rlm_ldap: LDAP acctFlags mapped to RADIUS SMB-Account-CTRL-TEXT<br>
rlm_ldap: LDAP radiusExpiration mapped to RADIUS Expiration<br>
rlm_ldap: LDAP radiusNASIpAddress mapped to RADIUS NAS-IP-Address<br>
rlm_ldap: LDAP userPassword mapped to RADIUS Password-With-Header<br>
rlm_ldap: LDAP radiusServiceType mapped to RADIUS Service-Type<br>
rlm_ldap: LDAP radiusFramedProtocol mapped to RADIUS Framed-Protocol<br>
rlm_ldap: LDAP radiusFramedIPAddress mapped to RADIUS Framed-IP-Address<br>
rlm_ldap: LDAP radiusFramedIPNetmask mapped to RADIUS Framed-IP-Netmask<br>
rlm_ldap: LDAP radiusFramedRoute mapped to RADIUS Framed-Route<br>
rlm_ldap: LDAP radiusFramedRouting mapped to RADIUS Framed-Routing<br>
rlm_ldap: LDAP radiusFilterId mapped to RADIUS Filter-Id<br>
rlm_ldap: LDAP radiusFramedMTU mapped to RADIUS Framed-MTU<br>
rlm_ldap: LDAP radiusFramedCompression mapped to RADIUS Framed-Compression<br>
rlm_ldap: LDAP radiusLoginIPHost mapped to RADIUS Login-IP-Host<br>
rlm_ldap: LDAP radiusLoginService mapped to RADIUS Login-Service<br>
rlm_ldap: LDAP radiusLoginTCPPort mapped to RADIUS Login-TCP-Port<br>
rlm_ldap: LDAP radiusCallbackNumber mapped to RADIUS Callback-Number<br>
rlm_ldap: LDAP radiusCallbackId mapped to RADIUS Callback-Id<br>
rlm_ldap: LDAP radiusFramedIPXNetwork mapped to RADIUS Framed-IPX-Network<br>
rlm_ldap: LDAP radiusClass mapped to RADIUS Class<br>
rlm_ldap: LDAP radiusSessionTimeout mapped to RADIUS Session-Timeout<br>
rlm_ldap: LDAP radiusIdleTimeout mapped to RADIUS Idle-Timeout<br>
rlm_ldap: LDAP radiusTerminationAction mapped to RADIUS Termination-Action<br>
rlm_ldap: LDAP radiusLoginLATService mapped to RADIUS Login-LAT-Service<br>
rlm_ldap: LDAP radiusLoginLATNode mapped to RADIUS Login-LAT-Node<br>
rlm_ldap: LDAP radiusLoginLATGroup mapped to RADIUS Login-LAT-Group<br>
rlm_ldap: LDAP radiusFramedAppleTalkLink mapped to RADIUS Framed-AppleTalk-Link<br>
rlm_ldap: LDAP radiusFramedAppleTalkNetwork mapped to RADIUS Framed-AppleTalk-Network<br>
rlm_ldap: LDAP radiusFramedAppleTalkZone mapped to RADIUS Framed-AppleTalk-Zone<br>
rlm_ldap: LDAP radiusPortLimit mapped to RADIUS Port-Limit<br>
rlm_ldap: LDAP radiusLoginLATPort mapped to RADIUS Login-LAT-Port<br>
rlm_ldap: LDAP radiusReplyMessage mapped to RADIUS Reply-Message<br>
rlm_ldap: LDAP radiusTunnelType mapped to RADIUS Tunnel-Type<br>
rlm_ldap: LDAP radiusTunnelMediumType mapped to RADIUS Tunnel-Medium-Type<br>
rlm_ldap: LDAP radiusTunnelPrivateGroupId mapped to RADIUS Tunnel-Private-Group-Id<br>
conns: 0x1c37530<br>
Module: Instantiating module "netid2.ldap" from file /etc/raddb/mods-enabled/ldap<br>
 ldap netid2.ldap {<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>server = "<redacted>"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>port = 389<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>password = "<redacted>"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>identity = "<redacted>"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>net_timeout = 5<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>timeout = 4<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>timelimit = 3<br>
/etc/raddb/mods-enabled/ldap[257]: "tls_mode" is deprecated.  Please replace it with the up-to-date configuration<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>tls_mode = no<br>
/etc/raddb/mods-enabled/ldap[257]: "start_tls" is deprecated.  Please replace it with the up-to-date configuration<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>start_tls = no<br>
/etc/raddb/mods-enabled/ldap[257]: "tls_require_cert" is deprecated.  Please replace it with the up-to-date configuration<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>tls_require_cert = "allow"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>basedn = "<redacted>"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>filter = "(uid=%{%{Stripped-User-Name}:-%{User-Name}})"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>base_filter = "(objectclass=radiusprofile)"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>password_attribute = "userPassword"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>access_attr_used_for_allow = yes<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>groupname_attribute = "cn"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>groupmembership_filter = "(|(&(objectClass=GroupOfNames)(member=%{Ldap-UserDn}))(&(objectClass=GroupOfUniqueNames)(uniquemember=%{Ldap-UserDn})))"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>dictionary_mapping = "/etc/raddb/ldap.attrmap"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>ldap_debug = 0<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>ldap_connections_number = 5<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>compare_check_items = no<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>do_xlat = yes<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>set_auth_type = yes<br>
 }<br>
rlm_ldap: Registering ldap_groupcmp for Ldap-Group<br>
rlm_ldap: Creating new attribute netid2.ldap-Ldap-Group<br>
rlm_ldap: Registering ldap_groupcmp for netid2.ldap-Ldap-Group<br>
rlm_ldap: Registering ldap_xlat with xlat_name netid2.ldap<br>
rlm_ldap: reading ldap<->radius mappings from file /etc/raddb/ldap.attrmap<br>
rlm_ldap: LDAP radiusCheckItem mapped to RADIUS $GENERIC$<br>
rlm_ldap: LDAP radiusReplyItem mapped to RADIUS $GENERIC$<br>
rlm_ldap: LDAP radiusAuthType mapped to RADIUS Auth-Type<br>
rlm_ldap: LDAP radiusSimultaneousUse mapped to RADIUS Simultaneous-Use<br>
rlm_ldap: LDAP radiusCalledStationId mapped to RADIUS Called-Station-Id<br>
rlm_ldap: LDAP radiusCallingStationId mapped to RADIUS Calling-Station-Id<br>
rlm_ldap: LDAP lmPassword mapped to RADIUS LM-Password<br>
rlm_ldap: LDAP ntPassword mapped to RADIUS NT-Password<br>
rlm_ldap: LDAP sambaLmPassword mapped to RADIUS LM-Password<br>
rlm_ldap: LDAP sambaNtPassword mapped to RADIUS NT-Password<br>
rlm_ldap: LDAP dBCSPwd mapped to RADIUS LM-Password<br>
rlm_ldap: LDAP userPassword mapped to RADIUS Password-With-Header<br>
rlm_ldap: LDAP acctFlags mapped to RADIUS SMB-Account-CTRL-TEXT<br>
rlm_ldap: LDAP radiusExpiration mapped to RADIUS Expiration<br>
rlm_ldap: LDAP radiusNASIpAddress mapped to RADIUS NAS-IP-Address<br>
rlm_ldap: LDAP userPassword mapped to RADIUS Password-With-Header<br>
rlm_ldap: LDAP radiusServiceType mapped to RADIUS Service-Type<br>
rlm_ldap: LDAP radiusFramedProtocol mapped to RADIUS Framed-Protocol<br>
rlm_ldap: LDAP radiusFramedIPAddress mapped to RADIUS Framed-IP-Address<br>
rlm_ldap: LDAP radiusFramedIPNetmask mapped to RADIUS Framed-IP-Netmask<br>
rlm_ldap: LDAP radiusFramedRoute mapped to RADIUS Framed-Route<br>
rlm_ldap: LDAP radiusFramedRouting mapped to RADIUS Framed-Routing<br>
rlm_ldap: LDAP radiusFilterId mapped to RADIUS Filter-Id<br>
rlm_ldap: LDAP radiusFramedMTU mapped to RADIUS Framed-MTU<br>
rlm_ldap: LDAP radiusFramedCompression mapped to RADIUS Framed-Compression<br>
rlm_ldap: LDAP radiusLoginIPHost mapped to RADIUS Login-IP-Host<br>
rlm_ldap: LDAP radiusLoginService mapped to RADIUS Login-Service<br>
rlm_ldap: LDAP radiusLoginTCPPort mapped to RADIUS Login-TCP-Port<br>
rlm_ldap: LDAP radiusCallbackNumber mapped to RADIUS Callback-Number<br>
rlm_ldap: LDAP radiusCallbackId mapped to RADIUS Callback-Id<br>
rlm_ldap: LDAP radiusFramedIPXNetwork mapped to RADIUS Framed-IPX-Network<br>
rlm_ldap: LDAP radiusClass mapped to RADIUS Class<br>
rlm_ldap: LDAP radiusSessionTimeout mapped to RADIUS Session-Timeout<br>
rlm_ldap: LDAP radiusIdleTimeout mapped to RADIUS Idle-Timeout<br>
rlm_ldap: LDAP radiusTerminationAction mapped to RADIUS Termination-Action<br>
rlm_ldap: LDAP radiusLoginLATService mapped to RADIUS Login-LAT-Service<br>
rlm_ldap: LDAP radiusLoginLATNode mapped to RADIUS Login-LAT-Node<br>
rlm_ldap: LDAP radiusLoginLATGroup mapped to RADIUS Login-LAT-Group<br>
rlm_ldap: LDAP radiusFramedAppleTalkLink mapped to RADIUS Framed-AppleTalk-Link<br>
rlm_ldap: LDAP radiusFramedAppleTalkNetwork mapped to RADIUS Framed-AppleTalk-Network<br>
rlm_ldap: LDAP radiusFramedAppleTalkZone mapped to RADIUS Framed-AppleTalk-Zone<br>
rlm_ldap: LDAP radiusPortLimit mapped to RADIUS Port-Limit<br>
rlm_ldap: LDAP radiusLoginLATPort mapped to RADIUS Login-LAT-Port<br>
rlm_ldap: LDAP radiusReplyMessage mapped to RADIUS Reply-Message<br>
rlm_ldap: LDAP radiusTunnelType mapped to RADIUS Tunnel-Type<br>
rlm_ldap: LDAP radiusTunnelMediumType mapped to RADIUS Tunnel-Medium-Type<br>
rlm_ldap: LDAP radiusTunnelPrivateGroupId mapped to RADIUS Tunnel-Private-Group-Id<br>
conns: 0x1c39a30<br>
Module: Checking authorize {...} for more modules to load<br>
} # modules<br>
} # server<br>
server inner-tunnel { # from file /etc/raddb/sites-enabled/inner-tunnel<br>
modules {<br>
Module: Checking authenticate {...} for more modules to load<br>
Module: Checking authorize {...} for more modules to load<br>
Module: Checking session {...} for more modules to load<br>
Module: Checking post-proxy {...} for more modules to load<br>
Module: Checking post-auth {...} for more modules to load<br>
} # modules<br>
} # server<br>
server captive_portal { # from file /etc/raddb/sites-enabled/captive_portal<br>
modules {<br>
Module: Checking authenticate {...} for more modules to load<br>
Module: Instantiating module "uw.ldap" from file /etc/raddb/mods-enabled/ldap<br>
 ldap uw.ldap {<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>server = "<redacted>"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>port = 389<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>password = "<redacted>"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>identity = "<redacted>"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>net_timeout = 5<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>timeout = 4<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>timelimit = 3<br>
/etc/raddb/mods-enabled/ldap[206]: "tls_mode" is deprecated.  Please replace it with the up-to-date configuration<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>tls_mode = no<br>
/etc/raddb/mods-enabled/ldap[206]: "start_tls" is deprecated.  Please replace it with the up-to-date configuration<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>start_tls = no<br>
/etc/raddb/mods-enabled/ldap[206]: "tls_require_cert" is deprecated.  Please replace it with the up-to-date configuration<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>tls_require_cert = "allow"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>basedn = "<redacted>"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>filter = "(samaccountname=%{%{Stripped-User-Name}:-%{User-Name}})"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>base_filter = "(objectclass=radiusprofile)"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>password_attribute = "userPassword"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>access_attr_used_for_allow = yes<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>groupname_attribute = "cn"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>groupmembership_filter = "(memberof=%{control:Ldap-UserDn})(&(objectClass=GroupOfUniqueNames)(uniquemember=%{control:Ldap-UserDn}))"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>groupmembership_attribute = "memberof"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>dictionary_mapping = "/etc/raddb/ldap.attrmap"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>ldap_debug = 0<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>ldap_connections_number = 5<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>compare_check_items = no<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>do_xlat = yes<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>set_auth_type = yes<br>
 }<br>
rlm_ldap: Registering ldap_groupcmp for Ldap-Group<br>
rlm_ldap: Creating new attribute uw.ldap-Ldap-Group<br>
rlm_ldap: Registering ldap_groupcmp for uw.ldap-Ldap-Group<br>
rlm_ldap: Registering ldap_xlat with xlat_name uw.ldap<br>
rlm_ldap: reading ldap<->radius mappings from file /etc/raddb/ldap.attrmap<br>
rlm_ldap: LDAP radiusCheckItem mapped to RADIUS $GENERIC$<br>
rlm_ldap: LDAP radiusReplyItem mapped to RADIUS $GENERIC$<br>
rlm_ldap: LDAP radiusAuthType mapped to RADIUS Auth-Type<br>
rlm_ldap: LDAP radiusSimultaneousUse mapped to RADIUS Simultaneous-Use<br>
rlm_ldap: LDAP radiusCalledStationId mapped to RADIUS Called-Station-Id<br>
rlm_ldap: LDAP radiusCallingStationId mapped to RADIUS Calling-Station-Id<br>
rlm_ldap: LDAP lmPassword mapped to RADIUS LM-Password<br>
rlm_ldap: LDAP ntPassword mapped to RADIUS NT-Password<br>
rlm_ldap: LDAP sambaLmPassword mapped to RADIUS LM-Password<br>
rlm_ldap: LDAP sambaNtPassword mapped to RADIUS NT-Password<br>
rlm_ldap: LDAP dBCSPwd mapped to RADIUS LM-Password<br>
rlm_ldap: LDAP userPassword mapped to RADIUS Password-With-Header<br>
rlm_ldap: LDAP acctFlags mapped to RADIUS SMB-Account-CTRL-TEXT<br>
rlm_ldap: LDAP radiusExpiration mapped to RADIUS Expiration<br>
rlm_ldap: LDAP radiusNASIpAddress mapped to RADIUS NAS-IP-Address<br>
rlm_ldap: LDAP userPassword mapped to RADIUS Password-With-Header<br>
rlm_ldap: LDAP radiusServiceType mapped to RADIUS Service-Type<br>
rlm_ldap: LDAP radiusFramedProtocol mapped to RADIUS Framed-Protocol<br>
rlm_ldap: LDAP radiusFramedIPAddress mapped to RADIUS Framed-IP-Address<br>
rlm_ldap: LDAP radiusFramedIPNetmask mapped to RADIUS Framed-IP-Netmask<br>
rlm_ldap: LDAP radiusFramedRoute mapped to RADIUS Framed-Route<br>
rlm_ldap: LDAP radiusFramedRouting mapped to RADIUS Framed-Routing<br>
rlm_ldap: LDAP radiusFilterId mapped to RADIUS Filter-Id<br>
rlm_ldap: LDAP radiusFramedMTU mapped to RADIUS Framed-MTU<br>
rlm_ldap: LDAP radiusFramedCompression mapped to RADIUS Framed-Compression<br>
rlm_ldap: LDAP radiusLoginIPHost mapped to RADIUS Login-IP-Host<br>
rlm_ldap: LDAP radiusLoginService mapped to RADIUS Login-Service<br>
rlm_ldap: LDAP radiusLoginTCPPort mapped to RADIUS Login-TCP-Port<br>
rlm_ldap: LDAP radiusCallbackNumber mapped to RADIUS Callback-Number<br>
rlm_ldap: LDAP radiusCallbackId mapped to RADIUS Callback-Id<br>
rlm_ldap: LDAP radiusFramedIPXNetwork mapped to RADIUS Framed-IPX-Network<br>
rlm_ldap: LDAP radiusClass mapped to RADIUS Class<br>
rlm_ldap: LDAP radiusSessionTimeout mapped to RADIUS Session-Timeout<br>
rlm_ldap: LDAP radiusIdleTimeout mapped to RADIUS Idle-Timeout<br>
rlm_ldap: LDAP radiusTerminationAction mapped to RADIUS Termination-Action<br>
rlm_ldap: LDAP radiusLoginLATService mapped to RADIUS Login-LAT-Service<br>
rlm_ldap: LDAP radiusLoginLATNode mapped to RADIUS Login-LAT-Node<br>
rlm_ldap: LDAP radiusLoginLATGroup mapped to RADIUS Login-LAT-Group<br>
rlm_ldap: LDAP radiusFramedAppleTalkLink mapped to RADIUS Framed-AppleTalk-Link<br>
rlm_ldap: LDAP radiusFramedAppleTalkNetwork mapped to RADIUS Framed-AppleTalk-Network<br>
rlm_ldap: LDAP radiusFramedAppleTalkZone mapped to RADIUS Framed-AppleTalk-Zone<br>
rlm_ldap: LDAP radiusPortLimit mapped to RADIUS Port-Limit<br>
rlm_ldap: LDAP radiusLoginLATPort mapped to RADIUS Login-LAT-Port<br>
rlm_ldap: LDAP radiusReplyMessage mapped to RADIUS Reply-Message<br>
rlm_ldap: LDAP radiusTunnelType mapped to RADIUS Tunnel-Type<br>
rlm_ldap: LDAP radiusTunnelMediumType mapped to RADIUS Tunnel-Medium-Type<br>
rlm_ldap: LDAP radiusTunnelPrivateGroupId mapped to RADIUS Tunnel-Private-Group-Id<br>
conns: 0x1c3cd80<br>
Module: Checking authorize {...} for more modules to load<br>
} # modules<br>
} # server<br>
radiusd: #### Opening IP addresses and Ports ####<br>
listen {<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>type = "auth"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>ipaddr = *<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>port = 0<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>max_pps = 0<br>
}<br>
listen {<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>type = "acct"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>ipaddr = *<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>port = 0<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>max_pps = 0<br>
}<br>
listen {<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>type = "auth"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>ipaddr = 127.0.0.1<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>port = 18120<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>max_pps = 0<br>
}<br>
Listening on authentication address * port 1812<br>
Listening on accounting address * port 1813<br>
Listening on authentication address 127.0.0.1 port 18120 as server inner-tunnel<br>
Opening new proxy address * port 1814<br>
Listening on proxy address * port 1814<br>
Ready to process requests.<br>
<br>
<br>
Request output:<br>
<br>
rad_recv: Access-Request packet from host 172.x.x.x port 33182, id=67, length=170<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>NAS-IP-Address = 172.x.x.x<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>NAS-Port = 0<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>NAS-Port-Type = Wireless-802.11<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>User-Name = "123"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>User-Password = "123"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>Calling-Station-Id = "<redacted>"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>Called-Station-Id = "<redacted>"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>Framed-IP-Address = 172.21.13.175<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>Service-Type = Login-User<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>Aruba-Essid-Name = "wireless"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>Aruba-Location-Id = "AP1"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>Aruba-AP-Group = "MC-std"<br>
<span class="Apple-tab-span" style="white-space: pre; "></span>Message-Authenticator = 0x44be431a401e9bd87f9afb5305eb49ce<br>
(0) # Executing section authorize from file /etc/raddb/sites-enabled/default<br>
(0)   group authorize {<br>
(0)  - entering group authorize {...}<br>
(0)   [preprocess] = ok<br>
(0)   [chap] = noop<br>
(0)   [mschap] = noop<br>
(0)   [digest] = noop<br>
(0) suffix : No '@' in User-Name = "123", looking up realm NULL<br>
(0) suffix : Found realm "NULL"<br>
(0) suffix : Adding Stripped-User-Name = "123"<br>
(0) suffix : Adding Realm = "NULL"<br>
(0) suffix : Proxying request from user 123 to realm NULL<br>
(0) suffix : Preparing to proxy authentication request to realm "NULL" <br>
(0)   [suffix] = updated<br>
(0) eap : No EAP-Message, not doing EAP<br>
(0)   [eap] = noop<br>
(0)   [files] = noop<br>
(0)   [expiration] = noop<br>
(0)   [logintime] = noop<br>
(0)   [pap] = noop<br>
(0)   WARNING: Empty pre-proxy section.  Using default return values.<br>
Proxying to virtual server captive_portal<br>
(0) # Executing section authorize from file /etc/raddb/sites-enabled/default<br>
(0)   group authorize {<br>
(0)  - entering group authorize {...}<br>
(0)   [preprocess] = ok<br>
(0)   [chap] = noop<br>
(0)   [mschap] = noop<br>
(0)   [digest] = noop<br>
(0) suffix : Proxy reply, or no User-Name.  Ignoring.<br>
(0)   [suffix] = ok<br>
(0)   [eap] = noop<br>
(0)   [files] = noop<br>
(0)   [expiration] = noop<br>
(0)   [logintime] = noop<br>
(0)   [pap] = noop<br>
(0) Auth-Type = Accept, accepting the user<br>
(0) Login OK: [123] (from client wn-wc-phy-211-a port 0 cli C8BCC8ED2768)<br>
(0) # Executing section post-auth from file /etc/raddb/sites-enabled/default<br>
(0)   group post-auth {<br>
(0)  - entering group post-auth {...}<br>
(0)   [exec] = noop<br>
(0)    policy remove_reply_message_if_eap {<br>
(0)   - entering policy remove_reply_message_if_eap {...}<br>
(0)    ? if (reply:EAP-Message && reply:Reply-Message)<br>
(0) ? Evaluating (reply:EAP-Message ) -> FALSE<br>
(0) ? Skipping (reply:Reply-Message)<br>
(0)    ? if (reply:EAP-Message && reply:Reply-Message) -> FALSE<br>
(0)     else else {<br>
(0)    - entering else else {...}<br>
(0)     [noop] = noop<br>
(0)    - else else returns noop<br>
(0)   - policy remove_reply_message_if_eap returns noop<br>
Sending Access-Accept of id 67 to 172.x.x.x port 33182<br>
(0) Finished request 0.
<div><br>
</div>
<div><br>
</div>
<div>This part confuses me:</div>
<div><br>
</div>
<div>Proxying to virtual server captive_portal<br>
(0) # Executing section authorize from file /etc/raddb/sites-enabled/default</div>
<div><br>
</div>
<div>
<div><br>
<div><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; ">Dave
 A.</span></div>
</div>
</div>
</body>
</html>