Kalau artikel sebelumnya (https://alfach.com/2010/01/07/membuat-simple-anonymous-samba-file-server-untuk-windows/) itu masih berupa anonymous, maka ini lanjutannya bagi yang ingin menambahkan autentikasi pada user. Berikut ini isi file smb.conf nya :

[global]

workgroup = workgroup

netbios name = alfach

server string = lan file server

security = user

encrypt passwords = yes

browseable = yes

hosts allow = 192.168.1.

[share1]

path = /sharing

comment = testfiles

read only = No

Lalu simpan, setelah itu, kita buat user dan password nya dengan menjalankan :

# smbpasswd -a fachrie

New SMB password:

Retype new SMB password:

Added user fachrie.

done

Tulisan Lain   Ubuntu : Theme, Boot Splash, Logo Baru

By alfach

Leave a Reply

Your email address will not be published. Required fields are marked *