What is needed to address bug#1601, Excel and Powerpoint file timestamp changes?

David Pullman dpullman at cme.nist.gov
Thu Feb 3 20:57:33 GMT 2005


David Pullman wrote:

> 
> OK, I ran the current patch cluster for Solaris 9 and reran the tests on 
> 3.0.11rc1.  As the owner of a powerpoint file I can open it but as the 
> member of a group, on a file with 666 perms, I can only get read-only 
> privs.  3.0.10 on the same shares with the same smb.conf works fine.
> 

FYI, I did a spot check of the two level 10 logs and this may not be 
meaningful but I noticed a consistent difference.  The rc1 test and the 
.10 test run had the groups enumerated differently each time it ran 
auth/auth_util.c:

rc1:
[2005/02/03 14:25:36, 5] auth/auth_util.c:(507)
   UNIX token of user 19122
   Primary group is 4228 and contains 11 supplementary groups
   Group[  0]: 4228
   Group[  1]: 0
   Group[  2]: 80
   Group[  3]: 304
   Group[  4]: 3001
   Group[  5]: 4031
   Group[  6]: 4078
   Group[  7]: 4128
   Group[  8]: 4227
   Group[  9]: 4229
   Group[ 10]: 19029

.10:
[2005/02/03 14:27:24, 5] auth/auth_util.c:(505)
   UNIX token of user 19122
   Primary group is 4228 and contains 11 supplementary groups
   Group[  0]: 0
   Group[  1]: 80
   Group[  2]: 304
   Group[  3]: 3001
   Group[  4]: 4031
   Group[  5]: 4078
   Group[  6]: 4128
   Group[  7]: 4227
   Group[  8]: 4228
   Group[  9]: 4229
   Group[ 10]: 19029

--David


More information about the samba-technical mailing list