search for: realpass

Displaying 2 results from an estimated 2 matches for "realpass".

Did you mean: readpass
2006 Jul 11
0
assert_redirected_to not recognizing routes
I''m getting a weird error in a call to assert_redirected_to in one of my functional tests. Here is the test: def test_signin admin = users(:adminuser) post :signin, {:login => admin.email, :realpass => @password} assert_redirected_to :action => ''list'' # failure happens on this line assert_equal admin.id, session[:user].id end The error is: 2) Error: test_signin(UserControllerTest): RuntimeError: The number of parameters does not match the number of substi...
2007 May 10
1
samba doesn't map to guest account
...he sec options none,ntlm,ntlmi,ntlmv2,ntlmv2i or smbfs instead of cifs) and always got "mount error 13 = Permission denied". I just wanted samba to map me to the guest-account but it wouldn't!!!! I then tried mount -t cifs //172.16.0.3/ebooks /mnt/ebooks -o user=realuser,password=realpass (where realuser is a privileged user that really exists) and it worked!! I also tried mount -t cifs //172.16.0.3/upload /mnt/ebooks -o guest (where 'upload' has a force user/group option set. Look below in smb.conf) and it worked!! Yes, it mapped me to the right account!! But no ma...