Alan,

The password aren't in /etc/passwd file. As i joined linux box to windows 2003 active directory it should authenticate the users againt the active directory using winbind. In nsswitch.conf file i have configured winbind and here is the configuration:

passwd: files winbind
shadow: files winbind
group: files winbind

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

Am able to read the active directory users with wbinfo -u command. Here is few o/p:

domain\kartthikr
domain\test

Still i get the same error message as before:

rad_recv: Access-Request packet from host 127.0.0.1:32802, id=165, length=61
User-Name = "kartthikr"
User-Password = ""
NAS-IP-Address = 255.255.255.255
NAS-Port = 0
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 = "kartthikr", looking up realm NULL
rlm_realm: No such realm "NULL"
modcall[authorize]: module "suffix" returns noop for request 1
rlm_eap: No EAP-Message, not doing EAP
modcall[authorize]: module "eap" returns noop for request 1
users: Matched entry DEFAULT at line 152
modcall[authorize]: module "files" returns ok for request 1
modcall: leaving group authorize (returns ok) for request 1
rad_check_password: Found Auth-Type System
auth: type "System"
Processing the authenticate section of radiusd.conf
modcall: entering group authenticate for request 1
modcall[authenticate]: module "unix" returns notfound for request 1
modcall: leaving group authenticate (returns notfound) for request 1
auth: Failed to validate the user.

so aint sure what am doing wrong here, pls help me !!!

Kartthik


"Kartthik" <[EMAIL PROTECTED]> wrote:
> When i try to execute the radtest command with AD user logon credentials it rejects the packet and here is the output.
...
> 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

The user isn't in /etc/passwd.

What, exactly did you do to configure the server to check the user
against the AD login credentials?

Alan DeKok.
- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to