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!
Thanks a lot, I managed to have a ssh - ldap connection with opendj. Now I prepared opendj with ldaps, what are the changes needed in ssh/pam ?
I have problem… I’ve named LDAP account same like local account and now can not login to this account. Local password nor LDAP password not working. When I log in other account I can apt-get remove --purge libpam-ldap nscd … then I can login local account … then install libpam-ldap nscd and again can not login my main account … In windows I can chose which account I want to log in (local or ActiveDirectory account ) LDAP is sth new for me and I’m kinda lost :/
How to delete whole database/login history from the client machine ? How I can login other LDAP account after restart machine (didnt used ssh ldaplogin@ipmachine)
Hi You have a great tutorial for Ldap, it helped me understand ldap much better.
I have a query, can we configure Ldap client on the Ldap server itself? That is change the local login to Ldap on Ldap server itself on ubuntu.
Thank you, works like a charm for username and password authentication. Can you add something here to show how to ssh with a cert instead of username and password. Can I just put my private key on the ldap server… How would pam know to authenticate a cert through ldap.
Hi, First, thank you for this tutorial, it helped me a lot BUT I am having a problem: I make the configurations and I log by my ldap account, but when the computer is rebooted the following message appears:
Errors were found while checking the disk for drive /. Press S to skip mountingm or M for manual recovery.
Can anyone help me? Thanks
@jonas: That doesn’t seem like it could be related to LDAP. It could potentially be a disk failure. If this is a DigitalOcean droplet, please file a support ticket.
Andrew, I did the same process some times and this failure just appears when I do the configurations to authenticate from LDAP. No, it is a computer of my firm. Thanks for your answer!
I used the rescue mode from the ubuntu server cd and removed ldap entries from /etc/nsswitch.conf and then it booted. Luckily i am back in to my machines but without ldap authentication. anyone?