Difference between revisions of "Samba Access"

From UFRC
Jump to navigation Jump to search
m (Text replace - "HPC Center" to "Research Computing")
(→‎Changing Samba Passwords: Updated procedure.)
Line 39: Line 39:
 
==Changing Samba Passwords==
 
==Changing Samba Passwords==
 
To change your samba password (after your samba account has been created), do the following:
 
To change your samba password (after your samba account has been created), do the following:
 +
 +
* Login to hipergator.hpc.ufl.edu using ssh
 +
* Do the following at the command prompt
 
<pre>
 
<pre>
$ smbpasswd -r samba
+
[username@gator1 ~]$ smbldap-passwd -s
Old SMB password:
+
Identity validation...
New SMB password:
+
enter your UNIX password:  
Retype new SMB password:
+
Changing samba password for username
Password changed for user <USERNAME>
+
New password:  
 +
Retype new password:  
 
</pre>
 
</pre>
As can be seen, the command will ask for the old password, then for the new password twice.
+
As can be seen, the command will ask for your current linux password, then for the new password for the Samba account twice.
 
 
===Administrative Reset===
 
In the case that a user has forgotten their samba password, their password can be reset by logging into phpLDAPAdmin and changing the values of '''sambaLMPassword''' and '''sambaNTPassword''' to a known value.
 
  
 
==Creating Samba Accounts==
 
==Creating Samba Accounts==

Revision as of 15:54, 17 September 2013

Connecting to the Samba server

Mac OS X (10.7)

  1. Launch/command+tab to Finder
  2. Command+K
  3. Enter smb://samba.hpc.ufl.edu
  4. Connect (use Research Computing user name and SMB/CIFS password)
  5. Click + button to add to favorites (optional)

Linux

If you are using the GNOME desktop, there will be a Menu titled "Places" in the top, left corner of your screen. Click on it to open the menu, and select the option "Connect to Server...". That will open a dialog where you can select the service type, server, etc. Fill out the dialog like so:

  1. Service type: Windows Share
  2. Server: samba.hpc.ufl.edu
  3. Share: hpc (for /scratch/hpc), or homes (for /home)
  4. Domain: UFHPC
  5. Username: your Research Computing user name
  6. Password: your SMB password

Windows

The Research Computing has a samba server located at samba.hpc.ufl.edu.

To connect to the available shares click on your Start menu. Where the search entry area is located enter

\\samba.hpc.ufl.edu

A login box will appear for a username and password. Enter these and you should be connected to the system.

Note: If you are currently logging into the UF Active Directory (UFAD) domain, you may need to precede your username with "UFHPC\". So, if your username were normally "jsmith", you would instead enter

 UFHPC\jsmith

Changing Samba Passwords

To change your samba password (after your samba account has been created), do the following:

  • Login to hipergator.hpc.ufl.edu using ssh
  • Do the following at the command prompt
[username@gator1 ~]$ smbldap-passwd -s
Identity validation...
enter your UNIX password: 
Changing samba password for username
New password: 
Retype new password: 

As can be seen, the command will ask for your current linux password, then for the new password for the Samba account twice.

Creating Samba Accounts

Note: This can only be done by administrators

If you would like Samba access to your Research Computing files, please file a help request at http://support.hpc.ufl.edu.