From ec876c21b393ef5c2995cbb85117d659eb8aa9ee Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Wed, 16 May 2018 11:58:10 -0400 Subject: [PATCH] Update website ldap url text --- website/source/api/auth/ldap/index.html.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/source/api/auth/ldap/index.html.md b/website/source/api/auth/ldap/index.html.md index b7e396e43..7761760a8 100644 --- a/website/source/api/auth/ldap/index.html.md +++ b/website/source/api/auth/ldap/index.html.md @@ -27,7 +27,9 @@ This endpoint configures the LDAP auth method. ### Parameters - `url` `(string: )` – The LDAP server to connect to. Examples: - `ldap://ldap.myorg.com`, `ldaps://ldap.myorg.com:636` + `ldap://ldap.myorg.com`, `ldaps://ldap.myorg.com:636`. Multiple URLs can be + specified with commas, e.g. `ldap://ldap.myorg.com,ldap://ldap2.myorg.com`; + these will be tried in-order. - `case_sensitive_names` `(bool: false)` – If set, user and group names assigned to policies within the backend will be case sensitive. Otherwise, names will be normalized to lower case. Case will still be preserved when