Lines Matching refs:password
43 # Number of tries a user gets to enter his/her password before we log the
54 # allowed because no password is required to become `root' when already `root'
55 # and therefore, any value entered as password will work.
62 # otherwise a non-existent user is treated like an invalid password.
142 # Check sudo(8) access before prompting for password.
147 # sudo(8) access denied. Prompt for their password.
161 local password nfailures=0 retval
164 password=$( $DIALOG \
170 --password --inputbox "$prompt" \
178 f_die $retval "$password"
184 password=$( $DIALOG \
196 debug= f_dialog_line_sanitize password
202 $password
205 unset password # scrub memory
222 # If user exhausted number of allowed password tries, log
262 # Prompts the user to enter a username and password to be authenticated via
295 height=$(( $height + 2 )) # Add height for --password
309 --password --2inputsbox "$msg" \
325 local user password
327 password="${user_pass#*/}"
360 $password
366 unset password # scrub memory
384 # If user exhausted number of allowed password tries, log