Displaying 2 results from an estimated 2 matches for "logon_failed".
2004 Jul 18
1
Samba 3.0.4-Suse-Package with Suse 9.0
...For an application it is necessary to print via the smb-backend of
CUPS, I have to get a queue pointing at a printer located at a Win-PC.
That printer is shared with permissions to print for everyone, but I
can't get CUPS to print a test-page. It is sent to the smb-backend
which gets NT_STATUS-LOGON_FAILED and such stuff.
So I tried to connect via smbclient, just to verify the connection, I
am only able to get a list of available shares with the user
administrator, not for the specific user I want to print with.
The user is in the Samba passdb backend.
I also did a new symbolic link smbspool -->...
2007 Dec 30
0
Exception not caught while in view
I''m running Rails 2.0.2.
My controller is subclassed from RetainController (which is subclassed
from ApplicationController).
Retain Controller has:
rescue_from Retain::LogonFailed, :with => :logon_failed
rescue_from Retain::FailedMarkedTrue, :with => :failed_marked_true
It works if the exception occurs before I start processing the view. If
I get the exception while in the view, (this is in development mode),
Rails will give me the usual exception page.
I thought, maybe, I was done with t...