When i try to execute the radtest command with AD user logon credentials it rejects the packet and here is the output.
rad_recv: Access-Request packet from host 127.0.0.1:32874, id=81, length=61
User-Name = "test"
User-Password = "test123"
NAS-IP-Address = 255.255.255.255
NAS-Port = 0
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 = "test", looking up realm NULL
rlm_realm: No such realm "NULL"
modcall[authorize]: module "suffix" returns noop for request 0
rlm_eap: No EAP-Message, not doing EAP
modcall[authorize]: module "eap" returns noop for request 0
users: Matched entry DEFAULT at line 152
modcall[authorize]: module "files" returns ok for request 0
modcall: leaving group authorize (returns ok) for request 0
rad_check_password: Found Auth-Type System
auth: type "System"
Processing the authenticate section of radiusd.conf
modcall: entering group authenticate for request 0
rlm_unix: [test]: invalid password
modcall[authenticate]: module "unix" returns reject for request 0
modcall: leaving group authenticate (returns reject) for request 0
auth: Failed to validate the user.

using wbinfo -u and wbinfo -g command, able to pull the users and groups from AD.

Also I have linux nis server running under same subnet. This machine is binded to linux NIS domain and joined to windows 2003 domain. Here is my nsswitch.conf file.

passwd: files winbind nis dns
shadow: files nis dns
group: files winbind nis dns

#hosts: db files nisplus nis dns
hosts: files dns winbind nis

In users.conf its default configuration:
DEFAULT Auth-Type = System
Fall-Through = 1

Also i tried removing it from linux nis domain and running only with winbind service, it didnt help me.
Here is the log file i found about winbind service.

winbindd[16208]: [2006/08/28 10:57:31, 0] nsswitch/winbindd_util.c:winbindd_param_init(560)
winbindd[16208]: winbindd: idmap uid range missing or invalid
winbindd[16208]: [2006/08/28 10:57:31, 0] nsswitch/winbindd_util.c:winbindd_param_init(561)
winbindd[16208]: winbindd: cannot continue, exiting.
winbind: winbindd startup succeeded

I have another linux machine running good with the same error message.
could someone throw some light to resolve my issue.
Thanks,
Kartthik
- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to