Displaying 3 results from an estimated 3 matches for "rad_recv".
Did you mean:
  max_recv
  
2008 Oct 23
0
freeradius DNIS
...the proxy file I have 
realm xxx {
       type            = radius
       authhost        = xxxx:1645
       accthost        = xxxx:1646
       secret          = something
}
But when I test it never seems to trigger the DNIS proxy setup. This is what
I get below, also named realms are working.
rad_recv: Access-Request packet from host 209.213.66.12:1650, id=114,
length=94
        User-Name = "ectest"
        User-Password = "test123"
        NAS-IP-Address = 127.0.0.1
        NAS-Port = 1
        Called-Station-Id = "5500"
        Proxy-State =
0x471e493f7f0000010495...
2006 Jan 17
2
OpenSSH, Radius, PAM & NOUSER issue
..._test sshd(pam_unix)[17647]: check pass; user unknown
Jan 16 19:34:59 machine_of_the_test sshd(pam_unix)[17647]: authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=192.168.60.76
 
- This is the request coming to the radius server. As you can see Username is "NOUSER"
 
rad_recv: Access-Request packet from host 172.16.zzz.xxx:18299, id=22, length=91
        User-Name = "NOUSER"
        User-Password = "test"
        NAS-IP-Address = 127.0.0.1
        NAS-Identifier = "sshd"
        NAS-Port = 17274
        NAS-Port-Type = Virtual
        Servi...
2006 Jun 12
0
Active Directory Integration with FreeRADIUS - NTLM_Auth
...rname = "%{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
Listening on proxy *:1814
Ready to process requests.
rad_recv: Access-Request packet from host 172.16.0.3:1645, id=68,
length=78
	NAS-IP-Address = 172.16.0.3
	NAS-Port = 66
	NAS-Port-Type = Virtual
	User-Name = "dwhite"
	Calling-Station-Id = "172.16.2.122"
	User-Password = "Password1"
  Processing the authorize section of radiusd...