OpenDirectory VLAN Assignment by Group
Klaus Klein
k.klein at gmx.de
Tue Aug 21 16:03:26 CEST 2012
Am 21.08.2012 11:07, schrieb Theparanoidone Theparanoidone:
>> DEFAULT Group-Name == "testgroup"
>
>>
>> Tunnel-Type = 13,
>> Tunnel-Medium-Type = 6,
>> Tunnel-Private-Group-Id = "101",
>> Fall-Through = no
>> You do realize that format is incorrect, right? The extra blank line is wrong.
>
> Do to email pasting mistake. Actual config does not have blank line.
It seems it just happened again.
Could you make sure the Line
DEFAULT Group-Name == "testgroup"
is only terminated with 0x0a and not with 0x0d 0x0a
You can verify that by
hd /etc/raddb/users | less
and looking for the 'testgroup' entry
Correct:
0000xxxx 74 65 73 74 67 72 6f 75 70 0a 09 .. .. .. .. .. |testgroup....
Wrong:
0000xxxx 74 65 73 74 67 72 6f 75 70 0d 0a 09 .. .. .. .. |testgroup....
^^ ^^
Cheers
Klaus
More information about the Freeradius-Users
mailing list