mirror of
https://abf.rosa.ru/djam/pam.git
synced 2025-02-24 08:52:54 +00:00
26 lines
787 B
Diff
26 lines
787 B
Diff
![]() |
diff -ruN a/configure.ac b/configure.ac
|
||
|
--- a/configure.ac 2024-01-17 19:29:36.000000000 +0900
|
||
|
+++ b/configure.ac 2024-03-15 14:05:18.762704512 +0900
|
||
|
@@ -774,6 +774,8 @@
|
||
|
po/Makefile.in \
|
||
|
Make.xml.rules \
|
||
|
modules/Makefile \
|
||
|
+ modules/pam_chroot/Makefile modules/pam_console/Makefile \
|
||
|
+ modules/pam_postgresok/Makefile \
|
||
|
modules/pam_access/Makefile \
|
||
|
modules/pam_canonicalize_user/Makefile \
|
||
|
modules/pam_debug/Makefile modules/pam_deny/Makefile \
|
||
|
diff -ruN a/modules/Makefile.am b/modules/Makefile.am
|
||
|
--- a/modules/Makefile.am 2024-01-17 19:29:36.000000000 +0900
|
||
|
+++ b/modules/Makefile.am 2024-03-15 14:05:18.762704512 +0900
|
||
|
@@ -48,6 +48,9 @@
|
||
|
pam_debug \
|
||
|
pam_deny \
|
||
|
pam_echo \
|
||
|
+ pam_chroot \
|
||
|
+ pam_console \
|
||
|
+ pam_postgresok \
|
||
|
pam_env \
|
||
|
pam_exec \
|
||
|
pam_faildelay \
|