rbCAS / CASino

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

LDAP and ActiveRecord have different extra_attributes #173

Open zhyanpei2015 opened 7 years ago

zhyanpei2015 commented 7 years ago

If I use LDAP by configure cas.yml , attribute of extra_attributes use string as key in my database, But using ActiveRecord, is Symbol? just like ldap: extra_attributes: {'test' => 'xxx'} activerecord: extra_attributes: {:test => 'xxx'}