summaryrefslogtreecommitdiffstats
path: root/server/providers/ldap/ldap_auth.c
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2009-08-18 21:38:58 +0200
committerStephen Gallagher <sgallagh@redhat.com>2009-08-19 10:19:58 -0400
commitbd658691471ec283bfc2d7aa4018a2b83e00c7d9 (patch)
tree28d28dc90894b691367585561314a500e8414d2d /server/providers/ldap/ldap_auth.c
parent519b6bacaec539d5aee041c63d8887cd8baa81af (diff)
downloadsssd-bd658691471ec283bfc2d7aa4018a2b83e00c7d9.tar.gz
sssd-bd658691471ec283bfc2d7aa4018a2b83e00c7d9.tar.xz
sssd-bd658691471ec283bfc2d7aa4018a2b83e00c7d9.zip
enable usage of defaultBindDn
Diffstat (limited to 'server/providers/ldap/ldap_auth.c')
-rw-r--r--server/providers/ldap/ldap_auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/providers/ldap/ldap_auth.c b/server/providers/ldap/ldap_auth.c
index f0b12a0aa..47ed0f0d2 100644
--- a/server/providers/ldap/ldap_auth.c
+++ b/server/providers/ldap/ldap_auth.c
@@ -256,7 +256,7 @@ static void auth_get_user_dn_done(struct tevent_req *subreq)
}
subreq = sdap_auth_send(state, state->ev, state->sh,
- state->dn, state->password);
+ state->dn, "password", state->password);
if (!subreq) {
tevent_req_error(req, ENOMEM);
return;