Displaying 2 results from an estimated 2 matches for "mycontact".
Did you mean:
  my_contact
  
2007 Oct 05
3
[Bug 1373] New: native support for X.509 v3 certificates
...tificates
           Product: Portable OpenSSH
           Version: 4.7p1
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: sshd
        AssignedTo: bitbucket at mindrot.org
        ReportedBy: mindrot at mycontact.org
I just wondering why their is not support for X.509 certificates in the
standard distribution of OpenSSH.
I found http://roumenpetrov.info/openssh/ but this is not part the
standard Debian distribution.
Other idea is the integration with OpenSC but i don't have a smartcard
on my vServer....
2006 Aug 07
0
Capturing Validation Errors from Nested Model Creation..
....new(:first_name => params["contact"]["first_name"])
       if not contact.valid?() then
          contact.errors.each {|attr| @allerrors.push(attr) }
       end
       # other stuff goes here
       if @allerrors.empty? and @booking.save then
           @booking.contact = myContacts
            flash[:notice] = ''Booking was successfully created.''
            redirect_to :action => ''list''
       else
             @booking.errors.each {|attr| @allerrors.push(attr) }
             redirect_to :action => ''new'', :errors =&...