From f39c439691802461d06c26ad533c9309a33bf22a Mon Sep 17 00:00:00 2001 From: Marisa Date: Fri, 14 Nov 2025 14:22:03 -0500 Subject: [PATCH] Update INSTALL.md --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)