diff options
author | Armin Kuster <akuster808@gmail.com> | 2018-02-24 09:38:11 -0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-03-01 16:10:38 -0800 |
commit | 742404cc8ab08316b0c02310c89958972d43d22e (patch) | |
tree | 0fbbb80e1716548f3fe2b9d8383f9da8ad707abc /meta-oe/recipes-dbs/postgresql/files/postgresql.pam | |
parent | eaff8c24ab1b88efc9340d90c268f4aea3795992 (diff) | |
download | meta-openembedded-742404cc8ab08316b0c02310c89958972d43d22e.tar.gz |
postgres: move to recipes-dbs
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-dbs/postgresql/files/postgresql.pam')
-rw-r--r-- | meta-oe/recipes-dbs/postgresql/files/postgresql.pam | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-dbs/postgresql/files/postgresql.pam b/meta-oe/recipes-dbs/postgresql/files/postgresql.pam new file mode 100644 index 0000000000..0b6fdc5f26 --- /dev/null +++ b/meta-oe/recipes-dbs/postgresql/files/postgresql.pam | |||
@@ -0,0 +1,4 @@ | |||
1 | #%PAM-1.0 | ||
2 | auth include common-auth | ||
3 | account include common-account | ||
4 | password include common-password | ||