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 > Implict authentication for DB2 clients

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-07-09, 06:07
nagbuchi79 nagbuchi79 is offline
Registered User
 
Join Date: Oct 2009
Posts: 7
Implict authentication for DB2 clients

DB2 Version 9.1;Sun Solaries V5.9
DB authenticatation is SERVER

I would like to setup all/few DB2 client users can connect to the database by not providing the user name and password.(by default,instance users are able to connect like this).

Ex : db2 "connect to db_name"

How to enable implicit authentication.

Thanks in advance.
Reply With Quote
  #2 (permalink)  
Old 10-07-09, 06:35
dr_te_z dr_te_z is offline
Registered User
 
Join Date: Jan 2009
Location: Zoetermeer, Holland
Posts: 555
change the authenication from SERVER to CLIENT
grant connect rights to public

.............. only if you know what you are doing .........
Reply With Quote
  #3 (permalink)  
Old 10-07-09, 06:48
nagbuchi79 nagbuchi79 is offline
Registered User
 
Join Date: Oct 2009
Posts: 7
I am aware of changing the authentication to CLIENT but I don't want to do it.

Old environments in my organization are with SEVER authentication but DB2 clients are still able to connect without providing user name and password.I am new to my organization not sure how it was handled.Any clues..?.Thanks
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