diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 12:50:53 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 12:50:53 +0000 |
commit | bea952ff4f39c6da89ba99b877aed20217293e99 (patch) | |
tree | 0244b9393b6d9ba66ff4a1b42d271d5706016657 | |
parent | Updating default path. (diff) | |
download | shadow-bea952ff4f39c6da89ba99b877aed20217293e99.tar.xz shadow-bea952ff4f39c6da89ba99b877aed20217293e99.zip |
Enabling pam_access.so.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/login.pam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/login.pam b/debian/login.pam index 553145f..e87fd44 100644 --- a/debian/login.pam +++ b/debian/login.pam @@ -71,7 +71,7 @@ auth optional pam_group.so # Uncomment and edit /etc/security/access.conf if you need to # set access limits. # (Replaces /etc/login.access file) -# account required pam_access.so +account required pam_access.so # Sets up user limits according to /etc/security/limits.conf # (Replaces the use of /etc/limits in old login) |