Bug 13354 - Connect fails using full domain name with allow trusted domains = no
Summary: Connect fails using full domain name with allow trusted domains = no
Status: NEW
Alias: None
Product: Samba 4.1 and newer
Classification: Unclassified
Component: Other (show other bugs)
Version: 4.7.6
Hardware: All All
: P5 normal (vote)
Target Milestone: ---
Assignee: Andrew Bartlett
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-23 16:08 UTC by Joe Frank
Modified: 2018-03-23 20:27 UTC (History)
2 users (show)

See Also:


Attachments
Patch to auth.c (455 bytes, patch)
2018-03-23 16:08 UTC, Joe Frank
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Joe Frank 2018-03-23 16:08:13 UTC
Created attachment 14080 [details]
Patch to auth.c

When the "allow trusted domains = no" option is set any connect attempt using credentials that specify the full domain name will fail. Using the short domain name, the machine name, or no domain works as expected.

I've attached a patch that also allows the use of the full domain name.