Alan,
<br>
<br>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:
<br>
<br>passwd:     files winbind
<br>shadow:     files winbind
<br>group:      files winbind
<br>
<br>#hosts:     db files nisplus nis dns
<br>hosts:      files winbind dns
<br>
<br>Am able to read the active directory users with wbinfo -u command. Here is few o/p:
<br>
<br>domain\kartthikr
<br>domain\test
<br>
<br>Still i get the same error message as before:
<br>
<br>rad_recv: Access-Request packet from host 127.0.0.1:32802, id=165, length=61
<br>        User-Name = "kartthikr"
<br>        User-Password = "<removed>"
<br>        NAS-IP-Address = 255.255.255.255
<br>        NAS-Port = 0
<br>  Processing the authorize section of radiusd.conf
<br>modcall: entering group authorize for request 1
<br>  modcall[authorize]: module "preprocess" returns ok for request 1
<br>  modcall[authorize]: module "chap" returns noop for request 1
<br>  modcall[authorize]: module "mschap" returns noop for request 1
<br>    rlm_realm: No '@' in User-Name = "kartthikr", looking up realm NULL
<br>    rlm_realm: No such realm "NULL"
<br>  modcall[authorize]: module "suffix" returns noop for request 1
<br>  rlm_eap: No EAP-Message, not doing EAP
<br>  modcall[authorize]: module "eap" returns noop for request 1
<br>    users: Matched entry DEFAULT at line 152
<br>  modcall[authorize]: module "files" returns ok for request 1
<br>modcall: leaving group authorize (returns ok) for request 1
<br>  rad_check_password:  Found Auth-Type System
<br>auth: type "System"
<br>  Processing the authenticate section of radiusd.conf
<br>modcall: entering group authenticate for request 1
<br>  modcall[authenticate]: module "unix" returns notfound for request 1
<br>modcall: leaving group authenticate (returns notfound) for request 1
<br>auth: Failed to validate the user.
<br>
<br>so aint sure what am doing wrong here, pls help me !!!
<br>
<br>Kartthik
<br>
<br>
<br>"Kartthik" <kartthikr@lycos.com> wrote:
<br>> When i try to execute the radtest command with AD user logon credentials it rejects the packet and here is the output.
<br>...
<br>> rad_check_password: Found Auth-Type System
<br>> auth: type "System"
<br>> Processing the authenticate section of radiusd.conf
<br>> modcall: entering group authenticate for request 0
<br>> rlm_unix: [test]: invalid password
<br>
<br>The user isn't in /etc/passwd.
<br>
<br>What, exactly did you do to configure the server to check the user
<br>against the AD login credentials?
<br>
<br>Alan DeKok.
<br>