summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap
diff options
context:
space:
mode:
authorPavel Březina <pbrezina@redhat.com>2016-04-06 13:21:21 +0200
committerJakub Hrozek <jhrozek@redhat.com>2016-05-11 12:45:56 +0200
commit73dd89c3fb361dab43b4802510f4c64d282dbde1 (patch)
tree9227e82f4748485426462e19a67e403dc5f14efb /src/providers/ldap
parent8eb4a1f773b6c2246b0a6c6e3c3b8ef4d79c9ca6 (diff)
downloadsssd-73dd89c3fb361dab43b4802510f4c64d282dbde1.tar.gz
sssd-73dd89c3fb361dab43b4802510f4c64d282dbde1.tar.xz
sssd-73dd89c3fb361dab43b4802510f4c64d282dbde1.zip
Failover to next server if authentication fails
Resolves: https://fedorahosted.org/sssd/ticket/3010 Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
Diffstat (limited to 'src/providers/ldap')
-rw-r--r--src/providers/ldap/sdap_id_op.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/providers/ldap/sdap_id_op.c b/src/providers/ldap/sdap_id_op.c
index 6ad7e8188..3a3de3643 100644
--- a/src/providers/ldap/sdap_id_op.c
+++ b/src/providers/ldap/sdap_id_op.c
@@ -603,6 +603,7 @@ static void sdap_id_op_connect_done(struct tevent_req *subreq)
case EIO:
case EFAULT:
case ETIMEDOUT:
+ case ERR_AUTH_FAILED:
break;
default: