Fix #41 by changing the default of "map to guest" to "never"

This commit is contained in:
Bert Van Vreckem 2019-06-22 17:21:41 +02:00
parent 03a1920252
commit 37a8bb43bc

View File

@ -8,7 +8,7 @@ samba_log_level: 0
samba_interfaces: []
samba_security: 'user'
samba_passdb_backend: 'tdbsam'
samba_map_to_guest: 'bad user'
samba_map_to_guest: 'never'
samba_load_printers: false
samba_printer_type: 'cups'
samba_cups_server: 'localhost:631'