Link to home
Start Free TrialLog in
Avatar of scott_in_mesa
scott_in_mesa

asked on

Mapping drives (Unix/novell)

We have Samba installed on a Sun Unix Server.  In mapping through Win95 over a novell network, (Using the command:    #net use R: \\(path to unix server)
A message is appearing in the nwlson dialog box (on two user accounts) indicating "Error 86, the password you specified is not correct".  I can log into the Unix Server with the same two user accounts though.  
Avatar of aioudine
aioudine

make sure that you have identical username and password
on Netware and Samba
if password is different use net use R: \\path password_on_samba
ASKER CERTIFIED SOLUTION
Avatar of poomba1
poomba1

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
command:    #net use R: \\(path to unix server)  will never work.

it should be:
net use R: \\unixserver\sharename