Lines Matching refs:user
132 "Successfully authenticated user [%s].\n",
133 auth_data->pd->user);
135 DEBUG(SSSDBG_CRIT_FAILURE, "Failed to authenticate user [%s].\n",
136 auth_data->pd->user);
177 "trying online authentication.\n", pd->user);
197 "discarding online authentication.\n", pd->user);
222 "but user table does not exists.\n");
258 "Invalid authtok for user [%s].\n", pd->user);
282 new_pd->key_serial = add_key("user", new_pd->user, password, len,
293 "Saved authtok of user [%s] with serial [%"SPRIkey_ser"].\n",
294 new_pd->user, new_pd->key_serial);
306 DEBUG(SSSDBG_CRIT_FAILURE, "Cannot add user [%s] to table [%s], "
308 pd->user, hash_error_string(ret));
313 DEBUG(SSSDBG_TRACE_ALL, "Added user [%s] successfully to "
314 "delayed online authentication.\n", pd->user);