Projet

Général

Profil

cntlm.conf.patch

Patch cNTLM pour mode une carte - Gaetan Mottier, 20/10/2015 17:36

Télécharger (535 octets)

Voir les différences:

modif/cntlm.conf 2015-10-12 11:06:48.712017000 +0200
15 15
#Workstation    netbios_hostname    # Should be auto-guessed
16 16

  
17 17
%if %%mode_conteneur_actif == 'non'
18
  %set %%proxy_link = 'adresse_ip_eth1'
18
  %if %%nombre_interfaces == '1'
19
    %set %%proxy_link = 'adresse_ip_eth0'
20
  %else
21
    %set %%proxy_link = 'adresse_ip_eth1'
22
  %end if
19 23
%elif %%getVar('test_activer_proxy_eth0', 'non') == 'oui'
20 24
  %set %%proxy_link = 'adresse_ip_eth0_proxy_link'
21 25
%else