1751879 Members
5129 Online
108782 Solutions
New Discussion

smbmanage

 
mschumi
Occasional Advisor

smbmanage

I use CIFS V1.2 ECO 1 on an OpenVMS 8.3-1H1 .

 

Some functions in smbmanage do not function properly.

For example the one to list shares.

When taking a look at the procedure I find a statement:

   $ net rpc share --long --user=""% -d0 "-S" 'NETBIOSNAME' "-W" 'NETBIOSNAME'

 

If the procedure is executing on server jonas there is shown an error:

 

---------------

Could not connect to server jonas
Connection failed: NT_STATUS_ACCESS_DENIED

---------------

 

If i enter this line:

   $ net rpc share --long --user=jonas\cifsadmin -d0 "-S" jonas "-W" jonas

 

everything works fine.

 

The expression

   --user=""%

seems suspecious to me. What should this evaluate?

Am I able to to provide a password to be entered once?

 

What I´m doing wrong?

 

Thanks very much in advance.