summaryrefslogtreecommitdiff
path: root/recipes/shadow/shadow.inc
AgeCommit message (Collapse)AuthorFiles
2010-06-28shadow: Disable email checking completelyStefan Schmidt1
This allows faster login due to not checking for new emails.
2010-05-26shadow.inc: Append serial devices mentioned in SERIAL_CONSOLE into ↵Khem Raj1
/etc/securetty * Some serial dev nodes are not part of /etc/securetty. So either we can add them manually or deduce from SERIAL_CONSOLE. this does the later. Tested on qemuarm which used ttyAMA0 for console and it not listed in the securetty list. This authorizes root login on the give named console. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Chris Larson <clarson@kergoth.com>
2010-03-05shadow: use u-a on binaries that conflict with util-linux-ngKoen Kooi1
2010-02-10shadow: run pwconv and grpconv in postinstKoen Kooi1
* this converts oldstyle formats to the proper one
2010-01-26shadow: Fix issue that stopped shadow.inc from packaging /usr/bin/passwd ↵David-John Willis1
correctly and bump INC_PR. Signed-off-by: Chris Larson <clarson@mvista.com>
2010-01-22shadow: Extend securetty file to include more common ttys (inc. ones used on ↵David-John Willis1
OMAP3 platforms). Small correction for login pam file. Signed-off-by: Chris Larson <clarson@mvista.com>
2010-01-22shadow.inc: Correctly install /etc/securetty and add back support for ↵David-John Willis1
creating /etc/skel as part of the recipe. Signed-off-by: Chris Larson <clarson@mvista.com>
2010-01-22shadow: reorg into .inc, pull some mvl6 changes over, use a 'pam' distro ↵Chris Larson1
feature. Signed-off-by: Chris Larson <clarson@mvista.com>