mirror of
https://abf.rosa.ru/djam/pam.git
synced 2025-02-23 16:32:51 +00:00
24 lines
742 B
Diff
24 lines
742 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_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,8 @@
|
|
pam_debug \
|
|
pam_deny \
|
|
pam_echo \
|
|
+ pam_chroot \
|
|
+ pam_postgresok \
|
|
pam_env \
|
|
pam_exec \
|
|
pam_faildelay \
|