From 82160e2072576a6825a5eb51b414af95f4a34eaf Mon Sep 17 00:00:00 2001 From: Aaron Tan Date: Tue, 10 Oct 2017 13:26:31 -0400 Subject: [PATCH] Add LDAP deploy instructions Signed-off-by: Aaron Tan --- docs/auth/ldap.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/auth/ldap.md diff --git a/docs/auth/ldap.md b/docs/auth/ldap.md new file mode 100644 index 0000000000..b9a172c3d0 --- /dev/null +++ b/docs/auth/ldap.md @@ -0,0 +1,6 @@ +# 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. + +## Test environment setup + +Please see README.md of this repository: https://github.com/jangsutsr/deploy_ldap.git.