What does the server try to run when actually dealing with your client? radius -X will show you, you can then try running that command yourself. alan
Thanks, I am Working on Upgrading my Ubuntu to the Ubuntu 12.04 LTS and then I will retry the PEAP Authentication I will keep you posted with my results. root@FreeRadius:/home/sqauser# radius -X No command 'radius' found, did you mean: Command 'radiusd' from package 'radiusd-livingston' (universe) Command 'radiusd' from package 'yardradius' (universe) Command 'radiusd' from package 'xtradius' (universe) radius: command not found root@FreeRadius:/home/sqauser# root@FreeRadius:/home/sqauser# /usr/bin/ntlm_auth --request-nt-key --domain=SQA.net --username=%{mschap:Administrator} --password=%{enterasys} NT_STATUS_ACCESS_DENIED: Access denied (0xc0000022) On Tue, May 15, 2012 at 11:55 AM, Alan Buxey <A.L.M.Buxey@lboro.ac.uk>wrote:
What does the server try to run when actually dealing with your client? radius -X will show you, you can then try running that command yourself.
alan
-- Scott Gilmour | SQA Engineer Enterasys Networks | A Siemens Enterprise Communications Company Office: 978.684.1236 Email: sgilmour@enterasys.com
Gilmour, Scott wrote:
I am Working on Upgrading my Ubuntu to the Ubuntu 12.04 LTS and then I will retry the PEAP Authentication I will keep you posted with my results.
Upgrading won't help.
root@FreeRadius:/home/sqauser# radius -X No command 'radius' found, did you mean: Command 'radiusd' from package 'radiusd-livingston' (universe) Command 'radiusd' from package 'yardradius' (universe) Command 'radiusd' from package 'xtradius' (universe) radius: command not found root@FreeRadius:/home/sqauser#
It's packaged as "freeradiusd" on those platforms. And I *really* wish Debian would remove those old RADIUS servers. They haven't been maintained for 5+ years.
root@FreeRadius:/home/sqauser# /usr/bin/ntlm_auth --request-nt-key --domain=SQA.net --username=%{mschap:Administrator} --password=%{enterasys} NT_STATUS_ACCESS_DENIED: Access denied (0xc0000022)
Fix that. Do NOTHING else until that's fixed. Ask the Samba people how their software works. Alan DeKok.
Hi,
I am Working on Upgrading my Ubuntu to the Ubuntu 12.04 LTS and then I will retry the PEAP Authentication I will keep you posted with my results.
I cant spoon feed you with all your required details - I have a day job too... if you use Ubuntu, then it uses a different name
root@FreeRadius:/home/sqauser# radius -X No command 'radius' found, did you mean:
this is unix 101 - know what your platform calls the binary... freeradius -X ?
root@FreeRadius:/home/sqauser# /usr/bin/ntlm_auth --request-nt-key --domain=SQA.net --username=%{mschap:Administrator} --password=%{enterasys} NT_STATUS_ACCESS_DENIED: Access denied (0xc0000022)
well, that password looks totally wrong...but thats just my opinion alan
participants (4)
-
Alan Buxey -
alan buxey -
Alan DeKok -
Gilmour, Scott