#
# Sample Samba lmhosts file.
#

127.0.0.1 LOCALHOST
%if %%nombre_interfaces >= "2"
%if not %%is_empty(%%adresse_ip_eth0)
%%adresse_ip_eth0 %%upper(%%nom_machine)
%end if
%end if
%if %%nombre_interfaces >= "3"
%if not %%is_empty(%%adresse_ip_eth1)
%%adresse_ip_eth1 %%upper(%%nom_machine)
%end if
%end if
%if %%nombre_interfaces >= "4"
%if not %%is_empty(%%adresse_ip_eth2)
%%adresse_ip_eth2 %%upper(%%nom_machine)
%end if
%end if
%if %%nombre_interfaces >= "5"
%if not %%is_empty(%%adresse_ip_eth3)
%%adresse_ip_eth3 %%upper(%%nom_machine)
%end if
%end if
%if not %%is_empty(%%ip_serveur_krb)
%%ip_serveur_krb  %%upper(%%nom_serveur_krb)
%end if
