DB2 user OS to do the authenticate.
For security reason, the password of the used used by the application
need to be changed.
To change the source is easy, but there is hundreds of applications
also need do the same change accordingly.
Some of them use hard-coded password, some of them use properties file,
some of them use other way.
Anyone has experience for this, or any suggestion?
Bob Jones - 27 Aug 2005 00:52 GMT
> DB2 user OS to do the authenticate.
> For security reason, the password of the used used by the application
[quoted text clipped - 4 lines]
> some of them use other way.
> Anyone has experience for this, or any suggestion?
I don't think there is a magical solution to this. Either you have to change
the application design or change all the passwords wherever they may be.
Mark Yudkin - 30 Aug 2005 06:34 GMT
To avoid password problems, don't use them. Use Kerberos instead. That way
you can rely upon the initial user logon for everything, and you avoid the
security risk that comes with hard coded passwords and the like.
> DB2 user OS to do the authenticate.
> For security reason, the password of the used used by the application
[quoted text clipped - 4 lines]
> some of them use other way.
> Anyone has experience for this, or any suggestion?