Merge pull request #522 from jangsutsr/ldap_docs

Add LDAP deploy instructions
This commit is contained in:
Aaron Tan 2017-10-11 10:07:29 -04:00 committed by GitHub
commit 1454000b91

6
docs/auth/ldap.md Normal file
View File

@ -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.