Citace Původně odeslal dekon
Hodil byse konfigurak Samby
Jo, sry - vyhodil jsem komentare protoze ted nemam pristup na FTPko abych to hodil jinam.

Kód:
[global]

# Change this for the workgroup/NT-domain name your Samba server will part of
   workgroup = HOME

# server string is the equivalent of the NT Description field
   server string = Samba server

   invalid users = root
   null passwords = yes
   smb passwd file = /etc/samba/smbpasswd

   log file = /var/log/samba/log.%m
   max log size = 1000
   syslog = 0

   encrypt passwords = true
   socket options = TCP_NODELAY
   dns proxy = no
   unix password sync = yes
   passwd program = /usr/bin/passwd %u
   passwd chat = *Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spassword:* %n\n .
   obey pam restrictions = yes

#======================= Share Definitions =======================

[homes]
   comment = Home Directories
   browseable = no

   writable = no

   create mask = 0700

   directory mask = 0700

[public]
   path = /home/samba/public
   public = True
   only guest = False
   writable = True
   printable = no
   directory mask = 0777
   create mask = 0777

[printers]
   comment = All Printers
   browseable = no
   path = /tmp
   printable = yes
   public = no
   writable = no
   create mode = 0700