Home
last modified time | relevance | path

Searched refs:passwd_2 (Results 1 – 1 of 1) sorted by relevance

/dragonfly/usr.sbin/installer/dfuibe_installer/
H A Dfn_configure.c99 const char *username, *home, *passwd_1, *passwd_2, *gecos; in fn_add_user() local
172 passwd_2 = dfui_dataset_get_value(new_ds, "passwd_2"); in fn_add_user()
180 } else if (strcmp(passwd_1, passwd_2) != 0) { in fn_add_user()