Hi,
I'm trying to setup some windows shares, and mount them from my hp-ux 11.31 boxes.
It works fine if I share the windows directories with a local user account, but it doesn't work when I try it with domain users.
What I'm doing is:
- share a windows directory
- mkdir a mount point
- mount -F cifs windows_srv:/share /mount/point
- cifslogin windows_srv UserAccount
At this point it asks for the password, and if I enter an incorrect one it it show a SRV: Bad password twice. If I enter the correct password it returns to prompt.
And now, if I've done this with a local user account from this windows_srv it works OK.
But when I try with a domain user it doesn't work.
bdf command shows me "I/O error" for /mount/point, and if I try to cd to it it tells me "bad directory".
I've tried with the -D domain, and also putting the windows domain in the cifsclient.cfg file, but it doesn't work neither.
I've looked into the windows eventvwr, and I've seen the user logs OK from the HP-UX box.
I've tried accesing the shares from other windows servers, and it works fine, user and password are accepted and I can access the shares.
Anyone knows if there is a way to make it work with windows domain users?
Thanks (and sorry if I make mistakes, English is not my native language).
I'm trying to setup some windows shares, and mount them from my hp-ux 11.31 boxes.
It works fine if I share the windows directories with a local user account, but it doesn't work when I try it with domain users.
What I'm doing is:
- share a windows directory
- mkdir a mount point
- mount -F cifs windows_srv:/share /mount/point
- cifslogin windows_srv UserAccount
At this point it asks for the password, and if I enter an incorrect one it it show a SRV: Bad password twice. If I enter the correct password it returns to prompt.
And now, if I've done this with a local user account from this windows_srv it works OK.
But when I try with a domain user it doesn't work.
bdf command shows me "I/O error" for /mount/point, and if I try to cd to it it tells me "bad directory".
I've tried with the -D domain, and also putting the windows domain in the cifsclient.cfg file, but it doesn't work neither.
I've looked into the windows eventvwr, and I've seen the user logs OK from the HP-UX box.
I've tried accesing the shares from other windows servers, and it works fine, user and password are accepted and I can access the shares.
Anyone knows if there is a way to make it work with windows domain users?
Thanks (and sorry if I make mistakes, English is not my native language).