Is it possible to authenticate users via LDAP; and retrieve account attributes via Oracle database?
Yes. Authentication and attribute release are decoupled and you can mix and match as needed. You'll configure one or more AuthenticationHandler components for authentication and an IPersonAttributeDao to resolve attributes. There are implementations provided out of the box to do what you want: (Fast)BindLdapAuthenticationHandler [1] for LDAP authentication and JdbcPersonAttributeDaoImpl for database attributes [2].
M [1] https://wiki.jasig.org/display/CASUM/LDAP [2] https://wiki.jasig.org/display/UPC/JdbcPersonAttributeDaoImpl -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
