nexmon – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | # -*- text -*- |
2 | # Copyright (C) 2014 The FreeRADIUS Server project and contributors |
||
3 | ############################################################################## |
||
4 | # |
||
5 | # BlueCoat VSAs |
||
6 | # |
||
7 | # See also dictionary.packeteer for former Packeteer products. |
||
8 | # |
||
9 | # $Id: d1ed58f33485aaa1e571010bd6fe183930d7eea1 $ |
||
10 | # |
||
11 | ############################################################################## |
||
12 | |||
13 | VENDOR BlueCoat 14501 |
||
14 | |||
15 | BEGIN-VENDOR BlueCoat |
||
16 | |||
17 | # Accepts multiple groups as comma-separated list. |
||
18 | ATTRIBUTE Blue-Coat-Group 1 string |
||
19 | ATTRIBUTE Blue-Coat-Authorization 2 integer |
||
20 | |||
21 | VALUE Blue-Coat-Authorization No-Access 0 |
||
22 | VALUE Blue-Coat-Authorization Read-Only-Access 1 |
||
23 | VALUE Blue-Coat-Authorization Read-Write-Access 2 |
||
24 | |||
25 | END-VENDOR BlueCoat |