Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Jan 2002 15:24:37 -0500 (EST)
From:      Vivek Khera <khera@kciLink.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/33481: kdm complains about "no modules"
Message-ID:  <200201022024.g02KOb540527@onceler.kciLink.com>

next in thread | raw e-mail | index | archive | help

>Number:         33481
>Category:       ports
>Synopsis:       kdm complains about "no modules"
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 02 12:30:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Vivek Khera
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD onceler.kciLink.com 4.4-STABLE FreeBSD 4.4-STABLE #4: Tue Dec 11 10:12:07 EST 2001 khera@onceler.kciLink.com:/amd/yertle/u/yertle2/usr.obj/amd/onceler/u/onceler1/usr/src/sys/ONCELER i386


	
>Description:
	
with the kde-2.2.2 port, kdm logs this to syslog:

 no modules loaded for `kde' service

which appear to be coming from PAM.  Functionality is not affected, apparently.


>How-To-Repeat:
	
>Fix:

	
either tell kdm to use the "xdm" pam configuration, or copy the xdm pam configuration and rename it as "kdm":

--- #pam.conf~  Wed Jan  2 15:13:11 2002
+++ pam.conf    Wed Jan  2 15:13:11 2002
@@ -82,6 +82,13 @@
 xdm    session required        pam_deny.so
 xdm    password required       pam_deny.so
 
+# KDM -- copy of xdm above
+kdm    auth    required        pam_unix.so
+#kdm   auth    sufficient      pam_kerberosIV.so               try_first_pass
+kdm    account required        pam_unix.so                     try_first_pass
+kdm    session required        pam_deny.so
+kdm    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
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201022024.g02KOb540527>