Samba Access

From UFRC
Revision as of 18:31, 5 March 2010 by Hpc (talk | contribs) (New page: To allow users to mount HPC filesystems on their workstations on campus (or over campus VPN), we need to add a sambaSAMAccount objectclass to their LDAP entry and set their Sambas passwor...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

To allow users to mount HPC filesystems on their workstations on campus (or over campus VPN), we need to add a sambaSAMAccount objectclass to their LDAP entry and set their Sambas password.

[root@submit ~]# smbldap-usermod -a cpp
Warning: sambaPrimaryGroupSID could not be set beacuse group of user cpp is not
a mapped Domain group!
To get a list of groups mapped to Domain groups, use "net groupmap list" on a
Domain member machine.

[root@submit ~]# smbldap-passwd -s cpp
Changing samba password for cpp
New password: 
Retype new password: 

You can use 'smbpasswd' as opposed to 'smbldap-passwd' if you prefer.