From: Robert Yang <liezhi.yang@windriver.com>
To: Vivek Per <pervivek@gmail.com>, Yocto <yocto@yoctoproject.org>
Subject: Re: How to set password policy using libpam in yocto
Date: Thu, 14 Jan 2016 11:07:58 +0800 [thread overview]
Message-ID: <5697110E.8050803@windriver.com> (raw)
In-Reply-To: <CALLyC8SbQtH_eWCWdY6cK_Y_gZGiRZ5Fq5MuPtQauWvzpJX9Vw@mail.gmail.com>
On 01/13/2016 06:20 PM, Vivek Per wrote:
> Hi,
> I want to create run time users in my target and the password for that
> should have maximum of 12 letters (which include both capital and small) and
> minimum of 8 letter. How can i modify "libpam" recipe to set this configuration
> . where to add libpam recipe.
> I found in one blog that i have to add this feature in "DISTO_FEATURES =
Typo, DISTRO_FEATURES (not DISTO). Try to add this in local.conf and build:
DISTRO_FEATURES_append = " pam"
// Robert
> "pam" but , i don't see this feature in "DISTRO_FEATURE" variable in yocto
> reference manual
>
> https://wiki.yoctoproject.org/wiki/PAM_Integration
>
> How can i include above feature in rootfs using libpam .
>
>
> Thanks in advance
>
>
> Thanks and Regards
> Vivek
>
>
prev parent reply other threads:[~2016-01-14 3:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-13 10:20 How to set password policy using libpam in yocto Vivek Per
2016-01-14 3:07 ` Robert Yang [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=5697110E.8050803@windriver.com \
--to=liezhi.yang@windriver.com \
--cc=pervivek@gmail.com \
--cc=yocto@yoctoproject.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.