Searched refs:user_password (Results 1 – 4 of 4) sorted by relevance
/freebsd/usr.sbin/bsdconfig/usermgmt/share/ |
H A D | user.subr | 90 local user_member_groups user_name user_password user_password_expire 122 local user_member_groups user_name user_password user_password_expire 253 local user_member_groups user_password user_password_expire user_shell 264 f_getvar $VAR_USER_PASSWORD user_password 291 [ ! "$user_password" ] && user_password_disable=1 314 f_dialog_input_password user_password \ 396 elif [ "$user_password" ]; then 397 echo "$user_password" | f_eval_catch \ 429 user_password user_password_disable ;; 504 elif [ "$user_password" ]; then [all …]
|
H A D | user_input.subr | 66 # user_home_dir, user_shell, and user_member_groups (and user_password is reset 1117 local user_name user_password user_uid user_gid user_class
|
/freebsd/contrib/wpa/src/eap_server/ |
H A D | eap_server_ttls.c | 163 u8 *user_password; member 269 parse->user_password = password; in eap_ttls_avp_parse() 531 const u8 *user_password, in eap_ttls_process_phase2_pap() argument 543 os_memcmp_const(sm->user->password, user_password, in eap_ttls_process_phase2_pap() 1092 } else if (parse.user_password) { in eap_ttls_process_phase2() 1093 eap_ttls_process_phase2_pap(sm, data, parse.user_password, in eap_ttls_process_phase2()
|
/freebsd/contrib/libpcap/rpcapd/ |
H A D | daemon.c | 1496 char *user_password; in daemon_AuthUserPwd() 1516 user_password = usersp->sp_pwdp; in daemon_AuthUserPwd() 1528 user_password = user->pw_passwd; in daemon_AuthUserPwd() 1537 crypt_password = crypt(password, user_password); in daemon_AuthUserPwd() 1554 if (strcmp(user_password, crypt_password) != 0) in daemon_AuthUserPwd()
|