If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > how to control account login?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-05-10, 03:40
shula4 shula4 is offline
Registered User
 
Join Date: Oct 2004
Posts: 4
how to control account login?

Hi all,
I met one big problem and need your help. We have one platform, dabase is db2, application is IBM websphere. When the developer is coding, he write account's password hard code. Someone knews this account's password.And we can not change this password. If we changed, the application is not work. Because the password is not match, seesion can not login database from WAS.
We ask for develper to fix this problem. But he said he need long time to fix it.Before he fix it, this is a risk. Someone can using command "connect to *** user *** using ****" login database and do something. We need some technical skill to control this risk.
I have one idea. I create something in database, when this account login database, it can check it. If it loging using JDBC, it's pass. If it loging using command or other client, it's fail.The database reject it's login request. But I have no idea how to do it.
Anyone can help me? How to do it? Thx.
Reply With Quote
  #2 (permalink)  
Old 07-05-10, 12:09
nvk@vhv nvk@vhv is offline
Registered User
 
Join Date: Jan 2010
Posts: 294
Check sysibmadm.applications.
The Table shows Information for all Applications on the database. You can identify Applications by Name or something else and force it afterwards.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On