Update README.md
Standardizing representation of hyperlink to "How Authentication Works in the Reference Implementation" section of blog post. Adding space in front of OpenLDAP hyperlink in 'Compatibility' section, hoping that makes the link look right.
This commit is contained in:
parent
f40722de6e
commit
ebeaf8fd57
|
|
@ -12,7 +12,7 @@ The ldap-auth daemon, which mediates between NGINX Plus and the LDAP server, is
|
|||
|
||||

|
||||
|
||||
For a step-by-step description of the authentication process in the reference implementation, see [NGINX Plus and NGINX Can Authenticate Application Users](https://nginx.com/blog/nginx-plus-authenticate-users#ldap-auth-flow).
|
||||
For a step-by-step description of the authentication process in the reference implementation, see [How Authentication Works in the Reference Implementation](https://nginx.com/blog/nginx-plus-authenticate-users#ldap-auth-flow) in [NGINX Plus and NGINX Can Authenticate Application Users](https://nginx.com/blog/nginx-plus-authenticate-users).
|
||||
|
||||
## Installation and Configuration
|
||||
|
||||
|
|
@ -142,7 +142,7 @@ To modify the ldap-auth daemon to communicate with a different (non-LDAP) type o
|
|||
The auth daemon was tested against default configurations of the following LDAP servers:
|
||||
|
||||
<ul>
|
||||
<li>[OpenLDAP](http://www.openldap.org/)</li>
|
||||
<li> [OpenLDAP](http://www.openldap.org/)</li>
|
||||
<li> Microsoft Windows Server Active Directory 2003</li>
|
||||
<li> Microsoft Windows Server Active Directory 2012</li>
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Reference in New Issue