Bug 2232564

Summary: [RHEL8] samba 4.18 regression. WERR_NERR_DFSNOSUCHSERVER with dfsgetinfo
Product: Red Hat Enterprise Linux 8 Reporter: Andreas Schneider <asn>
Component: sambaAssignee: Andreas Schneider <asn>
Status: CLOSED ERRATA QA Contact: sssd-qe
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 8.9CC: aboscatt, asn, dkarpele, pfilipen
Target Milestone: rcKeywords: Triaged
Target Release: ---Flags: pm-rhel: mirror+
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: sync-to-jira
Fixed In Version: samba-4.18.6-1.el8 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: 2211617 Environment:
Last Closed: 2023-11-14 15:50:31 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 2211617    
Bug Blocks:    

Description Andreas Schneider 2023-08-17 11:47:01 UTC
+++ This bug was initially created as a clone of Bug #2211617 +++

Description of problem:
dfsgetinfo reports WERR_NERR_DFSNOSUCHSERVER in Permissive mode and
NT_STATUS_CONNECTION_DISCONNECTED in Enforcing mode. 
http://pastebin.test.redhat.com/1051880
http://file.emea.redhat.com/~dkarpele/log_dfsgetinfo/

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
The order of the commands is:
0) created dir on Windows (win-share-coredump-with)
1) Join the Ad domain and start smb & winbind
2) ln -s msdfs:AD-SAMBA-R87\win-share-coredump-with pointA
3) smbclient //localhost/samba-share/pointA -U Administrator%Secret123 -c showconnect'
//AD-SAMBA-R87/win-share-coredump-with

4) rpcclient localhost -U% -c 'dfsgetinfo \\localhost\samba-share\pointA localhost pointA''do_cmd: Could not initialise netdfs. Error was NT_STATUS_CONNECTION_DISCONNECTED

5) setenforce 0
6) rpcclient localhost -U% -c 'dfsgetinfo \\localhost\samba-share\pointA localhost pointA''
result was WERR_NERR_DFSNOSUCHSERVER

Actual results:
result was WERR_NERR_DFSNOSUCHSERVER

Expected results:


Additional info:

https://idm-artifacts.psi.redhat.com/idm-ci/samba/Test-compose/RHEL9.3/2023-05-23_16-14/tier-2/tier2_ws2019/1/tier2-restraint.01/recipes/1/tasks/32/logs/taskout.log 
Originally found on samba-4.16, now I reproduce it on samba-4.18. Test works fine with samba-4.17

--- Additional comment from Pavel Filipensky on 2023-06-12 09:33:40 UTC ---

The reason is in a new samba code in samba-4.18. rpcclient dfsgetinfo no longer supports double backslash in path:


rpcclient localhost -U% -c 'dfsgetinfo \\localhost\samba-share\pointA localhost pointA''

and works only with a single backslash.

rpcclient localhost -U% -c 'dfsgetinfo \localhost\samba-share\pointA localhost pointA''

Mail to upstream was sent to samba-technical list to clarify the change.

--- Additional comment from Pavel Filipensky on 2023-08-03 07:50:58 UTC ---

The fix is part of samba-4.18.6 which will be released in the middle of August. Rhel 8.9/9.3 will be then rebased to it.

Comment 6 errata-xmlrpc 2023-11-14 15:50:31 UTC
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 (Moderate: samba security, bug fix, and enhancement update), 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/RHSA-2023:7139