Update INSTALL.md
This commit is contained in:
parent
4b25c3759f
commit
f39c439691
@ -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)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user