Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
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.
DescriptionVarun Mylaraiah
2019-04-03 08:11:24 UTC
Description of problem:
ipa trust-add failing with CIFS server communication error.
Version-Release number of selected component (if applicable):
ipa-server-4.6.5-3.el7.x86_64
samba-4.9.1-3.el7.x86_64
How reproducible:
100%
Steps to Reproduce:
1. Setup IPA server
2. ipa-adtrust-install
3. ipa trust-add
Actual results:
Fails with error:
ipa: ERROR: CIFS server communication error: code "3221225506", message "{Access Denied} A process has requested access to an object but has not been granted those access rights." (both may be "None")
Expected results:
Trust should add.
Additional info:
Attached error logs
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHBA-2019:2241
HI,
I have a customer that is still showing the same error messages with the updated errata packages. Is there anything else I can look for as to a root cause of this error message:
error message: CIFS server communication error: code "3221225506'', message "{Access Denied} A process has requested access to an object but has not been granted those access rights." (both may be "None")
Any insight would be appreciated.
Corey Brown
Comment 21Florence Blanc-Renaud
2019-09-09 07:02:23 UTC
Hi Corey,
please ask your customer to provide fresh logs obtained with the updated errata packages (ipa-4.6.5-11.el7):
- Stop smb and winbind services on IdM server
systemctl stop smb winbind
- Set log level to increased debug so that packets smbd/winbindd receive get printed fully in the logs:
net conf setparm global 'log level' 100
- Set log level to increased debug so that communication done by IPA when establishing trust is printed fully in the logs. Change /usr/share/ipa/smb.conf.empty:
[global]
log level = 100
- Remove old /var/log/samba/log.*
- Start smb and winbind services
systemctl start smb winbind
- Re-add trust
date;ipa -vvv trust-add <forest roo> ...; date
- Provide the logs from /var/log/httpd/error_log /var/log/samba/log.* and the output of ipa trust-add
Comment 36Red Hat Bugzilla
2023-09-18 00:15:48 UTC
The needinfo request[s] on this closed bug have been removed as they have been unresolved for 120 days
Description of problem: ipa trust-add failing with CIFS server communication error. Version-Release number of selected component (if applicable): ipa-server-4.6.5-3.el7.x86_64 samba-4.9.1-3.el7.x86_64 How reproducible: 100% Steps to Reproduce: 1. Setup IPA server 2. ipa-adtrust-install 3. ipa trust-add Actual results: Fails with error: ipa: ERROR: CIFS server communication error: code "3221225506", message "{Access Denied} A process has requested access to an object but has not been granted those access rights." (both may be "None") Expected results: Trust should add. Additional info: Attached error logs