GNU bug report logs - #36239
[PATCH] opensmtpd-service-type to extend pam

Previous Next

Package: guix-patches;

Reported by: Kristofer Buffington <kristofer <at> walletsworth.com>

Date: Sun, 16 Jun 2019 03:38:02 UTC

Severity: normal

Tags: patch

Done: Tobias Geerinckx-Rice <me <at> tobias.gr>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 36239 <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Kristofer Buffington <kristofer <at> walletsworth.com>
Cc: 36239 <at> debbugs.gnu.org
Subject: Re: [bug#36239] [PATCH] opensmtpd-service-type to extend pam
Date: Wed, 19 Jun 2019 22:40:45 +0200
Hi Kristofer,

Kristofer Buffington <kristofer <at> walletsworth.com> skribis:

> +(define %opensmtpd-pam-services
> +  (list (unix-pam-service "smtpd")))
> +
>  (define opensmtpd-service-type
>    (service-type
>     (name 'opensmtpd)
> @@ -1675,6 +1679,8 @@ accept from local for any relay
>                               (const %opensmtpd-accounts))
>            (service-extension activation-service-type
>                               opensmtpd-activation)
> +          (service-extension pam-root-service-type
> +                             (const %opensmtpd-pam-services))

Could you explain why the PAM service is needed and what went wrong
before that?

I haven’t use this service (yet) but I’m surprised it needs a PAM hook.

Thanks for your patch,
Ludo’.




This bug report was last modified 5 years and 331 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.