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 > setting up access control in db2 9.5

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-21-09, 17:58
sundaram sundaram is offline
Registered User
 
Join Date: Mar 2006
Posts: 104
setting up access control in db2 9.5

Hi,

We use Db2 9.5.4 on Windows 2008.

We have some users in the server that are in administrator group. These users are not configured as database user or set in data base user group. But they are still able to connect to the database and access the tables.

We double checked the 'Public' group in database. it does not have previleges to connect to database nor previleges to access tables.

How can we prevent these windows administrative users from accessin the database?

Harikumar
Reply With Quote
  #2 (permalink)  
Old 07-21-09, 21:33
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,449
By default the local Administrators group members have SYSADM authority over all DB2 instances. Provided that the Windows extended security is enabled (which it is by default), you will need to specify a particular group in the DB2 instance configuration parameter SYSADM_GROUP, e.g. "db2 update dbm cfg using SYSADM_GROUP DB2ADMNS". Make sure that the users that do need SYSADM access are in that group though.
Reply With Quote
  #3 (permalink)  
Old 07-22-09, 18:50
sundaram sundaram is offline
Registered User
 
Join Date: Mar 2006
Posts: 104
That worked. Thanks very much
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