From 5a1ae9b816184ebf83dcf02a5a7cc6a72790f3b9 Mon Sep 17 00:00:00 2001 From: Jake McDermott Date: Thu, 1 Feb 2018 13:57:07 -0500 Subject: [PATCH] Update ldap.md --- docs/auth/ldap.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/auth/ldap.md b/docs/auth/ldap.md index b9a172c3d0..107ee8c9ef 100644 --- a/docs/auth/ldap.md +++ b/docs/auth/ldap.md @@ -1,6 +1,12 @@ # 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. +# Configure LDAP Authentication +Please see the Tower documentation as well as Ansible blog posts 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_`. Configuration fields for additional ldap servers are numbered `AUTH_LDAP__`. + ## Test environment setup Please see README.md of this repository: https://github.com/jangsutsr/deploy_ldap.git.