• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Issue Why does Plesk installation kills webmin tls?

Linulex

Silver Pleskian
Can someone explane why Plesk obsidian installation changes /etc/pam.d/webmin from

#%PAM-1.0
auth required pam_unix.so nullok
account required pam_unix.so
session required pam_unix.so

to

#%PAM-1.0
auth sufficient pam_unix.so nullok
auth required pam_plesk.so try_first_pass
account required pam_unix.so
session required pam_unix.so

The proof that this was changed by plesk is the presence of the file

/etc/pam.d/.webmin.saved_by_psa

also present in /etc/pam.d/ are:
.fingerprint-auth-ac.saved_by_psa
.password-auth-ac.saved_by_psa
.system-auth-ac.saved_by_psa

and the original where changed by plesk

I have not yet found if these mess up other systems, like the webmin change messed up webmin.

Regards
Jan
 
Back
Top