net use works for local users but not local network users
Server is running 10.10.5 server 5.0.15
Tested with windows 7 and 8.1 pro and home
When using just the regular explorer and navigating to "\\myserver\folder" it asks for credentials (both local and local network users work fine) and can then mount a folder with the "map network drive.."
When using the "net use" command local users have no issues but gives error 1326 and 86 for local network users saying the user name/password is incorrect
Using the command as:
"net use k: \\myserver\folder /user:username password"
"net use k: \\myserver\folder /user:mayserver/username password"
"net use k: \\myserver\folder /user:username@myserver password"
also tried them all with the ip
Tried making new local and network users but experience the same behavior
Have restarted file sharing, removed and added permission to user for file sharing, set file sharing to all users and on all networks
Tried running the commands with the ip but sill results in the same behavior
Tried running the LDAP server with ssl on and off
The directory administrator account also has the same behavior
Have tried playing with some of the settings suggested here but have only been able to change the behavior of the local users to not be able to login
Anyone have any ideas why the net use command will not authenticate with a network user accounts?