Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Apr 2007 14:03:35 -0400
From:      "kitsune " <v.velox@vvelox.net>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/112178: Update: x11/xscreensaver Enable PAM support. With out this you can't use it if you are using LDAP or the like for authentication.
Message-ID:  <1177610615.89209@vixen42.vulpes>
Resent-Message-ID: <200704271010.l3RAA59w031084@freefall.freebsd.org>

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

>Number:         112178
>Category:       ports
>Synopsis:       Update: x11/xscreensaver  Enable PAM support. With out this you can't use it if you are using LDAP or the like for authentication.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 27 10:10:04 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     kitsune
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:


System: FreeBSD 6.2-STABLE #3: Mon Mar 19 02:00:40 EDT 2007
    root@vixen42.vulpes:/usr/obj/usr/src/sys/vixen42-2



>Description:


Currently x11/xscreensaver is compiled with out PAM support. This is a PITA for those of us who use LDAP or whatever for authentication and user/group stuff.


>How-To-Repeat:


1: Run xscreensaver using a LDAP user.
2:
3: Unleash the AAA upon the incoming flying monkies.
4: xscreensaver: couldn't get password of "<username of the user it is being ran under>"
    xscreensaver: 13:54:14: locking is disabled (error getting password).
5: Apply patch and reinstall.
6: Run it and notice that step 4 nolonger happens.
7: Laugh manically.


>Fix:


--- x11-xscreensaver-Makefile.diff begins here ---
--- Makefile.orig	Thu Apr 26 13:55:25 2007
+++ Makefile	Thu Apr 26 13:55:35 2007
@@ -24,7 +24,7 @@
 USE_GL=		yes
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--without-pam --with-gl --with-gle --with-xpm --with-xml \
+CONFIGURE_ARGS=	--with-gl --with-gle --with-xpm --with-xml \
 		--with-hackdir=${PREFIX}/bin/xscreensaver-hacks/ \
 		--with-configdir=${PREFIX}/share/xscreensaver/config/ \
 		--with-jpeg=${LOCALBASE} --without-gnome --without-kerberos \
--- x11-xscreensaver-Makefile.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



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