search for: rubycas

Displaying 9 results from an estimated 9 matches for "rubycas".

Did you mean: rubycat
2008 Feb 19
0
Rubycas-server installation
Hi, I''m not sure if i''m here in the right place but i have some questions about installing the rubycas-server. I have found some good documentation on how to install ''ruby'' and ''ruby on rails'' and that works fine :). So i moved on to the rubycas-server part. I tried to follow the instructions on this site: http://code.google.com/p/rubycas-server/ I got myself th...
2012 Jun 08
2
rubycas-server login fail
Hi all, I''ve installed Puppet Enterprise 2.5 on Ubuntu 10.04.4 ("minimal" version on our new hosting provider, previous on amazon ec2 all works fine). So couldn''t login to puppet dashboard - internal server error. I found problem in rubycas-server. It fails when try to hash password: (/opt/puppet/share/rubycas-server/lib/casserver/authenticators/sql_encrypted.rb) > def validate(credentials) > .... > encrypt_function = @options[:encrypt_function] || > ''user.encrypted_password == > Digest::SHA256.hexdigest...
2011 Dec 08
1
Devise + RubyCAS Client
Anyone know how to combine Devise with RubyCAS client to authenticate against a Jasig CAS server? Thanks. -Dan -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3Mbo...
2009 Nov 11
4
host_with_port in config/environment.rb
Hello everyone... i''m Italian, sorry for my poor English, but I find myself in difficulties with this method.I don''t need to redirect the logout of rubycas in a host other than localhost... when the decoy in "config/environment.rb" of course tells me ''method ''host_with_port'' undefined''... I looked in the folder of ruby and i saw that it is defined in Ruby\lib\ruby\gems\1.8\gems\actionpack-2.3.4\lib\action_...
2013 Jan 29
7
stuck installing puppet in RHEL 5
.../var/log/pe-console-auth/cas_client.log ** chown -R pe-auth:puppet-dashboard /var/log/pe-console-auth ** chown puppet-dashboard:puppet-dashboard /opt/puppet/share/live-management/config.ru ** chown pe-auth:pe-auth /opt/puppet/share/console-auth/config.ru ** chown pe-auth:pe-auth /opt/puppet/share/rubycas-server/config.ru ** service pe-httpd restart Stopping pe-httpd: [ OK ] Starting pe-httpd: [ OK ] ** chown root:root /var/opt/lib/pe-puppet/lib ** cd /opt/puppet/share/puppet-dashboard; PATH=/opt/puppet/sbin:/opt/pu...
2011 Feb 24
1
concurrent users.
If I have: class ApplicationController < ActionController::Base protect_from_forgery before_filter RubyCAS::Filter before_filter :fetch_operator include SessionsHelper private def fetch_operator @operator ||= session[:cas_user] && Operator.find_by_uid(session[:cas_user]) log_out if @operator.nil? end end @operator is available for all controllers of my application. But If I...
2007 Jul 24
4
GemPlugin or Mongrel::HttpHandler subclass
Hey all I am working with a technology standard (specific to the commercial print industry) by which each element within the workflow has bi- directional HTTP messaging. As each side needs a http server, I thought I could either: a) use a gem plugin to modify the behavior of mongrel b) subclass Mongrel::HttpHandler In short, its xml messaging between two points; each with a HTTP client
2009 Jul 15
6
Single Sign-on for two rails app
Hello Everybody, I have two rails app. Both have login pages for user authentication. The two apps have links to one another. Now what i need is when a user logs in to one app, he should not be again asked for login when he clicks the link for second app. Please tell me how to go on? Thanks in advance, Ak -- Posted via http://www.ruby-forum.com/.
2010 May 06
0
CAS Authentication
So I have recently tried authenticating to a cas server for a project, and every time I try to access my cas server it returns SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed Now I am using the CAS gem found here http://rubycas-client.rubyforge.org/ I know the certificate on the CAS server is valid and correct, and i am new to RoR any help? -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group,...