[yocto] How to set password policy using libpam in yocto

2016-01-13 Thread Vivek Per
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

Re: [yocto] How to set password policy using libpam in yocto

2016-01-13 Thread Robert Yang
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