Displaying 4 results from an estimated 4 matches for "pellicer".
Did you mean:
pellicier
2000 Oct 17
5
Smartcards & SSH
Hi all,
I'm new to this mailing list, so I apologize if my question
is "obsolete" for you.
I'd like to know if anybody has a clear idea about
how to connect smartcards to the SSH framework.
I yet got a modified ssh-agent (by Stephen Pellicer)
that uses SSP-Lite (CyberflexAccess driver by me)
in order to use the smartcard instead of the HD files.
Instead, I'd like to INTEGRATE that with the
original, file-based, ssh environment.
I'd like to know what do you think about this, and
HOW the work should be accomplished, to maintain...
2009 Mar 06
3
Gem update problem
Hi, firs at all sorry if my english is not the best.
I''m working with OSX and i have a problem trying to launc localhost.
In mongrel.log i can see this message:
Agent Log is found in /Users/jose/rankia/log/newrelic_agent.3000.log
/Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in
`gem_original_require'': no such file to load -- action_mailer/ar_mailer
(MissingSourceFile)
2009 Mar 14
2
Pobrem with REST routes
Hi first at all sorry if mu english is not the best.
I have this models:
Encuesta->titulo and description are string. Encuesta has_many
:preguntas
Preguntas-> texto is string, encuesta_id and orden are integer. Pregunta
belongs_to :encuesta and has_many :soluciones
Soluciones-> texto is string, pregunta_id and orden are integer.
Soluciones belongs_to :pregunta
Routes:
map.resources
2009 Jul 06
0
Help with regular expression
First at all sory if my english is not the best.
We have a problem in our web when a user writes a long url. The
structure of the web becomes ugly...
First, we tried to solve this poblem with CSS. We implemented something
like that:
msgforo .p {
overflow: hidden;
word-wrap: break-word;
}
but it wasn''t the solution for our problem because some words at the end
of the line repeat