Date: Tue, 18 Dec 2001 17:34:12 -0500 (EST) From: Joe Marcus Clarke <marcus@marcuscom.com> To: FreeBSD-gnats-submit@freebsd.org Subject: conf/32990: -stable pam.conf does not work for GDM Message-ID: <200112182234.fBIMYCH67243@shumai.marcuscom.com>
next in thread | raw e-mail | index | archive | help
>Number: 32990 >Category: conf >Synopsis: -stable pam.conf does not work for GDM >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Dec 18 14:40:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Joe Marcus Clarke >Release: FreeBSD 4.4-STABLE i386 >Organization: MarcusCom, Inc, >Environment: System: FreeBSD shumai.marcuscom.com 4.4-STABLE FreeBSD 4.4-STABLE #0: Sun Dec 16 00:23:18 EST 2001 marcus@shumai.marcuscom.com:/usr/obj/usr/src/sys/SHUMAI i386 >Description: When logging in through GDM after cvsup'ing to the latest -stable, I get the following errors: dlerror: Cannot open "/usr/lib/pam_nologin.so" unable to resolve symbol: pam_sm_open_session >How-To-Repeat: cvsup to -stable, and try to login via GDM. >Fix: --- etc/pam.conf.orig Tue Dec 18 17:35:45 2001 +++ etc/pam.conf Tue Dec 18 17:35:57 2001 @@ -83,7 +83,6 @@ xdm password required pam_deny.so # GDM (GNOME Display Manager) -gdm auth required pam_nologin.so no_warn #gdm auth sufficient pam_kerberosIV.so no_warn try_first_pass #gdm auth sufficient pam_krb5.so no_warn try_first_pass #gdm auth sufficient pam_ssh.so no_warn try_first_pass @@ -94,7 +93,7 @@ #gdm session required pam_kerberosIV.so #gdm session required pam_krb5.so #gdm session required pam_ssh.so -gdm session required pam_unix.so +gdm session required pam_permit.so gdm password required pam_deny.so # Mail services >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112182234.fBIMYCH67243>