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.