From 85ff0d790fc7e754817b4992db59a6ecb38a95c7 Mon Sep 17 00:00:00 2001 From: Fredrik Rinnestam Date: Fri, 28 Jun 2019 01:44:00 +0200 Subject: [PATCH] xorg-xdm: added pam module. Closes FS#1747 --- xorg-xdm/.footprint | 2 ++ xorg-xdm/.signature | 7 ++++--- xorg-xdm/Pkgfile | 3 ++- xorg-xdm/xdm.pam | 7 +++++++ 4 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 xorg-xdm/xdm.pam diff --git a/xorg-xdm/.footprint b/xorg-xdm/.footprint index 3ff5c95b..ff829b99 100644 --- a/xorg-xdm/.footprint +++ b/xorg-xdm/.footprint @@ -5,6 +5,8 @@ drwxr-xr-x root/root etc/X11/xdm/ -rw-r--r-- root/root etc/X11/xdm/Xresources -rw-r--r-- root/root etc/X11/xdm/Xservers -rw-r--r-- root/root etc/X11/xdm/xdm-config +drwxr-xr-x root/root etc/pam.d/ +-rwxr-xr-x root/root etc/pam.d/xdm drwxr-xr-x root/root etc/rc.d/ -rwxr-xr-x root/root etc/rc.d/xdm drwxr-xr-x root/root usr/ diff --git a/xorg-xdm/.signature b/xorg-xdm/.signature index 320fa998..d466a193 100644 --- a/xorg-xdm/.signature +++ b/xorg-xdm/.signature @@ -1,6 +1,7 @@ untrusted comment: verify with /etc/ports/xorg.pub -RWTSGWF5Q7TndAY6CqmATCelojSPx0NriEu1c8Jq9oWtnM+taMLl9nJmpmdZRcZoOgbqTpq9MgpGOF8qQ8/o/WH1fU130XH9PgY= -SHA256 (Pkgfile) = c6c7d9c1221481082685b9ddfedaeb91e46749788394aa16096b949287edf64b -SHA256 (.footprint) = 96e02927c87a072db5f77db0dcb33ecc04bddeedfe3030d8c4488db179f3cc71 +RWTSGWF5Q7TndLqaDPcJrs1cUZh6WJYrvZKMHfxPtCTBKzFGryuWOE4Ui4otvg59uWb8/5lsJEiXQ7xb+HJMLuutk7m0vdncqgc= +SHA256 (Pkgfile) = 75349b607f17d08fdbb2948bc543de5482af2deaf2146a8e0a98bd934fc6df05 +SHA256 (.footprint) = 80ccfc3956875dbdb8c9c8f95799e0c9361263086eaa65a6e43eae1a1ffd6131 SHA256 (xdm-1.1.12.tar.bz2) = 0dd283f72dda098d09e2925b9278c95e21551e693a5802ab442d1b577d8327f4 SHA256 (xdm) = 08f8309871469f521d70feb674e36ca683e7cb21d9728c899c93bb1d93b321a5 +SHA256 (xdm.pam) = b40957971af8c231d118e78612e2909741d21e4dc437fa5052106e648a79a2d7 diff --git a/xorg-xdm/Pkgfile b/xorg-xdm/Pkgfile index fbebceb0..03556009 100644 --- a/xorg-xdm/Pkgfile +++ b/xorg-xdm/Pkgfile @@ -7,7 +7,7 @@ name=xorg-xdm version=1.1.12 release=1 source=(https://www.x.org/releases/individual/app/xdm-$version.tar.bz2 \ - xdm) + xdm xdm.pam) build() { cd xdm-$version @@ -20,4 +20,5 @@ build() { make DESTDIR=$PKG install install -D -m 755 $SRC/xdm $PKG/etc/rc.d/xdm + install -D -m 755 $SRC/xdm.pam $PKG/etc/pam.d/xdm } diff --git a/xorg-xdm/xdm.pam b/xorg-xdm/xdm.pam new file mode 100644 index 00000000..fac51879 --- /dev/null +++ b/xorg-xdm/xdm.pam @@ -0,0 +1,7 @@ +# +# /etc/pam.d/xdm - xdm service module configuration +# + +auth include common-auth + +account include common-account