Bug 3197
Summary: | nis bugs | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | aapuch |
Component: | ypserv | Assignee: | Jay Turner <jturner> |
Status: | CLOSED WORKSFORME | QA Contact: | |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 6.0 | CC: | srevivo |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 1999-06-01 20:51:53 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
aapuch
1999-06-01 20:02:48 UTC
There are several problems that have been fixed in yppasswd. Try ypserv-1.3.6.94 or later for those fixes. However, you probably need to configure your yp server correctly. That requires doing at least domainname whatever # make sure your domain is correct pwconv # use shadow passwords grpconv # and convert /etc/group too cd /var/yp # update all the maps make edit /etc/yp.conf # to identify the server and domain /etc/rc.d/init.d/ypserv start # start the server /etc/rc.d/init.d/ypbind start # start the client ... the ypbind client should find the yopserv server here ... /etc/rc.d/init.d/yppasswd start # start the ypppasswd server |