IBatis provides the SimpleDataSource natively, which will only support
username/password authentication. You would need to use a Datasource
that supports the "trusted user" funcitonality. All IBatis cares about
is that it can get a valid connection from the Datasource to operate
against.

Brandon

On Wed, 23 Mar 2005 17:36:30 -0700, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> 
> 
> Do to new security requirements a developer is not allowed to know the
> password of the user connection to the database. I know informix has a
> trusted user concept. How do i implement this user iBatis?
> 
>

Reply via email to