From sujathap@TechMahindra.com Fri Aug 31 10:55:20 2007 From: Pelluru Sujatha To: freeradius-users@lists.freeradius.org Subject: RE: freeradius + ad Date: Fri, 31 Aug 2007 14:26:23 +0530 Message-ID: <089781E831473740B23334AE52636CD306D4B5DF@SINBNGEX001.TechMahindra.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5867880408330508377==" --===============5867880408330508377== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Whether the password given in Users file is a Encrypted password or normal? Whether the secret which I am configuring in clients.conf should be configured anywhere else?=20 All these files should be configured in the path /usr/local/etc/xxx.conf. Is this right? -----Original Message----- From: freeradius-users-bounces@lists.freeradius.org [mailto:freeradius-users-bounces@lists.freeradius.org] On Behalf Of A.L.M.Buxey@lboro.ac.uk Sent: Friday, August 31, 2007 1:49 PM To: FreeRadius users mailing list Subject: Re: freeradius + ad 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_into_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 - 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 --===============5867880408330508377==-- From tnt@kalik.co.yu Fri Aug 31 11:08:41 2007 From: tnt@kalik.co.yu To: freeradius-users@lists.freeradius.org Subject: RE: freeradius + ad Date: Fri, 31 Aug 2007 10:08:30 +0100 Message-ID: In-Reply-To: <089781E831473740B23334AE52636CD306D4B5DF@SINBNGEX001.TechMahindra.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2275691137998120864==" --===============2275691137998120864== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit >Whether the password given in Users file is a Encrypted password or >normal? Clertext-Password is "normal". >Whether the secret which I am configuring in clients.conf should be >configured anywhere else? On a client which is sending radius packets. With servers IP address. >All these files should be configured in the path >/usr/local/etc/xxx.conf. >Is this right? Path is /usr/local/etc/raddb/ by default. Ivan Kalik Kalik Informatika iSP --===============2275691137998120864==-- From a.l.m.buxey@lboro.ac.uk Fri Aug 31 11:37:14 2007 From: "A.L.M.Buxey@lboro.ac.uk" To: freeradius-users@lists.freeradius.org Subject: Re: freeradius + ad Date: Fri, 31 Aug 2007 10:37:09 +0100 Message-ID: <20070831093709.GE9653@lboro.ac.uk> In-Reply-To: <089781E831473740B23334AE52636CD306D4B5DF@SINBNGEX001.TechMahindra.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0856309289821353522==" --===============0856309289821353522== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, > Whether the password given in Users file is a Encrypted password or > normal? your choice! > Whether the secret which I am configuring in clients.conf should be > configured anywhere else?=20 yes - on the NAS itself. but if you're using radtest or radclient then that software is a virtual NAS so you use it with that tool. alan > All these files should be configured in the path > /usr/local/etc/xxx.conf. > Is this right? heck! i dont know how you've configured your system mate! by default it would all be in /usr/local/etc/raddb if its installed via RPM or yum or yast or 'umwifolm' then it'll be where the package manager has decided it would be - /etc/raddb , /opt/freeradius/config/ , /usr/local/f= reeradius/etc/ etc etc alan --===============0856309289821353522==--