Displaying 4 results from an estimated 4 matches for "casserver".
Did you mean:
ca_server
2012 Jun 08
2
rubycas-server login fail
...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("#{user.encryption_salt}::#{@password}")''
> ...
> return eval...
2008 Feb 19
0
Rubycas-server installation
...ertificate. So i installed the rubycas-server, in run the server with
$rubycas-server.
Now i have the config.yml file so i configured it to my own. It''s in the
attachment.
Now i try to run it again but i get every time the same error:
/usr/lib/ruby/gems/1.8/gems/rubycas-server-0.5.1/lib/casserver/conf.rb:88:
Your RubyCAS-Server configuration may be invalid. Please double-check
check your config.yml file. Make sure that you are using spaces instead
of tabs for your indentation!! (RuntimeError)
UNDERLYING EXCEPTION:
syntax error on line 98, col 12: ` adapter: mysql'' from
/usr/l...
2013 Mar 13
1
enabling AD authentication on Puppet Enterprise 2.7 evaluation
Hi All, I''m testing a Puppet install and running into a problem enabling AD
authentication:
http://docs.puppetlabs.com/pe/2.7/console_auth.html#using-third-party-authentication-services
I''ve followed the instructions in there and the end result is either only
AD auth or only local auth, once I turn on activedirectoryldap inside the
cas_client_config.yml file I get
2007 Mar 13
18
Daemonizing a camping server
...as well as rv:
settings = {:host => "0.0.0.0", :log_file => ''foo.log'', :cwd =>
$MYSERVER_HOME}
config = Mongrel::Configurator.new settings do
listener :port => 12345 do
uri ''/foo'', :handler => Mongrel::Camping::CampingHandler.new(CASServer)
setup_signals
end
daemonize :log_file => ''foo.log'', :cwd => $MYSERVER_HOME
end
config.run
config.join
The server works just fine if I comment out the "daemonize" call, but
doesn''t work at all when daemonized.
Any ideas?
This e-mail message i...