Arun Srini
unread,May 9, 2013, 2:45:16 PM5/9/13You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
We have group of server IDs, and group of user IDs. We are trying to find the best way to restrict the server IDs(generic - like db2adm) to connect to the database only from that server and not from any user client(ID mismanagement).
One idea is to construct workload and disable them (using User ID/application name combination - like db2admin/toad.exe)
But since we don't have a list of allowed/disallowed 'database clients', it would not be all-encompassing. Also, since we have around 1000 users, creating workloads with address+System_user combination is also out of the window. The best bet is to create workload for each server ID+address combo, and in the end disable the sysdefaultworkload - alltogether. Not everyone is buying this idea as it seems too restrictive.
Is there any way at all to achieve what we are trying here - restrict an ID to set of addresses?