EAP + TLS + Unix passwords

Andy Theuninck gohanman at gmail.com
Thu Nov 19 22:36:29 CET 2009


Apologies if it's bad form to reply to myself.

radtest didn't have any connection problems, so I just rebooted the AP
and that seemed to take care of it.

I realized I had a perfectly serviceable smbpassword file mirroring
/etc/shaddow and that seems to work just fine with MS-CHAP. Now, my
setup still doesn't *work*, but the debug output from radius sure
looks like it's accepting the username & password and sending back an
OK. So I think I have radius configured correctly.

If someone could confirm that, I'd really appreciate it. Then I can
move on to figuring out whether my client or my AP is the sticking
point.

Starting - reading configuration files ...
reread_config:  reading radiusd.conf
Config:   including file: /etc/raddb/proxy.conf
Config:   including file: /etc/raddb/clients.conf
Config:   including file: /etc/raddb/snmp.conf
Config:   including file: /etc/raddb/eap.conf
 main: prefix = "/usr"
 main: localstatedir = "/var"
 main: logdir = "/var/log/radius"
 main: libdir = "/usr/lib"
 main: radacctdir = "/var/log/radius/radacct"
 main: hostname_lookups = no
 main: snmp = no
 main: max_request_time = 30
 main: cleanup_delay = 5
 main: max_requests = 1024
 main: delete_blocked_requests = 0
 main: port = 0
 main: allow_core_dumps = no
 main: log_stripped_names = no
 main: log_file = "/var/log/radius/radius.log"
 main: log_auth = no
 main: log_auth_badpass = no
 main: log_auth_goodpass = no
 main: pidfile = "/var/run/radiusd/radiusd.pid"
 main: user = "radiusd"
 main: group = "radiusd"
 main: usercollide = no
 main: lower_user = "no"
 main: lower_pass = "no"
 main: nospace_user = "no"
 main: nospace_pass = "no"
 main: checkrad = "/usr/sbin/checkrad"
 main: proxy_requests = yes
 proxy: retry_delay = 5
 proxy: retry_count = 3
 proxy: synchronous = no
 proxy: default_fallback = yes
 proxy: dead_time = 120
 proxy: post_proxy_authorize = no
 proxy: wake_all_if_all_dead = no
 security: max_attributes = 200
 security: reject_delay = 1
 security: status_server = no
 main: debug_level = 0
read_config_files:  reading dictionary
read_config_files:  reading naslist
Using deprecated naslist file.  Support for this will go away soon.
read_config_files:  reading clients
read_config_files:  reading realms
radiusd:  entering modules setup
Module: Library search path is /usr/lib
Module: Loaded exec
 exec: wait = yes
 exec: program = "(null)"
 exec: input_pairs = "request"
 exec: output_pairs = "(null)"
 exec: packet_type = "(null)"
rlm_exec: Wait=yes but no output defined. Did you mean output=none?
Module: Instantiated exec (exec)
Module: Loaded expr
Module: Instantiated expr (expr)
Module: Loaded PAP
 pap: encryption_scheme = "crypt"
Module: Instantiated pap (pap)
Module: Loaded CHAP
Module: Instantiated chap (chap)
Module: Loaded MS-CHAP
 mschap: use_mppe = yes
 mschap: require_encryption = no
 mschap: require_strong = no
 mschap: with_ntdomain_hack = no
 mschap: passwd = "(null)"
 mschap: ntlm_auth = "(null)"
Module: Instantiated mschap (mschap)
Module: Loaded System
 unix: cache = no
 unix: passwd = "(null)"
 unix: shadow = "/etc/shadow"
 unix: group = "(null)"
 unix: radwtmp = "/var/log/radius/radwtmp"
 unix: usegroup = no
 unix: cache_reload = 600
Module: Instantiated unix (unix)
Module: Loaded eap
 eap: default_eap_type = "ttls"
 eap: timer_expire = 60
 eap: ignore_unknown_eap_types = no
 eap: cisco_accounting_username_bug = no
rlm_eap: Loaded and initialized type md5
rlm_eap: Loaded and initialized type leap
 gtc: challenge = "Password: "
 gtc: auth_type = "PAP"
rlm_eap: Loaded and initialized type gtc
 tls: rsa_key_exchange = no
 tls: dh_key_exchange = yes
 tls: rsa_key_length = 512
 tls: dh_key_length = 512
 tls: verify_depth = 0
 tls: CA_path = "(null)"
 tls: pem_file_type = yes
 tls: private_key_file = "/etc/raddb/certs/server_keycert.pem"
 tls: certificate_file = "/etc/raddb/certs/server_keycert.pem"
 tls: CA_file = "/etc/raddb/certs/cacert.pem"
 tls: private_key_password = "wfc610"
 tls: dh_file = "/etc/raddb/certs/dh"
 tls: random_file = "/etc/raddb/certs/random"
 tls: fragment_size = 1024
 tls: include_length = yes
 tls: check_crl = no
 tls: check_cert_cn = "(null)"
 tls: cipher_list = "(null)"
 tls: check_cert_issuer = "(null)"
rlm_eap_tls: Loading the certificate file as a chain
rlm_eap: Loaded and initialized type tls
 ttls: default_eap_type = "md5"
 ttls: copy_request_to_tunnel = no
 ttls: use_tunneled_reply = yes
rlm_eap: Loaded and initialized type ttls
 peap: default_eap_type = "md5"
 peap: copy_request_to_tunnel = no
 peap: use_tunneled_reply = no
 peap: proxy_tunneled_request_as_eap = yes
rlm_eap: Loaded and initialized type peap
 mschapv2: with_ntdomain_hack = no
rlm_eap: Loaded and initialized type mschapv2
Module: Instantiated eap (eap)
Module: Loaded preprocess
 preprocess: huntgroups = "/etc/raddb/huntgroups"
 preprocess: hints = "/etc/raddb/hints"
 preprocess: with_ascend_hack = no
 preprocess: ascend_channels_per_line = 23
 preprocess: with_ntdomain_hack = no
 preprocess: with_specialix_jetstream_hack = no
 preprocess: with_cisco_vsa_hack = no
 preprocess: with_alvarion_vsa_hack = no
Module: Instantiated preprocess (preprocess)
Module: Loaded realm
 realm: format = "suffix"
 realm: delimiter = "@"
 realm: ignore_default = no
 realm: ignore_null = no
Module: Instantiated realm (suffix)
Module: Loaded files
 files: usersfile = "/etc/raddb/users"
 files: acctusersfile = "/etc/raddb/acct_users"
 files: preproxy_usersfile = "/etc/raddb/preproxy_users"
 files: compat = "no"
Module: Instantiated files (files)
Module: Loaded passwd
 passwd: filename = "/etc/samba/smbpasswd"
 passwd: format = "*User-Name::LM-Password:NT-Password:SMB-Account-CTRL-TEXT::"
 passwd: authtype = "MS-CHAP"
 passwd: delimiter = ":"
 passwd: ignorenislike = no
 passwd: ignoreempty = yes
 passwd: allowmultiplekeys = no
 passwd: hashsize = 100
rlm_passwd: nfields: 7 keyfield 0(User-Name) listable: no
Module: Instantiated passwd (etc_smbpasswd)
Module: Loaded Acct-Unique-Session-Id
 acct_unique: key = "User-Name, Acct-Session-Id, NAS-IP-Address,
Client-IP-Address, NAS-Port"
Module: Instantiated acct_unique (acct_unique)
Module: Loaded detail
 detail: detailfile =
"/var/log/radius/radacct/%{Client-IP-Address}/detail-%Y%m%d"
 detail: detailperm = 384
 detail: dirperm = 493
 detail: locking = no
Module: Instantiated detail (detail)
Module: Loaded radutmp
 radutmp: filename = "/var/log/radius/radutmp"
 radutmp: username = "%{User-Name}"
 radutmp: case_sensitive = yes
 radutmp: check_with_nas = yes
 radutmp: perm = 384
 radutmp: callerid = yes
Module: Instantiated radutmp (radutmp)
Listening on authentication *:1812
Listening on accounting *:1813
Ready to process requests.
rad_recv: Access-Request packet from host 192.168.1.253:2048, id=0, length=121
	User-Name = "andy"
	NAS-IP-Address = 192.168.1.253
	Called-Station-Id = "00259c4ae06e"
	Calling-Station-Id = "001124a8759e"
	NAS-Identifier = "00259c4ae06e"
	NAS-Port = 3
	Framed-MTU = 1400
	NAS-Port-Type = Wireless-802.11
	EAP-Message = 0x0200000901616e6479
	Message-Authenticator = 0xccd77cb5f20b40f388d048046e148e2a
  Processing the authorize section of radiusd.conf
modcall: entering group authorize for request 0
  modcall[authorize]: module "preprocess" returns ok for request 0
  modcall[authorize]: module "chap" returns noop for request 0
  modcall[authorize]: module "mschap" returns noop for request 0
    rlm_realm: No '@' in User-Name = "andy", looking up realm NULL
    rlm_realm: No such realm "NULL"
  modcall[authorize]: module "suffix" returns noop for request 0
  rlm_eap: EAP packet type response id 0 length 9
  rlm_eap: No EAP Start, assuming it's an on-going EAP conversation
  modcall[authorize]: module "eap" returns updated for request 0
    users: Matched entry DEFAULT at line 152
  modcall[authorize]: module "files" returns ok for request 0
rlm_passwd: Added LM-Password: '<password hash removed>' to config_items
rlm_passwd: Added NT-Password: '<password hash removed>' to config_items
rlm_passwd: Added SMB-Account-CTRL-TEXT: '[U          ]' to config_items
rlm_passwd: Adding "Auth-Type = MS-CHAP"
  modcall[authorize]: module "etc_smbpasswd" returns ok for request 0
modcall: leaving group authorize (returns updated) for request 0
  rad_check_password:  Found Auth-Type EAP
auth: type "EAP"
  Processing the authenticate section of radiusd.conf
modcall: entering group authenticate for request 0
  rlm_eap: EAP Identity
  rlm_eap: processing type tls
  rlm_eap_tls: Initiate
  rlm_eap_tls: Start returned 1
  modcall[authenticate]: module "eap" returns handled for request 0
modcall: leaving group authenticate (returns handled) for request 0
Sending Access-Challenge of id 0 to 192.168.1.253 port 2048
	EAP-Message = 0x010100061520
	Message-Authenticator = 0x00000000000000000000000000000000
	State = 0xa097b623b4bfb85685ad1c8b1c8af2bf
Finished request 0
Going to the next request
--- Walking the entire request list ---
Waking up in 6 seconds...
rad_recv: Access-Request packet from host 192.168.1.253:2048, id=0, length=248
	User-Name = "andy"
	NAS-IP-Address = 192.168.1.253
	Called-Station-Id = "00259c4ae06e"
	Calling-Station-Id = "001124a8759e"
	NAS-Identifier = "00259c4ae06e"
	NAS-Port = 3
	Framed-MTU = 1400
	State = 0xa097b623b4bfb85685ad1c8b1c8af2bf
	NAS-Port-Type = Wireless-802.11
	EAP-Message = 0x0201007615800000006c16030100670100006303014b05b586837b23db71efea96169bd58c0de107eac4aa7e137df3426fdecc93a600003c002f000500040035000aff830009ff82000300080006ff8000320033003400380039003a0016001500140013001200110018001b001a0017001900010100
	Message-Authenticator = 0xa7c344260aadd1836e19aa2612f135e6
  Processing the authorize section of radiusd.conf
modcall: entering group authorize for request 1
  modcall[authorize]: module "preprocess" returns ok for request 1
  modcall[authorize]: module "chap" returns noop for request 1
  modcall[authorize]: module "mschap" returns noop for request 1
    rlm_realm: No '@' in User-Name = "andy", looking up realm NULL
    rlm_realm: No such realm "NULL"
  modcall[authorize]: module "suffix" returns noop for request 1
  rlm_eap: EAP packet type response id 1 length 118
  rlm_eap: No EAP Start, assuming it's an on-going EAP conversation
  modcall[authorize]: module "eap" returns updated for request 1
    users: Matched entry DEFAULT at line 152
  modcall[authorize]: module "files" returns ok for request 1
rlm_passwd: Added LM-Password: '<password hash removed>' to config_items
rlm_passwd: Added NT-Password: '<password hash removed>' to config_items
rlm_passwd: Added SMB-Account-CTRL-TEXT: '[U          ]' to config_items
rlm_passwd: Adding "Auth-Type = MS-CHAP"
  modcall[authorize]: module "etc_smbpasswd" returns ok for request 1
modcall: leaving group authorize (returns updated) for request 1
  rad_check_password:  Found Auth-Type EAP
auth: type "EAP"
  Processing the authenticate section of radiusd.conf
modcall: entering group authenticate for request 1
  rlm_eap: Request found, released from the list
  rlm_eap: EAP/ttls
  rlm_eap: processing type ttls
  rlm_eap_ttls: Authenticate
  rlm_eap_tls: processing TLS
rlm_eap_tls:  Length Included
  eaptls_verify returned 11
    (other): before/accept initialization
    TLS_accept: before/accept initialization
  rlm_eap_tls: <<< TLS 1.0 Handshake [length 0067], ClientHello
    TLS_accept: SSLv3 read client hello A
  rlm_eap_tls: >>> TLS 1.0 Handshake [length 004a], ServerHello
    TLS_accept: SSLv3 write server hello A
  rlm_eap_tls: >>> TLS 1.0 Handshake [length 02d5], Certificate
    TLS_accept: SSLv3 write certificate A
  rlm_eap_tls: >>> TLS 1.0 Handshake [length 0004], ServerHelloDone
    TLS_accept: SSLv3 write server done A
    TLS_accept: SSLv3 flush data
    TLS_accept:error in SSLv3 read client certificate A
rlm_eap: SSL error error:00000000:lib(0):func(0):reason(0)
In SSL Handshake Phase
In SSL Accept mode
  eaptls_process returned 13
  modcall[authenticate]: module "eap" returns handled for request 1
modcall: leaving group authenticate (returns handled) for request 1
Sending Access-Challenge of id 0 to 192.168.1.253 port 2048
	EAP-Message = 0x0102033c158000000332160301004a0200004603014b05b586918bd9ecdb6f76a912f587270f86b7d70f89bbc74644eddea8535dd820478025f65d7774224ba0f02a73f872a8e242349242681be2a2a444a809a91321002f0016030102d50b0002d10002ce0002cb308202c730820230a003020102020101300d06092a864886f70d010105050030819c310b300906035504061302555331123010060355040813094d696e6e65736f7461310f300d0603550407130644756c757468311a3018060355040a131157686f6c6520466f6f647320436f2d6f70310b3009060355040b13024954311a3018060355040313116b65792e7766636f2d6f702e73
	EAP-Message = 0x746f72653123302106092a864886f70d0109011614616e64794077686f6c65666f6f64732e636f6f70301e170d3039313131393136343233335a170d3130313131393136343233335a30819c310b300906035504061302555331123010060355040813094d696e6e65736f7461310f300d0603550407130644756c757468311a3018060355040a131157686f6c6520466f6f647320436f2d6f70310b3009060355040b13024954311a3018060355040313116b65792e7766636f2d6f702e73746f72653123302106092a864886f70d0109011614616e64794077686f6c65666f6f64732e636f6f7030819f300d06092a864886f70d010101050003818d
	EAP-Message = 0x0030818902818100ceb4a4fb86f56564028a26ab649e0171dfc8abb50743bf21b6d9e22ab77e0afd0de1aed7fae81b396e2fd7c4d07db77e653a731641c957224ccdce8801d95a020242abcef723423dd558979e1ff86d2a0196362a044fa32fb19fd86f0cda185047a95b809e02d63e6341fe20d4b75c6d6044b629df5c5b23719c0e5d51ffa7bf0203010001a317301530130603551d25040c300a06082b06010505070301300d06092a864886f70d0101050500038181004f719909d36a7bc310b00b17a46035f5627bb62b1b6b875b33a661c1b2c35688907b15631135ddb4910a6b5bb4d984da0864e346c6ce3120e2a8d64dd0914f206a4772e7
	EAP-Message = 0xcd98f134e933589c3482473b203a3316c45338e682e4045c77d488ef96d028214a5c7af7db17b0e5f84c678a25a9a11ef4a82f9eecb5a9408581b44416030100040e000000
	Message-Authenticator = 0x00000000000000000000000000000000
	State = 0x686b5b2c0ec68e8c646a08d6706ea385
Finished request 1
Going to the next request
Waking up in 6 seconds...
rad_recv: Access-Request packet from host 192.168.1.253:2048, id=0, length=338
	User-Name = "andy"
	NAS-IP-Address = 192.168.1.253
	Called-Station-Id = "00259c4ae06e"
	Calling-Station-Id = "001124a8759e"
	NAS-Identifier = "00259c4ae06e"
	NAS-Port = 3
	Framed-MTU = 1400
	State = 0x686b5b2c0ec68e8c646a08d6706ea385
	NAS-Port-Type = Wireless-802.11
	EAP-Message = 0x020200d01580000000c616030100861000008200801db6518ba788dfb1b120d4271ff14dea12b673102fb3a7ba0fa648d52b1390b98003166e833fba281e42c1aa491f776010de296291d8868d02995b3815fd3d0bb9077a161a88f5549725c7a9fbb945b24ae867b0fc588ece86e09cd4818dbc0b01d4f02a0879ed4958e328899690515414846b3e486a875f090d44e98ce2c5291403010001011603010030491ab1a14637105fb5b5f625a16dfa4f3bb30e3f307aad49e32b4a70b20190c4cf5a904269c9aaca1a43c79edd70d8a1
	Message-Authenticator = 0x2604129d69c98068dc4e84540c5d7a2c
  Processing the authorize section of radiusd.conf
modcall: entering group authorize for request 2
  modcall[authorize]: module "preprocess" returns ok for request 2
  modcall[authorize]: module "chap" returns noop for request 2
  modcall[authorize]: module "mschap" returns noop for request 2
    rlm_realm: No '@' in User-Name = "andy", looking up realm NULL
    rlm_realm: No such realm "NULL"
  modcall[authorize]: module "suffix" returns noop for request 2
  rlm_eap: EAP packet type response id 2 length 208
  rlm_eap: No EAP Start, assuming it's an on-going EAP conversation
  modcall[authorize]: module "eap" returns updated for request 2
    users: Matched entry DEFAULT at line 152
  modcall[authorize]: module "files" returns ok for request 2
rlm_passwd: Added LM-Password: '<password hash removed>' to config_items
rlm_passwd: Added NT-Password: '<password hash removed>' to config_items
rlm_passwd: Added SMB-Account-CTRL-TEXT: '[U          ]' to config_items
rlm_passwd: Adding "Auth-Type = MS-CHAP"
  modcall[authorize]: module "etc_smbpasswd" returns ok for request 2
modcall: leaving group authorize (returns updated) for request 2
  rad_check_password:  Found Auth-Type EAP
auth: type "EAP"
  Processing the authenticate section of radiusd.conf
modcall: entering group authenticate for request 2
  rlm_eap: Request found, released from the list
  rlm_eap: EAP/ttls
  rlm_eap: processing type ttls
  rlm_eap_ttls: Authenticate
  rlm_eap_tls: processing TLS
rlm_eap_tls:  Length Included
  eaptls_verify returned 11
  rlm_eap_tls: <<< TLS 1.0 Handshake [length 0086], ClientKeyExchange
    TLS_accept: SSLv3 read client key exchange A
  rlm_eap_tls: <<< TLS 1.0 ChangeCipherSpec [length 0001]
  rlm_eap_tls: <<< TLS 1.0 Handshake [length 0010], Finished
    TLS_accept: SSLv3 read finished A
  rlm_eap_tls: >>> TLS 1.0 ChangeCipherSpec [length 0001]
    TLS_accept: SSLv3 write change cipher spec A
  rlm_eap_tls: >>> TLS 1.0 Handshake [length 0010], Finished
    TLS_accept: SSLv3 write finished A
    TLS_accept: SSLv3 flush data
    (other): SSL negotiation finished successfully
rlm_eap: SSL error error:00000000:lib(0):func(0):reason(0)
SSL Connection Established
  eaptls_process returned 13
  modcall[authenticate]: module "eap" returns handled for request 2
modcall: leaving group authenticate (returns handled) for request 2
Sending Access-Challenge of id 0 to 192.168.1.253 port 2048
	EAP-Message = 0x0103004515800000003b14030100010116030100304037ecdfc92253e79739639f810abf88960b23bb35c9b17c24b585291f4561eaf77357a4ab2ad71b1ba7f7611a949966
	Message-Authenticator = 0x00000000000000000000000000000000
	State = 0x01f77064efc54ab3fd9bc10325c704ef
Finished request 2
Going to the next request
Waking up in 6 seconds...
rad_recv: Access-Request packet from host 192.168.1.253:2048, id=0, length=273
	User-Name = "andy"
	NAS-IP-Address = 192.168.1.253
	Called-Station-Id = "00259c4ae06e"
	Calling-Station-Id = "001124a8759e"
	NAS-Identifier = "00259c4ae06e"
	NAS-Port = 3
	Framed-MTU = 1400
	State = 0x01f77064efc54ab3fd9bc10325c704ef
	NAS-Port-Type = Wireless-802.11
	EAP-Message = 0x0203008f1580000000851703010080056f42e77b2c0eb030a50898ca4ee5dc864cb8d2b630894f273ea531f88d6c36171f922eb5c3d805a91cebd88da2da04e0b7535b7e7b4818e9ecc7992e2d214230b44e7ccb211c00ad593760eaedc8d89b8f535149c47379493c4dc5b536f6b7cb0be3588f17f165ae7ba29ca7f154ef411d0cca85b4a78846c7d387cab7ee0b
	Message-Authenticator = 0xa8eb78bcf1b2a098866243792b970f02
  Processing the authorize section of radiusd.conf
modcall: entering group authorize for request 3
  modcall[authorize]: module "preprocess" returns ok for request 3
  modcall[authorize]: module "chap" returns noop for request 3
  modcall[authorize]: module "mschap" returns noop for request 3
    rlm_realm: No '@' in User-Name = "andy", looking up realm NULL
    rlm_realm: No such realm "NULL"
  modcall[authorize]: module "suffix" returns noop for request 3
  rlm_eap: EAP packet type response id 3 length 143
  rlm_eap: No EAP Start, assuming it's an on-going EAP conversation
  modcall[authorize]: module "eap" returns updated for request 3
    users: Matched entry DEFAULT at line 152
  modcall[authorize]: module "files" returns ok for request 3
rlm_passwd: Added LM-Password: '<password hash removed>' to config_items
rlm_passwd: Added NT-Password: '<password hash removed>' to config_items
rlm_passwd: Added SMB-Account-CTRL-TEXT: '[U          ]' to config_items
rlm_passwd: Adding "Auth-Type = MS-CHAP"
  modcall[authorize]: module "etc_smbpasswd" returns ok for request 3
modcall: leaving group authorize (returns updated) for request 3
  rad_check_password:  Found Auth-Type EAP
auth: type "EAP"
  Processing the authenticate section of radiusd.conf
modcall: entering group authenticate for request 3
  rlm_eap: Request found, released from the list
  rlm_eap: EAP/ttls
  rlm_eap: processing type ttls
  rlm_eap_ttls: Authenticate
  rlm_eap_tls: processing TLS
rlm_eap_tls:  Length Included
  eaptls_verify returned 11
  eaptls_process returned 7
  rlm_eap_ttls: Session established.  Proceeding to decode tunneled attributes.
  TTLS: Got tunneled request
	User-Name = "andy"
	MS-CHAP-Challenge = 0x92f76f8625bc768da7552cdab95091a1
	MS-CHAP2-Response =
0xcd0022a595004fd19cc32d7ff4322f3d4ddc000000000000000048d175d3c1dce39a62a62a76f3b571e0e79ceb54a181a03c
	FreeRADIUS-Proxied-To = 127.0.0.1
  TTLS: Sending tunneled request
	User-Name = "andy"
	MS-CHAP-Challenge = 0x92f76f8625bc768da7552cdab95091a1
	MS-CHAP2-Response =
0xcd0022a595004fd19cc32d7ff4322f3d4ddc000000000000000048d175d3c1dce39a62a62a76f3b571e0e79ceb54a181a03c
	FreeRADIUS-Proxied-To = 127.0.0.1
  Processing the authorize section of radiusd.conf
modcall: entering group authorize for request 3
  modcall[authorize]: module "preprocess" returns ok for request 3
  modcall[authorize]: module "chap" returns noop for request 3
  rlm_mschap: Found MS-CHAP attributes.  Setting 'Auth-Type  = mschap'
  modcall[authorize]: module "mschap" returns ok for request 3
    rlm_realm: No '@' in User-Name = "andy", looking up realm NULL
    rlm_realm: No such realm "NULL"
  modcall[authorize]: module "suffix" returns noop for request 3
  rlm_eap: No EAP-Message, not doing EAP
  modcall[authorize]: module "eap" returns noop for request 3
    users: Matched entry DEFAULT at line 152
  modcall[authorize]: module "files" returns ok for request 3
rlm_passwd: Added LM-Password: '<password hash removed>' to config_items
rlm_passwd: Added NT-Password: '<password hash removed>' to config_items
rlm_passwd: Added SMB-Account-CTRL-TEXT: '[U          ]' to config_items
rlm_passwd: Adding "Auth-Type = MS-CHAP"
  modcall[authorize]: module "etc_smbpasswd" returns ok for request 3
modcall: leaving group authorize (returns ok) for request 3
  rad_check_password:  Found Auth-Type MS-CHAP
auth: type "MS-CHAP"
  Processing the authenticate section of radiusd.conf
modcall: entering group MS-CHAP for request 3
  rlm_mschap: Found LM-Password
  rlm_mschap: Found NT-Password
  rlm_mschap: Told to do MS-CHAPv2 for andy with NT-Password
rlm_mschap: adding MS-CHAPv2 MPPE keys
  modcall[authenticate]: module "mschap" returns ok for request 3
modcall: leaving group MS-CHAP (returns ok) for request 3
  TTLS: Got tunneled reply RADIUS code 2
	MS-CHAP2-Success =
0xcd533d45353630383734454534353233304634433932303731433939463544383439383136373935424445
	MS-MPPE-Recv-Key = 0xa1836258d98b7a77c6cf4a84b7866f22
	MS-MPPE-Send-Key = 0x541b00b14300752de69272f2e8d0f196
	MS-MPPE-Encryption-Policy = 0x00000001
	MS-MPPE-Encryption-Types = 0x00000006
  TTLS: Got tunneled Access-Accept
  rlm_eap: Freeing handler
  modcall[authenticate]: module "eap" returns ok for request 3
modcall: leaving group authenticate (returns ok) for request 3
Sending Access-Accept of id 0 to 192.168.1.253 port 2048
	MS-MPPE-Recv-Key = 0xa1836258d98b7a77c6cf4a84b7866f22
	MS-MPPE-Send-Key = 0x541b00b14300752de69272f2e8d0f196
	MS-MPPE-Encryption-Policy = 0x00000001
	MS-MPPE-Encryption-Types = 0x00000006
	MS-MPPE-Recv-Key =
0x8083917dfae797d7a33df37fa99c2f8f295c1b48a600bc86a486b05027c33515
	MS-MPPE-Send-Key =
0x9f7031c562af44e884a67d8d14ef36df9008de8b7bc2f01b06ab9dd2e8a46c93
	EAP-Message = 0x03030004
	Message-Authenticator = 0x00000000000000000000000000000000
	User-Name = "andy"
Finished request 3
Going to the next request
--- Walking the entire request list ---
Waking up in 6 seconds...
--- Walking the entire request list ---
Cleaning up request 3 ID 0 with timestamp 4b05b58a
Nothing to do.  Sleeping until we see a request.




More information about the Freeradius-Users mailing list