Displaying 5 results from an estimated 5 matches for "modcall".
2007 Apr 26
1
ntlm_auth to AD with only ntlmv2 enabled failing
...t getting this to work, I haven't found any answers.
When I have the radius server in debug mode I see the following when just
ntlmv2 is enabled on the AD side:
  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 0
  rlm_mschap: No User-Password configured.  Cannot create LM-Password.
  rlm_mschap: No User-Password configured.  Cannot create NT-Password.
  rlm_mschap: Told to do MS-CHAPv2 for stevens3 with NT-Password
radius_xlat: Running registered xlat function of modul...
2008 Oct 23
0
freeradius DNIS
...e = "ectest"
        User-Password = "test123"
        NAS-IP-Address = 127.0.0.1
        NAS-Port = 1
        Called-Station-Id = "5500"
        Proxy-State =
0x471e493f7f0000010495000000000000000000000000000000000000
  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 U...
2006 Jun 12
0
Active Directory Integration with FreeRADIUS - NTLM_Auth
...ss-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.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 U...
2007 Apr 20
0
WPA Radius wireless authentication and CentOS 5
.../article/8151
that I had previously used to get the laptop authenticating with FC6.  
All I can ever get the radius server to spew is:
...
(lots of normal looking stuff)
...
  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 NAK
 rlm_eap: NAK asked for bad type 0
  rlm_eap: Failed in EAP select
  modcall[authenticate]: module "eap" returns invalid for request 1
modcall: group authenticate returns invalid...
2005 Nov 21
0
Re: 802.1x machine authentication patch help
...help would be appreciated!!!
> Thanks,
> jamie
>
>
> make clean
>
> ./configure --configure --with-raddbdir=/etc/radius
> --with-logdir=/var/log/radius --disable-snmp --without-rlm_sql
> --without-rlm_ldap --without-rlm_krb5
>
> make
>
> make install
>
> modcall: entering group Auth-Type for request 6
>   rlm_mschap: No User-Password configured.  Cannot create
LM-Password.
>   rlm_mschap: No User-Password configured.  Cannot create
NT-Password.
>   rlm_mschap: Told to do MS-CHAPv2 for host/IS--000031176 with
> NT-Password
> radius_xlat: Runn...