From 9ab930cfed03248afb4660ad91d1f3e6002841f5 Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Mon, 22 Aug 2005 12:45:48 +0000 Subject: set wiz_owner to zero --- samba_wizard/Sambashare.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'samba_wizard/Sambashare.pm') diff --git a/samba_wizard/Sambashare.pm b/samba_wizard/Sambashare.pm index ca066512..53273191 100755 --- a/samba_wizard/Sambashare.pm +++ b/samba_wizard/Sambashare.pm @@ -303,7 +303,7 @@ $o->{pages} = { name => N("Add a share") . "\n" . N("If you don\'t want to use one of this options, leave it blanck."), pre => sub { $o->{var}{wiz_addshare_createmode} = "0700"; - $o->{var}{wiz_owner} = 1; + $o->{var}{wiz_owner} = 0; $o->{var}{wiz_addshare_createmask} = "664"; $o->{var}{wiz_addshare_directorymask} = "775"; }, -- cgit v1.2.1