mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <mol@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: Re: [ptxdist] [APPLIED] pam: add more options
Date: Tue, 19 May 2020 14:23:35 +0200	[thread overview]
Message-ID: <E1jb1HT-00016q-Qz@dude02.lab.pengutronix.de> (raw)
In-Reply-To: <20200513104614.GB5308@lenoch>

Thanks, applied as 1cbb25e8506ec2d6a75676ff6db4146be6cce977.

Michael

[sent from post-receive hook]

On Tue, 19 May 2020 14:23:35 +0200, Ladislav Michl <ladis@linux-mips.org> wrote:
> Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
> Message-Id: <20200513104614.GB5308@lenoch>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/pam.in b/rules/pam.in
> index 75d5ef42c87b..4bf4cac100b4 100644
> --- a/rules/pam.in
> +++ b/rules/pam.in
> @@ -1,10 +1,24 @@
>  ## SECTION=security
>  
> -config PAM
> +menuconfig PAM
>  	tristate
> -	prompt "PAM"
> +	prompt "PAM                           "
> +	select DB		if PAM_DB
>  	select LIBC_CRYPT
> +	select LIBTIRPC		if PAM_NIS
>  	help
>  	  Linux-PAM (Pluggable Authentication Modules for Linux) is a suite
>  	  of shared libraries that enable the local system administrator to
>  	  choose how applications authenticate users.
> +
> +if PAM
> +
> +config PAM_DB
> +	bool
> +	prompt "build pam_userdb (authenticate against a Berkeley DB database)"
> +
> +config PAM_NIS
> +	bool
> +	prompt "enable NIS/YP support in pam_unix"
> +
> +endif
> diff --git a/rules/pam.make b/rules/pam.make
> index b665ce1476b4..538ce2fa0263 100644
> --- a/rules/pam.make
> +++ b/rules/pam.make
> @@ -40,8 +40,8 @@ PAM_CONF_OPT	:= \
>  	--disable-lckpwdf \
>  	--disable-cracklib \
>  	--disable-audit \
> -	--disable-db \
> -	--disable-nis \
> +	--$(call ptx/endis, PTXCONF_PAM_DB)-db \
> +	--$(call ptx/endis, PTXCONF_PAM_NIS)-nis \
>  	--disable-selinux \
>  	--disable-regenerate-docu \
>  	--disable-nls \

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

      reply	other threads:[~2020-05-19 12:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-13 10:46 [ptxdist] [PATCH] " Ladislav Michl
2020-05-19 12:23 ` Michael Olbrich [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1jb1HT-00016q-Qz@dude02.lab.pengutronix.de \
    --to=mol@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox