logo Debian Debian Debian-France Debian-Facile Debian-fr.org Forum-Debian.fr Debian ? Communautés logo inclusivité

Debian-facile

Bienvenue sur Debian-Facile, site d'aide pour les nouveaux utilisateurs de Debian.

Vous n'êtes pas identifié(e).


L'icône rouge permet de télécharger chaque page du wiki visitée au format PDF et la grise au format ODT → ODT PDF Export

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision Les deux révisions suivantes
utilisateurs:hypathie:tutos:samba [13/09/2014 14:38]
Hypathie [Installation de samba serveur]
utilisateurs:hypathie:tutos:samba [13/09/2014 14:39]
Hypathie [Pour aller plus loin]
Ligne 363: Ligne 363:
 ===Édition du fichier /​etc/​samba/​smb.conf === ===Édition du fichier /​etc/​samba/​smb.conf ===
 Il doit ressembler à cela. Il doit ressembler à cela.
-<​code>​########## Printing ##########​ +<​code>​[printers] 
- +   comment ​All Printers 
-# If you want to automatically load your printer list rather +   browseable ​yes 
-# than setting them up individually then you'll need this +   ​printable = yes 
-;   ​load ​printers ​= yes      +   writeable ​= no 
- +   ​guest ok = no 
-# lpr(ng) printing. You may wish to override the location of the +   read only = yes 
-# printcap file +   create mask 0700
-  ​printing ​bsd +
-  ​printcap name /​etc/​printcap +
- +
-# CUPS printing. ​ See also the cupsaddsmb(8) manpage in the +
-# cupsys-client package. +
-   printing = cups +
-   ​printcap name = cups +
- +
-  use client driver = yes +
-   +
-[printers] +
-  browseable = no +
-  ​printable = yes +
-  ​writable ​= no +
-  guest ok = yes +
-  ​comment = All Printers  +
-  public ​= yes +
-  ​printer admin = root +
- +
-  [print$] +
-  guest ok = no +
-  comment = Printer Drivers  +
-  writable = no +
-  path = /​etc/​samba/​drivers +
-  write list root @ntadmin+
  
 +# Windows clients look for this share name as a source of downloadable
 +# printer drivers
 +[print$]
 +   ​comment = Printer Drivers
 +   path = /​var/​lib/​samba/​printers
 +   ​browseable = yes
 +   ​writeable = no
 +   read only = yes
 +   guest ok = no
 +# Uncomment to allow remote administration of Windows print drivers.
 +# You may need to replace '​lpadmin'​ with the name of the group your
 +# admin users are members of.
 +# Please note that you also need to set appropriate Unix permissions
 +# to the drivers directory for these users to have write rights in it
 +   write list = root, @lpadmin
 </​code>​ </​code>​
  
utilisateurs/hypathie/tutos/samba.txt · Dernière modification: 13/09/2014 15:46 par Hypathie

Pied de page des forums

Propulsé par FluxBB