SambaTdbsamBackend: Difference between revisions

From DrewWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
<pre>[root@drewserv ~]# cat /etc/samba/smb.conf
<syntaxhighlight lang=bash>
[root@drewserv ~]# cat /etc/samba/smb.conf
[global]
[global]
         workgroup = WORKGROUP
         workgroup = WORKGROUP
Line 18: Line 19:
         valid users = user,drew
         valid users = user,drew
         read only = No
         read only = No
</pre>
</syntaxhighlight>

Latest revision as of 01:25, 25 January 2018

[root@drewserv ~]# cat /etc/samba/smb.conf
[global]
        workgroup = WORKGROUP
        server string = drewserv
	security = user
        passdb backend = tdbsam
        log file = /var/log/samba/log.%m
        max log size = 50

;	Get samba to stop complaining about cups
        load printers = no
	show add printer wizard = no
	printcap name = /dev/null
	disable spoolss = yes

[share]
        path = /mnt/raid5
        valid users = user,drew
        read only = No