Bug 5769 - Folder permissions not displayed properly in MS Windows
Summary: Folder permissions not displayed properly in MS Windows
Status: RESOLVED DUPLICATE of bug 9467
Alias: None
Product: Samba 3.2
Classification: Unclassified
Component: File services (show other bugs)
Version: 3.2.2
Hardware: x86 Solaris
: P3 normal
Target Milestone: ---
Assignee: Jeremy Allison
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-17 15:28 UTC by mchugh19@yahoo.com
Modified: 2013-02-18 15:05 UTC (History)
0 users

See Also:


Attachments
Windows screenshot showing no permissions being displayed (35.13 KB, image/jpeg)
2008-09-17 15:29 UTC, mchugh19@yahoo.com
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description mchugh19@yahoo.com 2008-09-17 15:28:44 UTC
Viewing security tab on samba mounted folder, no permission attributes are shown for CREATOR OWNER and CREATOR GROUP as well as actual username, group, and everyone (other). Adding permission for another user do display properly.

Setting permissions for user, group, everyone, CREATOR OWNER, and CREATOR GROUP do work, but are still not displayed. getfacl works unix side as well as show effective permissions windows side.
Comment 1 mchugh19@yahoo.com 2008-09-17 15:29:29 UTC
Created attachment 3595 [details]
Windows screenshot showing no permissions being displayed
Comment 2 Karolin Seeger 2009-05-11 04:15:41 UTC
Please add your configuration and level 10 log files.
Is a Winbind running on your system?
Comment 3 mchugh19@yahoo.com 2009-05-12 11:46:43 UTC
Winbindd is running and the machine is joined to a win 2k8 domain.

I'm not exactly sure what you want for logs. Logs of a windows client trying to display acl's? Logs of trying to set the acl from windows?

We are having some server room maintenance done, so we'll be running in a skeleton mode for the next two weeks or so. I've got a copy of the smb.conf and once we get our test machines back up again I'll post the requested logs.


[global]
    security = ADS
    realm = STUDENTS.FROOT.NAU.EDU
    workgroup = NAU-STUDENTS
    netbios name = rieekan
    server string = ""

   idmap backend = adex
   idmap uid = 50 - 1000000
   idmap gid = 50 - 1000000
   idmap config NAU-STUDENTS:backend = adex
   idmap config NAU-STUDENTS:range = 50 - 1000000
   idmap config NAU:backend = adex
   idmap config NAU:range = 50 - 1000000
   winbind nss info = adex

   winbind enum users = yes
   winbind enum groups = yes
   winbind nested groups = yes
   winbind normalize names = no
   winbind refresh tickets = yes
   template homedir = /home/%U
   template shell = /bin/bash

   admin users = @NAU-STUDENTS\cens_it-staff
   log level = 3

[homes]
    comment = Home directories
    read only = No
    browseable = No

[testing]
    read only = No
    browseable = yes
    path = /raid
    #inherit permissions = yes
    #inherit acls = yes
    #inherit owner = yes
    #dos filemode = yes
    acl check permissions = false
    nfs objects = zfsacl
    nfs4: mode = special

This smb.conf is showing the zfsacl module on a solaris 10 machine, but the same issue of acl's not displaying as checked happens on UFS (not special zfs) file systems as well.
Comment 4 Björn Jacke 2013-02-18 15:05:52 UTC

*** This bug has been marked as a duplicate of bug 9467 ***