Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Nov 2005 11:33:32 +0100
From:      "Ronald Klop" <ronald@cs.vu.nl>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Cc:        ronald@cs.vu.nl
Subject:   ports/89060: Add pam support to x11/xlockmore.
Message-ID:  <1132050812.0@ronald.base.nl>
Resent-Message-ID: <200511151040.jAFAeFuJ003917@freefall.freebsd.org>

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

>Number:         89060
>Category:       ports
>Synopsis:       Add pam support to x11/xlockmore.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 15 10:40:15 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Ronald Klop
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:


System: FreeBSD 6.0-STABLE #3: Mon Nov 14 00:20:30 CET 2005
    root@ronald.base.nl:/usr/obj/usr/src/sys/SMP-RONALD



>Description:


To enable my ldap login in xlockmore it is needed to add pam support to xlockmore.
Xlockmore already has support for this. Only our port doesn't enable it. This patch enables it.



>How-To-Repeat:





>Fix:


--- xlockmore-pam.diff begins here ---
diff -urN0 /usr/ports/x11/xlockmore/Makefile xlockmore-pam/Makefile
--- /usr/ports/x11/xlockmore/Makefile	Tue Nov 15 11:23:46 2005
+++ xlockmore-pam/Makefile	Tue Nov 15 11:24:38 2005
@@ -51,0 +52,5 @@
+.if defined(WITH_PAM)
+# Don't forget to edit the /etc/pam.d/* files for your config.
+CONFIGURE_ARGS+=--enable-pam
+.endif
+
--- xlockmore-pam.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?1132050812.0>