Lines Matching refs:password
45 char *password;
184 char *password = NULL;
195 temp = getpass("Enter temporary password:");
197 DEBUG(SSSDBG_OP_FAILURE, "Failed to get prompted password\n");
209 password = talloc_strdup(tmp_ctx, temp);
210 if (password == NULL) {
215 talloc_set_destructor((TALLOC_CTX *)password, password_destructor);
217 temp = getpass("Enter temporary password again:");
219 DEBUG(SSSDBG_OP_FAILURE, "Failed to get prompted password\n");
224 if (strncmp(temp,password,strlen(password)) != 0) {
231 *_password = talloc_steal(mem_ctx, password);
243 char *password = NULL;
260 DEBUG(SSSDBG_CRIT_FAILURE, "Failed to open password file "
271 DEBUG(SSSDBG_MINOR_FAILURE, "Failed to read password from file "
303 /* valid_i is the last valid index of the password followed by \0.
314 password = talloc_strdup(tmp_ctx, (char *)buf);
315 if (password == NULL) {
320 *_password = talloc_steal(mem_ctx, password);
467 { "password-file", 'p', POPT_ARG_STRING, &pc_password_file, 0,
468 _("File from which user's password is read "
469 "(default is to prompt for password)"),NULL },
582 /* check if password file provided */
750 sctx->uctx->password);
752 DEBUG(SSSDBG_OP_FAILURE, "Failed to cache password. (%d)[%s]\n",
754 ERROR("Failed to cache password\n");
835 /* password input */
838 &sctx->uctx->password);
844 ret = seed_password_input_prompt(sctx->uctx, &sctx->uctx->password);
851 /* Add user info and password to sysdb cache */
860 printf(_("Temporary password added to cache entry for %1$s\n"),