0% found this document useful (0 votes)
21 views

Samba Server

The document describes the configuration of a Samba server by editing the /etc/samba/smb.conf file. It defines a shared folder called "share" located in the /home/vanfier/share directory that is browseable and writeable by the valid user "Ade". The global settings specify name resolution, debugging options, user/group management scripts, and identifies the server as "FILESERVER" running Samba.
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views

Samba Server

The document describes the configuration of a Samba server by editing the /etc/samba/smb.conf file. It defines a shared folder called "share" located in the /home/vanfier/share directory that is browseable and writeable by the valid user "Ade". The global settings specify name resolution, debugging options, user/group management scripts, and identifies the server as "FILESERVER" running Samba.
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

1. Konfigurasi Samba Server konfigurasi di /etc/samba/smb.conf #vim /etc/samba/smb.

conf[SHARE] path=/home/vanfier/share browseable=yes writeable=yes valid users=Ade #Global Setting, [global] name resolve order = wins bcast hosts passwd chat debug = Yes add group script = /usr/sbin/groupadd %g passwd chat = *Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spassword:* %n\n delete group script = /usr/sbin/groupdel %g add user to group script = /usr/sbin/usermod -G %g %u null passwords = Yes username map = /etc/samba/smbusers passdb backend = tdbsam passwd program = /usr/bin/passwd %u wins support = true netbios name = FILESERVER server string = Samba Server unix password sync = Yes os level = 20 add user script = /usr/sbin/useradd -m %u add machine script = /usr/sbin/useradd -s /bin/false/ -d /var/lib/nobody %u delete user script = /usr/sbin/userdel -r %u log level = 3 2.

You might also like