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; ###

Re: User authorize with Perl-Script

2012-10-30 Thread Michael Schwartzkopff
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. Why so complicated? FreeRADIUS can do this out of the box, provided the NAS (switch) can do this. -- Dr.

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 mi...@schwartzkopff.org: Hello, I'm useing FreeRADIUS in Version 2.1.10. I would configure my