search for: shared_resourc

Displaying 3 results from an estimated 3 matches for "shared_resourc".

Did you mean: shared_resource
2007 Jan 17
0
winbind and domain member authentication problems
...LOGON_SERVERS (0xc000005e) error messsage was: No logon servers Could not authenticate user smediavilla with challenge/response But I'm able to do wbinfo -u, wbinfo -g, getent passwd, and getent group Apart from that, if I do from the PDC smbclient -d 3 -W mydomain -U domainuser //MEMBER/shared_resource I get: Doing spnego session setup (blob length=58) got OID=1 3 6 1 4 1 311 2 2 10 got principal=NONE Got challenge flags: Got NTLMSSP neg_flags=0x60890235 NTLMSSP: Set final flags: Got NTLMSSP neg_flags=0x60080215 NTLMSSP Sign/Seal - Initialising with flags: Got NTLMSSP neg_flags...
2007 Jan 17
0
More info about "winbind and domain member authentication problems"
...LOGON_SERVERS (0xc000005e) error messsage was: No logon servers Could not authenticate user smediavilla with challenge/response But I'm able to do wbinfo -u, wbinfo -g, getent passwd, and getent group Apart from that, if I do from the PDC smbclient -d 3 -W mydomain -U domainuser //MEMBER/shared_resource I get: Doing spnego session setup (blob length=58) got OID=1 3 6 1 4 1 311 2 2 10 got principal=NONE Got challenge flags: Got NTLMSSP neg_flags=0x60890235 NTLMSSP: Set final flags: Got NTLMSSP neg_flags=0x60080215 NTLMSSP Sign/Seal - Initialising with flags: Got NTLMSSP neg_flags...
2006 May 15
10
BackgrounDRb background task runner and Application Wide Context Store
.... This is handy for creating shared resources that more then one user will access so that multiple users and backends can get the same object by name. MiddleMan.new_worker(:class => :foo_worker, :args => "Bar" :job_key => ''shared_resource'') For caching text or simple hashes or arrays or even rendered views you can use a hash like syntax on MiddleMan: MiddleMan[:cached_view] = render_to_string(:action => ''complex_view'') Then you can retrieve the cached rendered view just like a hash with: MiddleMan[...