• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/utils/

Lines Matching defs:password

162  * Force a change of the trust acccount password.
185 * Force a change of the trust acccount password.
208 * This uses 'machinename' as the inital password, and changes it.
210 * The password should be created with 'server manager' or equiv first.
250 * a password is 14. --jerry
323 d_printf("net rpc join -U <username>[%%password] <type>[options]\n"\
324 "\t to join a domain with admin username & password\n"\
325 "\t\t password will be prompted if needed and none is specified\n"\
341 * Main 'net_rpc_join()' (where the admain username/password is used) is
343 * Try to just change the password, but if that doesn't work, use/prompt
344 * for a username/password.
816 * Set a password for a user on a remote RPC server
857 asprintf(&prompt, "Enter new password for %s:", user);
903 /* Set password on account */
930 * Set a user's password on a remote RPC server
1143 {"password", rpc_user_password},
2481 char *password=NULL; /* don't allow a share password */
2491 num_users, path, password,
2650 char *password = NULL; /* don't allow a share password */
2727 num_uses, path, password,
4421 DEBUG(0,("Could not set trust account password: %s\n",
4549 DEBUG(0,("Could not set trust account password: %s\n",
4605 * Connect to \\server\ipc$ as 'our domain' account with password
4636 /* connect to ipc$ as username/password */
4736 * Store the password in secrets db
4742 DEBUG(0, ("Storing password for trusted domain failed.\n"));
4785 /* delete password of the trust */
5504 d_printf(" net rpc password <username> [<password>] -Uadmin_username%%admin_pass\n");
5509 d_printf(" net rpc changetrustpw \tto change the trust account password\n");
5573 {"password", rpc_user_password},