Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dominika Liberda
aports
Commits
69537c3b
Commit
69537c3b
authored
13 years ago
by
Ariadne Conill
Browse files
Options
Downloads
Patches
Plain Diff
testing/linux-pam: override default pam configuration
parent
74773360
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
testing/linux-pam/APKBUILD
+9
-3
9 additions, 3 deletions
testing/linux-pam/APKBUILD
testing/linux-pam/other.pamd
+11
-0
11 additions, 0 deletions
testing/linux-pam/other.pamd
with
20 additions
and
3 deletions
testing/linux-pam/APKBUILD
+
9
−
3
View file @
69537c3b
...
...
@@ -2,7 +2,7 @@
# Maintainer: William Pitcock <nenolod@dereferenced.org>
pkgname
=
linux-pam
pkgver
=
1.1.3
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
"pluggable authentication modules for linux"
url
=
"http://www.kernel.org/pub/linux/libs/pam"
arch
=
"all"
...
...
@@ -13,7 +13,8 @@ makedepends="$depends_dev bison flex"
install
=
""
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
source
=
"http://www.kernel.org/pub/linux/libs/pam/library/Linux-PAM-
$pkgver
.tar.bz2
linux-pam-innetgr.patch"
linux-pam-innetgr.patch
other.pamd"
_builddir
=
"
$srcdir
"
/Linux-PAM-
$pkgver
prepare
()
{
...
...
@@ -42,7 +43,12 @@ build() {
package
()
{
cd
"
$_builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
||
return
1
# do not install pam.d files bundled with the source, they could be broken
rm
-rf
"
$pkgdir
"
/etc/pam.d/
*
cp
"
$srcdir
"
/other.pamd
"
$pkgdir
"
/etc/pam.d
}
md5sums
=
"6db7fcb5db6253350e3a4648ceac40e7 Linux-PAM-1.1.3.tar.bz2
c309401e103cc86e8b25557ff3eb0b53 linux-pam-innetgr.patch"
c309401e103cc86e8b25557ff3eb0b53 linux-pam-innetgr.patch
20ed7aa9c65942e4020a891b06ee5b76 other.pamd"
This diff is collapsed.
Click to expand it.
testing/linux-pam/other.pamd
0 → 100644
+
11
−
0
View file @
69537c3b
# basic PAM configuration for Alpine.
auth required pam_env.so
auth required pam_unix.so nullok_secure
account required pam_unix.so
password required pam_unix.so nullok obscure md5 sha512
session required pam_limits.so
session required pam_unix.so
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment