Lines Matching refs:user
221 static int ldap_win_bind_auth(LDAP *server, const char *user,
252 if(method && user && passwd) {
253 rc = Curl_create_sspi_identity(user, passwd, &cred);
260 /* proceed with current user credentials */
269 const char *user, const char *passwd)
276 if(user && passwd && (data->set.httpauth & CURLAUTH_BASIC)) {
277 inuser = curlx_convert_UTF8_to_tchar((char *) user);
287 rc = ldap_win_bind_auth(server, user, passwd, data->set.httpauth);
324 char *user = NULL;
360 if(data->state.aptr.user) {
361 user = conn->user;
512 rc = ldap_win_bind(data, server, user, passwd);
514 rc = ldap_simple_bind_s(server, user, passwd);
520 rc = ldap_win_bind(data, server, user, passwd);
522 rc = ldap_simple_bind_s(server, user, passwd);