Projet

Général

Profil

21_samba.xml.txt

Joël Cuissinat, 23/10/2014 13:45

Télécharger (1,25 ko)

 
1
<?xml version="1.0" encoding="utf-8"?>
2
<creole>
3

    
4
    <files>
5
        <service>samba4</service>
6
        <service_access service='samba4'>
7
            <!--FIXME: liste des ports-->
8
            <port>1024</port>
9
            <port>3268</port>
10
            <port>389</port>
11
            <port protocol='udp'>389</port>
12
            <port>135</port>
13
            <port protocol='udp'>137</port>
14
            <port protocol='udp'>138</port>
15
            <port>139</port>
16
            <port>464</port>
17
            <port protocol='udp'>464</port>
18
            <port>445</port>
19
            <port>53</port>
20
            <port protocol='udp'>53</port>
21
            <port>88</port>
22
            <port protocol='udp'>88</port>
23
        </service_access>
24

    
25
        <!-- TODO -->
26
        <!--<file name='/etc/krb5.conf'/>
27
        <file name='/usr/local/samba/etc/smb.conf'/>-->
28

    
29
    </files>
30

    
31
    <variables>
32

    
33
        <family name="samba4">
34
            <variable name='nom_domaine_local' description="Nom DNS du serveur Kerberos" auto_freeze='True' redefine='True'/>
35
        </family>
36

    
37
        <separators>
38
        </separators>
39

    
40
    </variables>
41

    
42

    
43
    <constraints>
44
    </constraints>
45

    
46
    <help>
47

    
48
    </help>
49

    
50
</creole>
51
<!-- vim: ts=4 sw=4 expandtab
52
-->