You would only need a RDBMS resolver if you need to resolve the provided username to something else stored in the database.
If you merely need attributes, then you just use one of the PersonDirectory implementations with an existing resolver. Cheers, Scott On Thu, Mar 4, 2010 at 8:35 AM, Marvin Addison <[email protected]>wrote: > > I tried but could not find RDBMS resolvers. > > Neither could I. I imagined I would find a JDBC > CredentialsToPrincipalResolver in the cas-server-support-jdbc module, > > http://developer.jasig.org/source/browse/jasigsvn/cas3/tags/cas-3-3-5-final/cas-server-support-jdbc/src/main/java/org/jasig/cas/adaptors/jdbc > , > but none exists. > > I would recommend you open a Jira issue, > http://www.ja-sig.org/issues/browse/CAS, to develop such a component. > I can imagine it would be generally useful. The good news is that it > should be straightforward to develop your own in the interim if you're > under a tight deadline. I would imagine this component would make a > 3.4.x or 3.5 release on the time frame of 1-3 months. > > M > > -- > 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 > -- 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
