rubycas / rubycas-server

Provides single sign-on authentication for web applications, implementing the server-end of Jasig's CAS protocol.
http://rubycas.github.com
Other
628 stars 270 forks source link

unable to login #240

Closed ak-digital-endeavours closed 9 years ago

ak-digital-endeavours commented 9 years ago

Hi, I'm running Centos 7 without passenger, ruby 2.1.1

I get the standard login page but attempting to login throws an internal server error.

This is when trying to use bundle exec and webrick

Output:

10.1.105.205 - - [06/Feb/2015:15:40:43 GMT] "GET / HTTP/1.1" 303 0

cat /var/www/html/cas/config/config.yml | grep -v ^# | grep -v ^$ server: webrick port: 443 ssl_cert: /etc/httpd/ssl/apache.crt ssl_key: /etc/httpd/ssl/apache.key database: adapter: postgresql database: dbname username: user password: 'pass' host: localhost reconnect: true authenticator: class: CASServer::Authenticators::LDAP ldap: host: ldap.domain.org.uk port: 389 base: dc=domain,dc=org,dc=uk username_attribute: uid filter: (objectClass=person) auth_user: 'cn=user,ou=orgunit,dc=domain,dc=org,dc=uk' auth_password: 'pass' theme: simple organization: CAS infoline: Powered by RubyCAS-Server log: file: /var/log/casserver.log level: DEBUG

ak-digital-endeavours commented 9 years ago

Rebuilding under passenger