Skip to content

Commit

Permalink
Provide multi-server example in ldap configration.
Browse files Browse the repository at this point in the history
Prevent future FAQs about LDAP redundancy and load balancing.
  • Loading branch information
skids committed Apr 22, 2014
1 parent 057520a commit 7526ae1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions raddb/mods-available/ldap
Expand Up @@ -6,9 +6,10 @@
# Lightweight Directory Access Protocol (LDAP)
#
ldap {
# Note that this needs to match the name in the LDAP server
# certificate, if you're using ldaps.
server = "ldap.example.org"
# Note that this needs to match the name(s) in the LDAP server
# certificate, if you're using ldaps. See OpenLDAP documentation
# for the behavioral semantics of specifying more than one host.
server = "ldap.rrdns.example.org ldap.rrdns.example.org ldap.example.org"

# Port to connect on, defaults to 389. Setting this to 636 will enable
# LDAPS if start_tls (see below) is not able to be used.
Expand Down

0 comments on commit 7526ae1

Please sign in to comment.