diff options
author | David-John Willis <John.Willis@Distant-earth.com> | 2009-11-09 07:54:07 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-11-24 11:08:36 +0100 |
commit | 4677a67913c5ec376eb016e6aac21f9a7ad5e9c4 (patch) | |
tree | 849b9c0009b745de489b1f13f0fd7dbb68863500 /recipes/shadow/files/pam.d/newusers | |
parent | 7ed998436c39ff922f285fd73d87f0336973218f (diff) |
shadow: Add version 4.1.4.2 and checksum.
* This version now has Linux-PAM support enabled in OE so will need some testing and maybe a little tweaking.
* Add pam.d config files for common shadow utils in addition to the default ones.
* Cleanup shadow defaults and make shadow 'play nice' with PAM.
* Update pam.d service files to suggested upstream Linux-PAM layout.
* TODO: Some Shadow default session files still use the older layout (incluse system-auth for everything). These will need newer files to be added to the pam.d folder in the recipe as they are found.
Diffstat (limited to 'recipes/shadow/files/pam.d/newusers')
-rw-r--r-- | recipes/shadow/files/pam.d/newusers | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes/shadow/files/pam.d/newusers b/recipes/shadow/files/pam.d/newusers new file mode 100644 index 0000000000..4aa3dde48b --- /dev/null +++ b/recipes/shadow/files/pam.d/newusers @@ -0,0 +1,4 @@ +# The PAM configuration file for the Shadow 'newusers' service +# + +password include common-password |