rbCAS / CASino

CASino is a Ruby-based Single Sign-On solution supporting the CAS standard
MIT License
329 stars 189 forks source link

always getting Incorrect username or password. #195

Open winnerawan opened 5 years ago

winnerawan commented 5 years ago

after trial error 1 day i doesn't solve it, can someone help me?

development:
  <<: *defaults
  authenticators:
    my_company_db:
      authenticator: "ActiveRecord"
      options:
        connection:
          adapter: "mysql2"
          host: "localhost"
          username: "root"
          password: "root"
          database: "cas_users"
        table: "users"
        username_column: "username"
        password_column: "password"
        extra_attributes:
          email: "email"
#          fullname: "displayname_database_column"
adrianogoncalves commented 4 years ago

I have the same problem. Still struggling with that. I have a column with password encrypted as MD5 and another one as SHA1, but none of them works...