Re: User authorize with Perl-Script

2012-10-30 Thread Oliver Werner
We use more then two VLANs. The PCs authorize with the MAC-Address. So i would check the Database for this MAC and read the defined VLAN. Am 30.10.2012 um 14:55 schrieb Michael Schwartzkopff : >> Hello, >> >> I'm useing FreeRADIUS in Version 2.1.10. >> >> I would configure my Switch-Ports M

User authorize with Perl-Script

2012-10-30 Thread Oliver Werner
Hello, I'm useing FreeRADIUS in Version 2.1.10. I would configure my Switch-Ports Mac-Based. When a Computer wired a Perl-Script should check the Username and gives VLAN back. For a simple Test i don't have some conditions in the Script only outputs: use strict; use warnings; use DBI; ### Swi