diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 14:11:04 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 14:11:04 +0000 |
commit | a31a6484b79cf48b4b464a6ab84df3361801076e (patch) | |
tree | a7c33f7023721122d1f49ab1dffdc2cd6a8481a5 /debian/freeradius.radiusd.pam | |
parent | Adding upstream version 3.2.3+dfsg. (diff) | |
download | freeradius-a31a6484b79cf48b4b464a6ab84df3361801076e.tar.xz freeradius-a31a6484b79cf48b4b464a6ab84df3361801076e.zip |
Adding debian version 3.2.3+dfsg-2.debian/3.2.3+dfsg-2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/freeradius.radiusd.pam | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/freeradius.radiusd.pam b/debian/freeradius.radiusd.pam new file mode 100644 index 0000000..e2597e0 --- /dev/null +++ b/debian/freeradius.radiusd.pam @@ -0,0 +1,11 @@ +# +# /etc/pam.d/radiusd - PAM configuration for FreeRADIUS +# + +# We fall back to the system default in /etc/pam.d/common-* +# + +@include common-auth +@include common-account +@include common-password +@include common-session |