search for: login_uid

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

Did you mean: login_gid
2006 Jun 29
1
Problems getting past authentication using functional tests
...tests look like this def test_4 $stdout.puts ''TEST 4: cookies is '' + cookies.to_s # :user => {:id => users(:testuser).id} cookies[:user_id] = ''2222'' $stdout.puts ''1. cookies is '' + cookies.to_s get ''login/login_uid'', :id => ''2222'' $stdout.puts ''2. cookies is '' + cookies.to_s assert_redirected_to :controller => "admin", :action => "home" # $stderr.puts @response.to_s end and i expect the login controller to redirect me to &...
2006 May 18
0
building 1.0beta8 with gcc 2.95
...rrectly align the default_settings structure with gcc 2.95, which doesn't recognise C99 style struct initializers. --- src/master/master-settings.c~ 2006-04-25 04:00:07.000000000 +0200 +++ src/master/master-settings.c 2006-05-18 11:14:08.949376000 +0200 @@ -367,6 +367,7 @@ /* .. */ MEMBER(login_uid) 0, + MEMBER(imap_generated_capability) NULL, MEMBER(listen_fd) -1, MEMBER(ssl_listen_fd) -1 }; -- Matthieu Herrb -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 4033 bytes Desc: S/MIME Cryptographic Sig...