Create a hidden file (ie .cifs_auth) with the following syntax:
username={user with access to the share} password={password}
Note: I've found that the above works WITHOUT specifying the domain name (ie na\username or username@na)
# mount -t cifs //WindowsServerName/Share /MOUNTPOINT -o credentials=/PATH_TO/HIDDEN_FILE
Example below assumes auto.autofs is being used. Add the following line to auto.autofs:
MOUNTPOINT -fstype=cifs,credentials=/PATH_TO/HIDDEN_FILE,uid=<user>,gid=users ://WindowsServer/Share
Change “gid=users” to correct group if user is defined in LDAP