To change password for DB2 user

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • shenanwei@gmail.com

    To change password for DB2 user

    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

    #2
    Re: To change password for DB2 user

    > DB2 user OS to do the authenticate.[color=blue]
    > 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?
    >[/color]

    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.


    Comment

    • Mark Yudkin

      #3
      Re: To change password for DB2 user

      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.

      <shenanwei@gmai l.com> wrote in message
      news:1125085028 .376025.251940@ o13g2000cwo.goo glegroups.com.. .[color=blue]
      > 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?
      >[/color]


      Comment

      Working...