Bug 665465

Summary: nss_ldap provides nis capabilities, but neglects to set the nisdomainname
Product: Red Hat Enterprise Linux 6 Reporter: Jr Aquino <jr.aquino>
Component: nss-pam-ldapdAssignee: Orphan Owner <extras-orphan>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 6.3CC: extras-orphan, jhrozek, nc, notting, prc
Target Milestone: rc   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-06-29 14:38:39 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jr Aquino 2010-12-23 22:51:17 UTC
Description of problem:
nss_ldap allows for nis content to be stored correctly in LDAP, however, a subtle yet important piece is missing.  nisdefaultdomain is left unset.  The only way to achieve this is to:
A. manually set defaultdomain domain.com at the cli <- doesn't survive reboot.
B. configure the client as if it was a nis / yp client complete with yp.conf file expecting a <nis> server to be available.

/etc/sysconfig/network allows for the variable NISDOMAIN to be set, but the only init code that appears to call it is the ypbind piece.

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


How reproducible / Steps to Reproduce:
/etc/ldap.conf:
nss_base_netgroup $DN-DATA

/etc/nsswitch.conf:
netgroup:   ldap

/etc/sysconfig/network:
NISDOMAIN=domain.com

getent netgroup <netgroup-name>

domainname or nisdomainname cli returns (none)
  
Actual results:
getent netgroup <netgroup-name>
 - returns proper nisnetgrouptriple

domainname or nisdomainname cli:
 -returns (none)

Expected results:
getent netgroup <netgroup-name>
 - returns proper nisnetgrouptriple

domainname or nisdomainname cli:
 -returns nisnetgroupname


Additional info:
If /etc/sysconfig/network contains the NISDOMAIN var, then the internal system should set that without having to be called specifically from the ypbind init script.

Comment 3 Bill Nottingham 2012-06-29 14:38:39 UTC

*** This bug has been marked as a duplicate of bug 704919 ***