Update INSTALL.md

This commit is contained in:
Marisa 2025-11-14 14:22:03 -05:00
parent 4b25c3759f
commit f39c439691

View File

@ -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)