Directions For Changing Your Password on the Server

To change your password on the server, proceed as follows:

  1. Open a terminal window by clicking on the Terminal icon on the dock.






  2. Enter the following command at the prompt in the terminal window: (Note: don't capitalize the "-r" but do capitalize the "-U")

    smbpasswd -r files.cs.gordon.edu -U username
    (Where username is the user name for your server account)

  3. You will now see the following prompt:
    Old SMB password:

  4. Enter your current server password. (It will not be echoed). You will now be prompted for:

    New SMB password:

  5. Enter the new password you wish to use. It will not be echoed. You will now be prompted to enter your new password again, for verification:

    Retype new SMB password:

  6. Enter your new password a second time. It will not be echoed. If everything was done correctly, you will see the following message:

    Password changed for user username


    Dealing With Problems

    The password changing process incorporates a number of checks and safeguards to prevent problems like a user changing someone else's password, or a typing mistake that results in your password being changed to something different than you thought it was. If one of these problems occurs, an appropriate error message will be displayed and you will either be given a chance to rectify the mistake, or (depending on the error) the whole password changing process will be aborted and you will need start over.

    Your password is not actually changed until you see the message Password changed for user username at the end of the process. If the process is aborted before this point, your original password is still in place, unmodified. If you still want to change it, you can start over from the beginning.


    Last revised: August 26, 2009