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 848407 - for domain security model of Winbind accounts, allow use of domain FQDN and derive short name out of it
Summary: for domain security model of Winbind accounts, allow use of domain FQDN and d...
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: authconfig
Version: 6.4
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: beta
: ---
Assignee: Tomas Mraz
QA Contact: BaseOS QE - Apps
URL:
Whiteboard:
Depends On:
Blocks: 848417
TreeView+ depends on / blocked
 
Reported: 2012-08-15 13:57 UTC by David Jaša
Modified: 2016-08-11 11:08 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-08-11 11:08:05 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description David Jaša 2012-08-15 13:57:23 UTC
Description of problem:
for domain security model of Winbind accounts, allow use of domain FQDN and derive short name out of it.

Why:
1) FQDN is a canonical domain name
2) FQDN allows to get DC address from SRV records (will file separate bug)
3) dot "." should not be used for new NetBIOS domain names since Server 2003 [1]
4) dot "." is disallowed character for DNS domain names [1]

based on 3) and 4) it is safe to assume that domains names with dots are dns domain names and NetBIOS domain name used by the field/option is

Version-Release number of selected component (if applicable):
authconfig-gtk-6.1.12-10.el6.x86_64

How reproducible:
always

Steps to Reproduce:
1. when configuring rhel to authenticate against AD, use FQDN of the AD domain in "Winbind Domain" field (or --smbworkgroup option)
2.
3.
  
Actual results:
rhel can't authenticate

Expected results:
* authconfig should do 's/$\([^.]\+\)\..*/\1/' (aka feed samba-winbind with part of the domain name from the beginning of the string to leftmost dot).
* rhel should be able to get auth information (aka getenv user@domain should be sucessfull)

Additional info:
[1] http://support.microsoft.com/kb/909264

Comment 2 RHEL Program Management 2012-09-07 05:16:31 UTC
This request was evaluated by Red Hat Product Management for
inclusion in the current release of Red Hat Enterprise Linux.
Because the affected component is not scheduled to be updated
in the current release, Red Hat is unable to address this
request at this time.

Red Hat invites you to ask your support representative to
propose this request, if appropriate, in the next release of
Red Hat Enterprise Linux.

Comment 3 Tomas Mraz 2016-08-11 11:07:50 UTC
I am sorry but we are not going to implement this feature in RHEL-6.


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