git: Deprecate and remove OPIE from PAM.

Rimvydas Jasinskas zrj at crater.dragonflybsd.org
Mon Apr 22 12:07:25 PDT 2019


commit ed5666c1699a23a9ae3c0aca97dabaae71e26431
Author: zrj <rimvydas.jasinskas at gmail.com>
Date:   Mon Apr 22 11:42:16 2019 +0300

    Deprecate and remove OPIE from PAM.
    
    This will require user intervention to manually disable OPIE usage or
    cleanly reinstall pam.d/* (even better if no modifications were done).
    Due to very strict used "requisite" requirements any pam_opie loading
    error will result in unusable system except for singe user mode.
    Add warning for the user. Sooner or later this will need to be done.
    
    While there, disable installing /etc/pam.d/rsh script. It can be removed.

Summary of changes:
 etc/Makefile       |  8 ++++----
 etc/pam.d/Makefile |  1 -
 etc/pam.d/ftpd     |  2 --
 etc/pam.d/other    |  2 --
 etc/pam.d/rsh      | 18 ------------------
 etc/pam.d/sshd     |  2 --
 etc/pam.d/system   |  2 --
 etc/pam.d/telnetd  |  2 --
 8 files changed, 4 insertions(+), 33 deletions(-)
 delete mode 100644 etc/pam.d/rsh

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ed5666c1699a23a9ae3c0aca97dabaae71e26431


-- 
DragonFly BSD source repository


More information about the Commits mailing list