Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
hello I would want to know how to restrict from the PAM module access for LDAP users to certain equipment. Would this be possible?
@jesus_coriano93: You can use the LDAP PAM module: <a href=“https://wiki.debian.org/LDAP/PAM”>https://wiki.debian.org/LDAP/PAM</a>.
Per this question, it says certain PAM configurations could interfere with the PermitRootLogin without-password directive in your SSH configs. The default PAM configs for Ubuntu 14 on DO does not interfere, but settings would / could? (Just to know what to avoid)
Thanks for the article!
hi, How I can restrict a user that after 6 tries logout and block for 10 minutes? using the pam_faillock.so in ubuntu 14 and 16 i try i try this configuration in /etc/pam.d/common-auth
but does not work
#mod auth required pam_faillock.so preauth silent audit deny=6 unlock_time=600
auth [success=1 default=ignore] pam_unix.so nullok_secure
#mod 2 lines auth [default=die] pam_faillock.so authfail audit deny=6 auth sufficient pam_faillock.so authsucc audit deny=6
auth requisite pam_deny.so
#mod account required pam_faillock.so
auth required pam_permit.so
auth optional pam_cap.so
This comment has been deleted
Hi, I would like automatically (without any first user authentication) to update /etc/samba/smbpasswd when /etc/shadow has been changed using a mail form that uses cgi. The form writes the scripted password directly into shadow, without the command passwd. What I need now is, that the system reads /etc/shadow and updates automatically /etc/samba/smbpasswd. How can I do that? Thank you so much for some help.