diff --git a/INSTALL.md b/INSTALL.md index 6ad0ea5..8eea346 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -343,11 +343,11 @@ Both should return Anonymous. Another example to try STARTTLS/ldap it is working: ``` -openssl s_client -connect 127.0.0.1:389 -starttls ldap -servername example.com -quiet +openssl s_client -connect 127.0.0.1:389 -starttls ldap -servername example.com ``` SSL/ldaps ``` -openssl s_client -connect example.com:636 -servername example.com -quiet +openssl s_client -connect example.com:636 -servername example.com ``` Both will show the connection to the openLDAP server showing the CN(dc=example,dc=com)