You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'}
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'}