Hi, It works. Thanks for the guide. It saved me a lot of time. And Kerberos auth seems to be a way better choice then to auth directly via ldap, since going via ldap directly does not (to my understanding) support EAP.
Regards /George ________________________________ Från: Wolfgang Schweer <wschw...@arcor.de> Till: debian-edu@lists.debian.org Skickat: fredag, 28 december 2012 18:30 Ämne: Re: SV: Radius, or rather how to manage certificates... On Fri, Dec 28, 2012 at 04:21:24PM +0000, George wrote: > Are there any good ways of verify the setup? Run freeradius in debug mode: invoke-rc.d freeradius stop freeradius -X On another terminal use radtest shipped with freeradius for testing (see man radtest for more information): radtest <username> <cleartext password> localhost 10 <shared secret> Make sure that the shared secret is the same as stated in clients.conf for 127.0.0.1 or localhost. Wolfgang