libpam-base-files: Start to add default config files for libpam
authorDavid-John Willis <John.Willis@Distant-earth.com>
Wed, 18 Nov 2009 14:01:30 +0000 (14:01 +0000)
committerKoen Kooi <koen@openembedded.org>
Tue, 24 Nov 2009 10:08:35 +0000 (11:08 +0100)
commit7ed998436c39ff922f285fd73d87f0336973218f
tree5f34acd1d0939de090bc5a0cb804229b2ff666cb
parentafa230474855aa110c5b32492dcf8d2cdc1c07e9
libpam-base-files: Start to add default config files for libpam

* This will start to get Linux-PAM into a usable state. Default config files derived from Debian with tweaks. Some are not needed and will be dropped later and some should really be packaged elsewhere.
* Also update libpam_1.0.2 to depend on this package and the meta package with auth systems as it is not a lot of use without them (it works but can't do anything).
* Add 1.1.0 and tweaks to 1.0.2.
*  Update all the pam.d base config files to support the suggested upstream layout not patches legacy layouts used but some Linux distros.
* Use the proper include layouts
* Still package some 'suggested' files for common services that do not pack there own pam.d files (TODO: move these to the package recipies not this one).
20 files changed:
recipes/pam/libpam-1.1.0/pam-nodocs.patch [new file with mode: 0644]
recipes/pam/libpam-base-files.bb [new file with mode: 0644]
recipes/pam/libpam-base-files/pam.d/atd [new file with mode: 0644]
recipes/pam/libpam-base-files/pam.d/common-account [new file with mode: 0644]
recipes/pam/libpam-base-files/pam.d/common-auth [new file with mode: 0644]
recipes/pam/libpam-base-files/pam.d/common-password [new file with mode: 0644]
recipes/pam/libpam-base-files/pam.d/common-session [new file with mode: 0644]
recipes/pam/libpam-base-files/pam.d/common-session-noninteractive [new file with mode: 0644]
recipes/pam/libpam-base-files/pam.d/cron [new file with mode: 0644]
recipes/pam/libpam-base-files/pam.d/cups [new file with mode: 0644]
recipes/pam/libpam-base-files/pam.d/cvs [new file with mode: 0644]
recipes/pam/libpam-base-files/pam.d/libcupsys2 [new file with mode: 0644]
recipes/pam/libpam-base-files/pam.d/other [new file with mode: 0644]
recipes/pam/libpam-base-files/pam.d/polkit [new file with mode: 0644]
recipes/pam/libpam-base-files/pam.d/polkit-1 [new file with mode: 0644]
recipes/pam/libpam-base-files/pam.d/ppp [new file with mode: 0644]
recipes/pam/libpam-base-files/pam.d/sesman [new file with mode: 0644]
recipes/pam/libpam-base-files/pam.d/sshd [new file with mode: 0644]
recipes/pam/libpam_1.0.2.bb
recipes/pam/libpam_1.1.0.bb [new file with mode: 0644]