Oki, in your case, the right question is :
- The guest user is activated ?
To activate the guest user cifs follow this procédure to activate it and bypass the user login :
- Set the privilege level to advanced:set -privilege advanced
- Configure the restrict anonymous setting:vserver cifs options modify -vserver vserver_name -restrict-anonymous {no-restriction|no-enumeration|no-access}
- Verify that the option is set to the desired value:vserver cifs options show -vserver vserver_name
- Return to the admin privilege level:set -privilege admiEnjoy