Bug 3650
| Summary: | klock (KDE screen blanker/locker) not YP-compatible | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | eric |
| Component: | kdebase | Assignee: | Preston Brown <pbrown> |
| Status: | CLOSED WORKSFORME | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.0 | ||
| 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-09-23 16:59:57 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
eric
1999-06-22 23:27:13 UTC
we have no problems using PAM locally here at Red Hat, and having PAM
authenticate against local files and NIS/YP. Are you sure you haven't
misconfigured your PAM set up?
my passwd: line in nsswitch.conf is just a simple "files nisplus nis".
/etc/pam.d/kde contains:
#%PAM-1.0
auth required /lib/security/pam_pwdb.so shadow nullok
auth required /lib/security/pam_nologin.so
account required /lib/security/pam_pwdb.so
password required /lib/security/pam_cracklib.so
password required /lib/security/pam_pwdb.so shadow nullok
use_authtok
session required /lib/security/pam_pwdb.so
session optional /lib/security/pam_console.so debug
It is used to authenticate for kdm and the kde screensavers.
my /etc/pwdb.conf (the pam_pwdb module is used to authenticate) has
the following:
#
# This is the configuration file for the pwdb library
#
user:
unix+shadow
nis+unix+shadow
group:
unix+shadow
nis+unix+shadow
These are all the stock, shipped defaults.
|