Lines Matching refs:username
117 const char *username;
122 { "cram-md5", "cram-md5-username", "cram-md5-password" },
123 { "cleartext", "cleartext-username", "cleartext-password" }
148 return ("\tenable <-a auth-type> <-u username>\n");
561 char *auth_type, *username, *password;
565 /* enable <-a auth-type> <-u username> */
576 username = strdup(optarg);
590 if ((auth_type) && (username)) {
595 free(username);
600 "'auth-type'", "'username'");
602 free(username);
611 free(username);
619 if ((ndmp_set_prop(ndmp_auth_table[i].username,
620 username)) == -1) {
622 gettext("Could not set username - %s\n"),
642 free(username);
680 if ((ndmp_set_prop(ndmp_auth_table[i].username,
683 gettext("Could not clear username - %s\n"),