• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/

Lines Matching refs:password

47 	d_printf("password <username@realm> <password> -Uadmin_username@realm%%admin_pass\n");
48 d_printf(" Change a user's password using an admin account\n");
49 d_printf(" (note: use realm in UPPERCASE, prompts if password is obmitted)\n");
51 d_printf(" Change the trust account password of this machine in the AD tree\n");
249 asprintf(&prompt,"%s's password: ", opt_user_name);
260 SAFE_FREE(ads->auth.password);
261 ads->auth.password = smb_xstrdup(opt_password);
337 ads_startup() stores the password in opt_password if it needs to so
475 /* if no password is to be set, we're done */
482 /* try setting the password */
493 /* password didn't set, delete account */
494 d_fprintf(stderr, "Could not add user %s. Error setting password %s\n",
960 const char *password)
980 ret = netdom_join_domain( ctx, cli, *dom_sid, password, ND_TYPE_AD );
1446 char *tmp_password, *password;
1542 password = talloc_strdup(ctx, tmp_password);
1545 &ads->ldap_ip, &short_domain_name, &domain_sid, password);
1564 /* HACK ALERT! Store the sid and password under both the lp_workgroup()
1569 if ( (netdom_store_machine_account( lp_workgroup(), domain_sid, password ) == -1)
1570 || (netdom_store_machine_account( short_domain_name, domain_sid, password ) == -1) )
1601 /* clear out the machine password */
1654 /* kinit with the machine password */
1658 ads->auth.password = secrets_fetch_machine_password(
2101 d_fprintf(stderr, "You must supply an administrator username/password\n");
2106 d_fprintf(stderr, "ERROR: You must say which username to change password for\n");
2142 asprintf(&prompt, "Enter new password for %s:", user);
2184 d_printf("Changing password for principal: %s\n", host_principal);
2198 d_printf("Attempting to update system keytab with new password.\n");