As the server (cryptically) told you in the debug output, the shared secret you are using to encrypt the password is not the same one that the server is using to decrypt it. Make sure both shared secrets match up. The shared secret for localhost will be in either raddb/clients or raddb/clients.conf.
Steve ----- Original Message ----- From: "Doan, Dinh K." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 21, 2002 3:34 PM Subject: User authentication problem > Hi , > > I'm a newbie with the software, does anybody see this error message ? > > > Here is a copy of the radtest : > > [root@cd-0623 raddb]# /usr/local/bin/radtest doand essai1206 localhost 18645 > pt6 > Sending Access-Request of id 77 to 127.0.0.1:1645 > User-Name = "doand" > User-Password = "[c\211\325\335\363\303\377\366\035xP\r\033\237\374" > NAS-IP-Address = cd-0623 > NAS-Port-Id = "18645" > rad_recv: Access-Reject packet from host 127.0.0.1:1645, id=77, length=20 > rad_decode: Received Access-Reject packet from 127.0.0.1 with invalid > signature! > > Here is the entry in the users file : > > doand Auth-Type := Local, User-Password == "essai1206" > > And here is the trace from the radisud -X debug : > > rad_recv: Access-Request packet from host 127.0.0.1:1024, id=77, length=58 > User-Name = "doand" > User-Password = "[c\211\325\335\363\303\377\366\035xP\r\033\237\374" > NAS-IP-Address = 255.255.255.255 > NAS-Port-Id = "18645" > modcall: entering group authorize > modcall[authorize]: module "preprocess" returns ok > modcall[authorize]: module "suffix" returns ok > users: Matched DEFAULT at 155 > modcall[authorize]: module "files" returns ok > modcall: group authorize returns ok > rad_check_password: Found Auth-Type System > auth: type "System" > modcall: entering group authenticate > modcall[authenticate]: module "unix" returns notfound > modcall: group authenticate returns notfound > auth: Failed to validate the user. > WARNING: Unprintable characters in the password. ? Double-check the > shared s! > Delaying request 4 for 1 seconds > Finished request 4 > Going to the next request > --- Walking the entire request list --- > Waking up in 1 seconds... > --- Walking the entire request list --- > Waking up in 1 seconds... > --- Walking the entire request list --- > Sending Access-Reject of id 77 to 127.0.0.1:1024 > Waking up in 4 seconds... > --- Walking the entire request list --- > Cleaning up request 4 ID 77 with timestamp 3d137a40 > Nothing to do. Sleeping until we see a request. > > > Thanks > > > > - > List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html > - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
