From 479df1bbcc1409b357ca17484fbc591bb0bc60f8 Mon Sep 17 00:00:00 2001 From: Bill Burke Date: Wed, 3 Jan 2018 16:23:50 -0500 Subject: [PATCH] incorporate Matthew's changes --- server_admin/topics/user-federation.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server_admin/topics/user-federation.adoc b/server_admin/topics/user-federation.adoc index b350175e90..4ea048217c 100644 --- a/server_admin/topics/user-federation.adoc +++ b/server_admin/topics/user-federation.adoc @@ -29,7 +29,7 @@ On the right side, there is an `Add Provider` list box. Choose the provider typ === Dealing with Provider Failures -If a User Storage Provider fails, i.e. if your LDAP server is down, you may have trouble logging in and may not be able to view users in the admin console. +If a User Storage Provider fails, that is, if your LDAP server is down, you may have trouble logging in and may not be able to view users in the admin console. {project_name} does not catch failures when using a Storage Provider to lookup a user. It will abort the invocation. So, if you have a Storage Provider with a higher priority that fails during user lookup, the login or user query will fail entirely with an exception and abort. It will not fail over to the next configured provider.