Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 2095834 - smbcacls returns IDs instead of user/group names by default
Summary: smbcacls returns IDs instead of user/group names by default
Keywords:
Status: CLOSED DUPLICATE of bug 2108383
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: samba
Version: 8.7
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Andreas Schneider
QA Contact: Denis Karpelevich
URL:
Whiteboard:
Depends On: 2108383
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-06-10 17:16 UTC by Denis Karpelevich
Modified: 2022-08-02 09:44 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-08-02 09:44:05 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker RHELPLAN-125016 0 None None None 2022-06-10 17:25:08 UTC

Comment 1 Andreas Schneider 2022-06-14 12:36:17 UTC
$ bin/smbcacls //$SERVER/tmp / -U$DC_USERNAME%$DC_PASSWORD
REVISION:1
CONTROL:SR|DP
OWNER:LOCALADMEMBER/asn
GROUP:Unix Group/asn-group
ACL:LOCALADMEMBER/asn:ALLOWED/0x0/FULL
ACL:Unix Group/asn-group:ALLOWED/0x0/FULL
ACL:Everyone:ALLOWED/0x0/FULL
ACL:Creator Owner:ALLOWED/OI|CI|IO/FULL
ACL:Creator Group:ALLOWED/OI|CI|IO/READ
ACL:Everyone:ALLOWED/OI|CI|IO/READ

$ bin/smbcacls //$SERVER/tmp / -U$DC_USERNAME%$DC_PASSWORD --numeric
REVISION:1
CONTROL:0x8004
OWNER:S-1-5-21-3826115596-2464953040-1130031652-1000
GROUP:S-1-22-2-100
ACL:S-1-5-21-3826115596-2464953040-1130031652-1000:0/0x0/0x001f01ff
ACL:S-1-22-2-100:0/0x0/0x001f01ff
ACL:S-1-1-0:0/0x0/0x001f01ff
ACL:S-1-3-0:0/0xb/0x001f01ff
ACL:S-1-3-1:0/0xb/0x001200a9
ACL:S-1-1-0:0/0xb/0x001200a9

This works for me. Is winbind running?


Can you provide level 10 logs for smbcacls, smbd and winbind please?


Note You need to log in before you can comment on or make changes to this bug.