unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] gnu: Enable pam in xlock
@ 2016-10-17 19:49 John Darrington
  2016-10-18 12:30 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: John Darrington @ 2016-10-17 19:49 UTC (permalink / raw)
  To: guix-devel; +Cc: John Darrington

* gnu/packages/xdisorg.scm (xlockmore) [arguments]: Add --enable-pam
---
 gnu/packages/xdisorg.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 323ff11..0fe9c94 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -563,7 +563,8 @@ things less distracting.")
                "138d79b8zc2hambbr9fnxp3fhihlcljgqns04zf0kv2f53pavqwl"))))
     (build-system gnu-build-system)
     (arguments
-     '(#:configure-flags (list (string-append "--enable-appdefaultdir="
+     '(#:configure-flags (list "--enable-pam"
+                               (string-append "--enable-appdefaultdir="
                                               (assoc-ref %outputs "out")
                                               "/lib/X11/app-defaults"))
        #:tests? #f))                            ;no such thing as a test suite
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] gnu: Enable pam in xlock
  2016-10-17 19:49 [PATCH] gnu: Enable pam in xlock John Darrington
@ 2016-10-18 12:30 ` Ludovic Courtès
  2016-10-19  5:06   ` John Darrington
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2016-10-18 12:30 UTC (permalink / raw)
  To: John Darrington; +Cc: guix-devel

John Darrington <jmd@gnu.org> skribis:

> * gnu/packages/xdisorg.scm (xlockmore) [arguments]: Add --enable-pam

Subject line should start with “gnu: xlockmore:”, but otherwise LGTM!

Interestingly, I always thought PAM support was enabled and we even
populate /etc/pam.d with an entry for ‘xlock’ via the ‘screen-locker’
service.

Thanks,
Ludo’.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] gnu: Enable pam in xlock
  2016-10-18 12:30 ` Ludovic Courtès
@ 2016-10-19  5:06   ` John Darrington
  0 siblings, 0 replies; 3+ messages in thread
From: John Darrington @ 2016-10-19  5:06 UTC (permalink / raw)
  To: Ludovic Court??s; +Cc: guix-devel, John Darrington

[-- Attachment #1: Type: text/plain, Size: 1058 bytes --]

On Tue, Oct 18, 2016 at 02:30:07PM +0200, Ludovic Court??s wrote:
     John Darrington <jmd@gnu.org> skribis:
     
     > * gnu/packages/xdisorg.scm (xlockmore) [arguments]: Add --enable-pam
     
     Subject line should start with ???gnu: xlockmore:???, but otherwise LGTM!
     
     Interestingly, I always thought PAM support was enabled and we even
     populate /etc/pam.d with an entry for ???xlock??? via the ???screen-locker???
     service.
     
Although linux-pam was declared an input, xlockmore doesn't use it unless given
a configure option.

However, xlockmore has three configure options: --enable-pam, --enable-pam-good 
and --enable-pam-bad  but none of them seem to work properly.


So I'm going to refrain from pushing this patch until I can work out what is going
on.


J'
     

-- 
Avoid eavesdropping.  Send strong encrypted email.
PGP Public key ID: 1024D/2DE827B3 
fingerprint = 8797 A26D 0854 2EAB 0285  A290 8A67 719C 2DE8 27B3
See http://sks-keyservers.net or any PGP keyserver for public key.


[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-10-19  5:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-17 19:49 [PATCH] gnu: Enable pam in xlock John Darrington
2016-10-18 12:30 ` Ludovic Courtès
2016-10-19  5:06   ` John Darrington

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).