Projet

Général

Profil

smb-include_shares.conf.patch

Fabrice Barconnière, 12/05/2017 08:12

Télécharger (846 octets)

Voir les différences:

modif/smb-include_shares.conf 2017-05-11 14:21:59.756273463 +0200
48 48
        create mask = 0644
49 49
        directory mask = 0755
50 50
%if %%activer_esu == 'oui' and %%is_defined('horus_frontend')
51
        root preexec = python /usr/share/eole/client/dyn-logon-clieole.py --user="%U" --os="%a" --machine="%m" --ip="%I" --pid="%d"
51
        root preexec = python /usr/share/eole/client/dyn-logon-clieole.py --user="%u" --os="%a" --machine="%m" --ip="%I" --pid="%d"
52 52
%else
53
        root preexec = python /usr/share/eole/fichier/dyn-logon.py --user="%U" --os="%a" --machine="%m" --ip="%I" --pid="%d"
53
        root preexec = python /usr/share/eole/fichier/dyn-logon.py --user="%u" --os="%a" --machine="%m" --ip="%I" --pid="%d"
54 54
%end if
55 55
        profile acls = yes
56 56