Bug 11106 - make install guesses the wrong domain name if the workgroup contains a "." (dot)
Summary: make install guesses the wrong domain name if the workgroup contains a "." (dot)
Status: NEW
Alias: None
Product: Samba 4.1 and newer
Classification: Unclassified
Component: Build (show other bugs)
Version: unspecified
Hardware: All Linux
: P5 minor (vote)
Target Milestone: ---
Assignee: Björn Jacke
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-19 18:00 UTC by Giovanni Faglioni
Modified: 2015-02-19 18:00 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Giovanni Faglioni 2015-02-19 18:00:44 UTC
During the upgrade process (whith "make install") it somehow assumes the samba domain ends at the first dot instead of using the domain name defined in the "workgroup" variable of smb.conf.

Long version:
We have classicupgrade-d a domain containing a "." character like "IPPOLITO.DOM", with DNS domain "enterprise.it".
It works beautifully until we upgrade samba with the usual "make install". (yes, we stop the daemons and do the proper backups first)

fter the upgrade the windows domain (and Kerberos realm) is IPPOLITO instead of IPPOLITO.DOM and the DNS domain is DOM.ENTERPRISE.IT instead of ENTERPRISE.IT.