Bug 9020

Summary: Typos in pam.d/ssh example of pam_ldap documentation
Product: [Retired] Red Hat Linux Reporter: lplanas
Component: pam_ldapAssignee: Nalin Dahyabhai <nalin>
Status: CLOSED RAWHIDE QA Contact:
Severity: low Docs Contact:
Priority: medium    
Version: 6.1   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-02-02 15:52:34 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 lplanas 2000-01-31 18:19:44 UTC
auth       required     /lib/security/pam_nologin.so
auth       sufficient    /lib/security/pam_ldap.so
auth       required     /lib/security/pam_unix_auth.so try_first_pass
account    sufficient   /lib/secuirty/pam_ldap.so
				 ^^
				 These wovels are reversed

account    required     /lib/security/pam_unix_acct.so
password   required     /lib/security/pam_cracklib.so
password   sufficient   /lib/security/pam_ldap.so
password   required     /lib/security/pam_pwdb.so use_first_pass
session    required     /lib/security/pam_unix_session.so

Because of this typos in the path of pam_ldap.so, the authentication
fails.

Comment 1 Nalin Dahyabhai 2000-02-02 15:51:59 UTC
Good catch.  This is fixed in the Raw Hide version of nss_ldap, which now
includes the contents of the now-defunct pam_ldap package.