Displaying 1 result from an estimated 1 matches for "tofo1".
Did you mean:
  todo
  
2009 Jun 03
1
all connections closed if user gives wrong pwd (#long posting inside)
...this issue on Debian, SuSE and Redhat Linux. (these are the ones i've tested)
Here is what the users do:
.) ssh root@clientA
.) mount -t cifs -o user=tom //serverA/home1 /mnt/1/
        #users gives correct password and "home1" gets mounted just fine
.) mount -t cifs -o user=max //tofo1/home2 /mnt/2
        #user gives correct password and "home2" gets mounted just fine
        #but if user "max" gives a wrong password all existing connections are closed by the server
screendump of the above sequence:
###############################################
[root@clie...