search for: id_user

Displaying 7 results from an estimated 7 matches for "id_user".

Did you mean: sid_user
2018 Sep 17
2
add keys and certificate to forwarded agent on remote host
...: > > Can ssh-add work on the remote socket file? > > I expect that it will just work<tm>. The local socket is just a > socket, and the protocol[1] message SSH_AGENT_ADD_KEY is the same. Local: $ ssh-agent > /tmp/agent.env $ source /tmp/agent.env $ ssh-add ~/.ssh/id_user $ ssh -A remote Remote: $ SSH_AUTH_SOCK=/tmp/ssh-1rVbCSbuDP/agent.3145 $ ssh-add newkey Identity added: newkey (newkey) Local: $ source /tmp/agent.env $ ssh-add -l 2048 SHA256:32C...qYBs /home/user/.ssh/id_user (RSA) 2048 SHA256:32C...qYBs /home/user/.ssh/id_user (RSA-CERT) 2048...
2006 Jul 03
9
Migrations from Mysql to Oracle. PLS HELP!
...elopment platform. the production server is under Rails/Oracle. Right now, i''m trying to install my application under the production server, the connection to orcale is fine via Rails, but i have a weird problem. example : here is a extract from my db scheme : Table User :_____________ id_user | first_name | last_name | login | password | id_profile | _________________________| Table Profile :__________ id_profile | name | _________________________| and my Mo...
2006 Feb 02
3
What is best way to show only records belonging to logged user?
Hi all, What is best way to show only records belonging to logged user? I understand that it is better to handle this in model and not controller. I am thinking of intercepting find methods in model and add clause something like "WHERE id_user = #{user_id}". I would like to hear if you would do it likewise and if yes is it better to hack find_by_sql() or find() method? thanks in advance, Bojan Mihelac -- Bojan Mihelac Informatika Mihelac, Bojan Mihelac s.p. | www.informatikamihelac.com -> tools, scripts, tricks from our co...
2018 Sep 17
7
add keys and certificate to forwarded agent on remote host
Apologies if this post is inappropriate to this list; please redirect me if so. Our team uses ssh extensively for server access and maintenance (Debian). An issue is acting as root when operating, for example, over ansible and keeping a record of who performed the actions, something ssh certificates solves well. The problem is then to automate certificate issuance since it would be pretty
2007 Jul 10
9
Other parameters on InPlaceEditor
...s: {method: ''get''}, value: ($(el).innerHTML==''Yes'') ? ''1'' : ''0'', collection: [[0,''No''],[1,''Yes]], parameters: ''op=pag_sca&id='' + id_pagam + ''&id_cliente=<?=$id_user? >&id_order=<?=$_REQUEST[''id'']?>'', onBlur: function(request) {Element.show(''indicator'')} }); ---------------------------------- Thank you --~--~---------~--~----~------------~-------~--~----~ You received this message because you are su...
2006 Mar 03
0
acts_as_network plugin
...k =============== This module adds the networking behaviour to an ActiveRecord model. The networking logic will use a support table to create n:m associations between objects. Example: class User < ActiveRecord::Base acts_as_network :join_table => friends, :source_key => :id_user, :destination_key => :id_friend end first = users(:first) second = users(:second) ## Add a new connection first.connections << second ## Associate a role to a connection if you ## have the ''role'' column in the join table first.connections.push_with_attribu...
2006 Feb 02
0
What is best way to show only records belonging to loggeduser?
...st way to show only records belonging to loggeduser? Hi all, What is best way to show only records belonging to logged user? I understand that it is better to handle this in model and not controller. I am thinking of intercepting find methods in model and add clause something like "WHERE id_user = #{user_id}". I would like to hear if you would do it likewise and if yes is it better to hack find_by_sql() or find() method? thanks in advance, Bojan Mihelac -- Bojan Mihelac Informatika Mihelac, Bojan Mihelac s.p. | www.informatikamihelac.com -> tools, scripts, tricks from our co...