Change "%samba" to "%users" if you wish to allow members of the users group to mount SMB shares.The following will mount the myshare folder on myserver to
~/mnt
(it will be in your home directory):
mkdir ~/mnt sudo mount -t cifs //myserver_ip_address/myshare ~/mnt -o username=samb_user,noexec