Samba mount problem when using Oracle VM Server 2.1
Hello
I´m trying to mount a remote samba share from an Oracle VM Server 2.1 installation.
To be able to do a mount.cifs, I installed samba-client manually using yum.
yum repository based on Enterprise Linux 5 Update 1
In the first step the mount failed with
CIFS VFS: Server requests plain text password but client support disabled
CIFS VFS: Send error in SessSetup = -13
CIFS VFS: cifs_mount failed w/return code = -13
After doing an
echo 0x37 > /proc/fs/cifs/SecurityFlags
the plain text password error message is gone.
but
CIFS VFS: Send error in SessSetup = -13
CIFS VFS: cifs_mount failed w/return code = -13
still exists.
The mount command looks like that:
mount.cifs //*servername*/*share* /mnt/*localdir* -o sec=none,user=*username*,pass=*password*
The samba server which provides the share, only accept plain text password with no chance to get this adjusted.
Is there anybody who knows how to fix this issue? Help would be really appreciated.