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!
Hi,
This article really helped me a lot. Can someone please tell me, how to join the windows clients to this Ubuntu LDAP server? I want the windows clients needs to authenticated using this LDAP server… Please help me!
Hi, Thanks for this tutorial.
I want to install LDAP+phpldapadmin on my LAMP vps but my server is already configured to host 2 websites with a letsencrypt certificate, and there is no main domain pointing at my server:
Virtualhost is set up to serve both subdomains through SSL connection (redirection to https).
As a result, what you say in step 3 does not work for me : when I type
https://example.com/phpldapadmin
in my web browser, i get an error.
How can I do to get it working to host 2 websites + a LDAP server on the same VPS? Do I need to change my virtualhost configuration? Do I need to use a third subdomain for phpldapadmin (setting up my dns and my virtualhost) ?
Thank you
If you get error:
sudo /usr/local/bin/renew.sh chown: invalid group: ‘:ssl-cert’
then run:
sudo apt-get install ssl-cert
Hi, thanks for this detailed tutorial. For some reason, I cannot move further when setting up STARTTLS. When I import .ldif file, I got the following:
SASL/EXTERNAL authentication started SASL username: gidNumber=1000+uidNumber=0,cn=peercred,cn=external,cn=auth SASL SSF: 0 modifying entry “cn=config” ldap_modify: Insufficient access (50)
looks like I need some other account within LDAP to auth for this.
I am running windows 7 Home Premium edition on my laptop. I have two questions for you guys.
Hi, I’d like to share a little CLI utility to deal with LDAP databases, that I’ve been developing recently. It’s called ldap-attributes-selector and, as its name suggest, it allows you to retrieve whatever LDAP attributes you want, and display them in CSV format (exporting results to a file is optional!). It’s written in Python 3 and is available on pypi, via pip. More details about it, in the following repo:
https://github.com/tuxedoar/ldap-attributes-selector
Hope you like it!. Cheers.
I just can’t get the tls-upgrade to work. Everything else seems to work fine.
$ ldapwhoami -H ldap://mydomain.here -x anonymous
$ ldapwhoami -H ldap:// -x anonymous
$ ldapwhoami -H ldap:// -x -ZZ ldap_start_tls: Connect error (-11)
$ ldapwhoami -H ldap://mydomain.here -x -ZZ ldap_start_tls: Connect error (-11)
I can login fine using the web ui, which is on forced https, but I found that it’s not possible to enable the TLS setting in the config. If I do, it breaks the web ui too, so I assume that the weblogin is actually not using the TLS-upgrade?
$servers->setValue(‘server’,‘tls’,true);
If I do that and then I try to login I get errors. The password is of course correct.
error Could not start TLS. (myhost) Error: Could not start TLS. Please check your LDAP server configuration. error Unable to connect to LDAP server myhost Error: Can’t contact LDAP server (-1) for user error Failed to Authenticate to server Invalid Username or Password.
I can connect to the ldap from a different host with LDAPBrowser, so the actual ldap config seems to be working just fine.
Ubuntu Server 18.04.3 LTS nginx version: nginx/1.14.0 (Ubuntu)
Other than that thanks for this great guide!