Skip to content

Commit

Permalink
use kala_user for samba
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Oct 15, 2012
1 parent 51d13ec commit 88e0a54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/samba/templates/smb.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
# This option controls how unsuccessful authentication attempts are mapped
# to anonymous connections
map to guest = bad user
guest account = www-data
guest account = <%= scope.lookupvar('kala_user') %>

########## Domains ###########

Expand Down Expand Up @@ -345,7 +345,7 @@ guest only = yes
browseable = yes
public = yes

force user = www-data
force user = <%= scope.lookupvar('kala_user') %>
force group = www-data

create mask = 0775
Expand Down

0 comments on commit 88e0a54

Please sign in to comment.