All of lore.kernel.org
 help / color / mirror / Atom feed
* How to set password policy using libpam in yocto
@ 2016-01-13 10:20 Vivek Per
  2016-01-14  3:07 ` Robert Yang
  0 siblings, 1 reply; 2+ messages in thread
From: Vivek Per @ 2016-01-13 10:20 UTC (permalink / raw)
  To: Yocto

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

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 =
"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

[-- Attachment #2: Type: text/html, Size: 897 bytes --]

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

* Re: How to set password policy using libpam in yocto
  2016-01-13 10:20 How to set password policy using libpam in yocto Vivek Per
@ 2016-01-14  3:07 ` Robert Yang
  0 siblings, 0 replies; 2+ messages in thread
From: Robert Yang @ 2016-01-14  3:07 UTC (permalink / raw)
  To: Vivek Per, Yocto



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
>
>


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

end of thread, other threads:[~2016-01-14  3:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-13 10:20 How to set password policy using libpam in yocto Vivek Per
2016-01-14  3:07 ` Robert Yang

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.