From sujathap@TechMahindra.com Fri Aug 31 07:33:43 2007 From: Pelluru Sujatha To: freeradius-users@lists.freeradius.org Subject: RE: freeradius + ad Date: Fri, 31 Aug 2007 11:05:00 +0530 Message-ID: <089781E831473740B23334AE52636CD306D16B29@SINBNGEX001.TechMahindra.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7600560067234496735==" --===============7600560067234496735== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I have taken 1.1.6 version. I am not very clear on configuring the files. First we are going to do dummy testing. What are the changes to be done on client and server configurations? Can we give a file name as the argument in the command line while using radtest? If so How to use? -----Original Message----- From: freeradius-users-bounces@lists.freeradius.org [mailto:freeradius-users-bounces@lists.freeradius.org] On Behalf Of Alan DeKok Sent: Friday, August 31, 2007 10:39 AM To: FreeRadius users mailing list Subject: Re: freeradius + ad Alexsander wrote: > yes, i took it from the site freeradius.org, version 1.1.7, is correct? Yes... the changes in 1.1.2 (or so) mean that the entire command line isn't being printed out. That should be fixed. In the mean time, ntlm_auth is telling the server that the MSCHAP authentication was invalid. There isn't much that can be done to fix that. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =20 Disclaimer: This message and the information contained herein is proprietary and confiden= tial and subject to the Tech Mahindra policy statement, you may review the po= licy at http://www.te= chmahindra.com/Disclaimer.html externally and http://tim.techmahindra.com/Disclaimer.html = internally within Tech Mahindra. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --===============7600560067234496735==-- From a.l.m.buxey@lboro.ac.uk Fri Aug 31 10:19:32 2007 From: "A.L.M.Buxey@lboro.ac.uk" To: freeradius-users@lists.freeradius.org Subject: Re: freeradius + ad Date: Fri, 31 Aug 2007 09:19:24 +0100 Message-ID: <20070831081924.GA9653@lboro.ac.uk> In-Reply-To: <089781E831473740B23334AE52636CD306D16B29@SINBNGEX001.TechMahindra.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6321529346263114889==" --===============6321529346263114889== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, >=20 > I have taken 1.1.6 version. why? oh dear why?!? 1.1.7 is the latest 1.1.x release and its there for many many reasons. i dont grab Linux 0.9 kernel if i want to run a Linux server. > I am not very clear on configuring the files. > First we are going to do dummy testing. for very very basic testing you only need to edit 3 files radiusd.conf - set the userid,groupid and listen directive (and thats it! leave the rest alone!) clients.conf - edit the 127.0.0.1 entry eg client 127.0.0.1 { secret =3D the_secret_i_put_into_clients.conf shortname =3D localhost nastype =3D other users - at the very top add a test user.... eg my_Test_user_00x1 Cleartext-Password :=3D "bigf439qyft789" that should be it. you can then use, eg radtest, to check its alive. so open 2 terminal windows... in one, type radiusd -X (to run freeradius in full debugging) and in the other type radtest my_Test_user_00x1 bigf439qyft789 localhost 1812 the_secret_i_put_int= o_clients.conf=20 > Can we give a file name as the argument in the command line while using > radtest? If so How to use? man radclient radtest is a little more basic. its the 'basic freeradius 101' test tool alan --===============6321529346263114889==--