summaryrefslogtreecommitdiffstats
path: root/docs/auth/ldap.md
diff options
context:
space:
mode:
authorbeeankha <beeankha@gmail.com>2019-09-11 22:27:28 +0200
committerbeeankha <beeankha@gmail.com>2019-09-20 17:32:10 +0200
commite2be392f31d617b3dec0bc5b544c5899aab8121f (patch)
tree00bc9e4c0ef09945a2aed9c5d3b2b10d2e7b3f24 /docs/auth/ldap.md
parentMerge pull request #4784 from fosterseth/fix-3646-ldapserverfielduri (diff)
downloadawx-e2be392f31d617b3dec0bc5b544c5899aab8121f.tar.xz
awx-e2be392f31d617b3dec0bc5b544c5899aab8121f.zip
Edit AWX docs
Diffstat (limited to 'docs/auth/ldap.md')
-rw-r--r--docs/auth/ldap.md15
1 files changed, 9 insertions, 6 deletions
diff --git a/docs/auth/ldap.md b/docs/auth/ldap.md
index f8c0c3b270..7ddb5fac08 100644
--- a/docs/auth/ldap.md
+++ b/docs/auth/ldap.md
@@ -1,18 +1,21 @@
# LDAP
-The Lightweight Directory Access Protocol (LDAP) is an open, vendor-neutral, industry standard application protocol for accessing and maintaining distributed directory information services over an Internet Protocol (IP) network. Directory services play an important role in developing intranet and Internet applications by allowing the sharing of information about users, systems, networks, services, and applications throughout the network.
+The Lightweight Directory Access Protocol (LDAP) is an open, vendor-neutral, industry-standard application protocol for accessing and maintaining distributed directory information services over an Internet Protocol (IP) network. Directory services play an important role in developing intranet and Internet applications by allowing the sharing of information about users, systems, networks, services, and applications throughout the network.
+
# Configure LDAP Authentication
-Please see the Tower documentation as well as Ansible blog posts for basic LDAP configuration.
+
+Please see the [Tower documentation](https://docs.ansible.com/ansible-tower/latest/html/administration/ldap_auth.html) as well as [Ansible blog post](https://www.ansible.com/blog/getting-started-ldap-authentication-in-ansible-tower) for basic LDAP configuration.
LDAP Authentication provides duplicate sets of configuration fields for authentication with up to six different LDAP servers.
-The default set of configuration fields take the form `AUTH_LDAP_<field name>`. Configuration fields for additional ldap servers are numbered `AUTH_LDAP_<n>_<field name>`.
+The default set of configuration fields take the form `AUTH_LDAP_<field name>`. Configuration fields for additional LDAP servers are numbered `AUTH_LDAP_<n>_<field name>`.
+
-## Test environment setup
+## Test Environment Setup
-Please see README.md of this repository: https://github.com/jangsutsr/deploy_ldap.git.
+Please see `README.md` of this repository: https://github.com/jangsutsr/deploy_ldap.git.
-# Basic setup for FreeIPA
+# Basic Setup for FreeIPA
LDAP Server URI (append if you have multiple LDAPs)
`ldaps://{{serverip1}}:636`