Thanks Marvin - this was helpful; I have got it working for a database
'SELECT'.

Due to the way the database data is setup, I have to initiate three
separate database 'SELECT' statements to retrieve the account attributes -
is this possible?

I have been fiddling around with the configuration but have not been
successful so far.

On Tue, May 22, 2012 at 1:44 PM, Marvin S. Addison <[email protected]
> wrote:

> 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<https://wiki.jasig.org/display/CASUM/LDAP>
> [2] 
> https://wiki.jasig.org/**display/UPC/**JdbcPersonAttributeDaoImpl<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<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

Reply via email to