diff --git a/samba/README.md b/samba/README.md index 357ce02..25034a1 100644 --- a/samba/README.md +++ b/samba/README.md @@ -40,11 +40,14 @@ guest ok = yes ``` $ cd ~/fig/samba +$ mkdir share +$ chmod 777 share +$ touch share/README.txt $ docker-compose up -d $ docker exec -it samba_samba_1 sh ->>> chmod 777 /share ->>> adduser kev ->>> smbpasswd -a kev +>>> smbpasswd -a root +New SMB password:****** +Retype new SMB password:****** >>> exit ``` diff --git a/samba/smb.conf b/samba/smb.conf index 2201bbc..5109918 100644 --- a/samba/smb.conf +++ b/samba/smb.conf @@ -16,10 +16,6 @@ pam password change = yes map to guest = bad user usershare allow guests = yes load printers = no -show add printer wizard = no -printing = none -printcap name = /dev/null -disable spoolss = yes [share] path = /share