Created
August 6, 2015 16:13
-
-
Save demofly/9880dc575247ae07b317 to your computer and use it in GitHub Desktop.
smb.conf for dev VMs in AD
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[global] | |
workgroup = SAGL | |
server string = SA | |
netbios name = duser047 | |
hosts allow = 10.8. 127.0.0.1 | |
log file = /var/log/samba/log.%m | |
max log size = 50 | |
security = user | |
passdb backend = tdbsam | |
load printers = yes | |
cups options = raw | |
[homes] | |
comment = Home Directories | |
browseable = no | |
writable = yes | |
valid users = %S | |
valid users = ISP.LOCAL\%S | |
create mask = 0770 | |
directory mask = 0775 | |
[printers] | |
comment = All Printers | |
path = /var/spool/samba | |
browseable = no | |
guest ok = no | |
writable = no | |
printable = yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment