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.
kitsune
v.velox at vvelox.net
Fri Apr 27 10:10:05 UTC 2007
>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 at 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:
More information about the freebsd-ports-bugs
mailing list