Bug 1681 - swat overwrites badly access control lists
Summary: swat overwrites badly access control lists
Status: RESOLVED WONTFIX
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: SWAT (show other bugs)
Version: 3.0.0
Hardware: x86 Linux
: P3 normal
Target Milestone: none
Assignee: Samba Bugzilla Account
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-30 06:33 UTC by Jetchko Jekov
Modified: 2004-08-30 06:54 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jetchko Jekov 2004-08-30 06:33:13 UTC
I'm using samba 3.0.6 as Domain Member 
 
when I set acl on share via swat for example 
valid users = "@Domain users" 
 
after commit it looks 
valid users = '@Domain users' 
 
and after second commit it looks 
valid users = '@Domain, Users' which is wrong
Comment 1 Gerald (Jerry) Carter (dead mail address) 2004-08-30 06:53:39 UTC
Converting smb.conf to only use double quotes to enclose a string 
will work around this.  Refer to BUG 1221 and BUG 599.
Comment 2 Gerald (Jerry) Carter (dead mail address) 2004-08-30 06:54:57 UTC
btw....I now regret this change and the reversion since it caused
some pretty severe headaches that should have been documented in the 
release notes (but were not).  Sorry.