Folks, The following command runs successfully:
# smbutil view -W mydomain //[email protected] When executed, it shows all the shares that are available. The trick I needed was "-W" flag to specify the domain name to use. Took me some time to figure it out. Now, I am trying to mount the remote share using mydomain\peter as the username. Here is what I tried: # mount -f smbfs //[email protected]/Software /Software When executed, I get an "authentication failed" error. The reason is because I did not specify the domain name. After going through the man pages, I tried the following command: # mount -f smbfs //mydomain;[email protected]/Software /Software Now, I get two errors: mount: Mount point cannot be determined bash: [email protected]/Software: No such file or directory. I would appreciate it if someone can tell me what is it that I am doing wrong. Thank you in advance for your help. Regards, Peter -- This message posted from opensolaris.org _______________________________________________ sysadmin-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/sysadmin-discuss
