Accepting request 734642 from home:bmwiedemann:branches:network
Update proftpd-dist.patch to use pam_keyinit.so (boo#1144056) OBS-URL: https://build.opensuse.org/request/show/734642 OBS-URL: https://build.opensuse.org/package/show/network/proftpd?expand=0&rev=64
This commit is contained in:
parent
8ad7a243e3
commit
b7cbfe7e0d
@ -11,7 +11,7 @@ Index: contrib/dist/rpm/ftp.pamd
|
|||||||
|
|
||||||
# If this is enabled, anonymous logins will fail because the 'ftp' user does
|
# If this is enabled, anonymous logins will fail because the 'ftp' user does
|
||||||
# not have a "valid" shell, as listed in /etc/shells.
|
# not have a "valid" shell, as listed in /etc/shells.
|
||||||
@@ -11,5 +12,8 @@ auth required pam_unix.so shadow n
|
@@ -11,5 +12,9 @@ auth required pam_unix.so shadow n
|
||||||
#
|
#
|
||||||
#auth required pam_shells.so
|
#auth required pam_shells.so
|
||||||
|
|
||||||
@ -22,6 +22,7 @@ Index: contrib/dist/rpm/ftp.pamd
|
|||||||
+account required pam_unix2.so
|
+account required pam_unix2.so
|
||||||
+password required pam_unix2.so
|
+password required pam_unix2.so
|
||||||
+session required pam_unix2.so
|
+session required pam_unix2.so
|
||||||
|
+session optional pam_keyinit.so revoke
|
||||||
Index: contrib/dist/rpm/proftpd.logrotate
|
Index: contrib/dist/rpm/proftpd.logrotate
|
||||||
===================================================================
|
===================================================================
|
||||||
--- contrib/dist/rpm/proftpd.logrotate.orig
|
--- contrib/dist/rpm/proftpd.logrotate.orig
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 2 15:01:11 UTC 2019 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||||
|
|
||||||
|
- Update proftpd-dist.patch to use pam_keyinit.so (boo#1144056)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 1 13:50:01 UTC 2019 - chris@computersalat.de
|
Mon Jul 1 13:50:01 UTC 2019 - chris@computersalat.de
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user