rbCAS / CASino

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

Use existing database #118

Closed BrunoQuaresma closed 9 years ago

BrunoQuaresma commented 9 years ago

How i use an existing user table? Always the table have casino_* :/

luxflux commented 9 years ago

The users table of CASino is for saving authenticated users only, not for looking up the users credentials. CASino uses its authenticators to lookup user/password in another datastore. Check the wiki for a list of authenticators.