Projet

Général

Profil

lyon-freeradius.xml

Karim Ayari, 23/06/2017 16:18

Télécharger (732 octets)

 
1
<?xml version="1.0" encoding="utf-8"?>
2
<creole>
3
        <variables>
4
                        <family name='freeradius'>
5
                        <variable name='activer_proxy_radius' type='oui/non' description="Activation du proxy radius">
6
                                <value>non</value>
7
                        </variable>
8
                        <variable name='ttls_use_tunneled_reply' type='oui/non' description="use_tunneled_reply pour le TTLS">
9
                                <value>oui</value>
10
                        </variable>
11
                        <variable name='ttls_copy_request_to_tunnel' type='oui/non' description="copy_request_to_tunnel pour le TTLS">
12
                                <value>oui</value>
13
                        </variable>
14
                        </family>
15
                <separators>
16
                        <separator name='activer_proxy_radius'>Configuration supplémentaire Lyon</separator>
17
                </separators>
18
        </variables>
19
        <help>
20
        </help>
21
</creole>
22

    
23
<!-- vim: ts=4 sw=4 expandtab
24
-->