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 > DB2 groups

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-20-04, 02:55
john_wsm john_wsm is offline
Registered User
 
Join Date: Mar 2004
Posts: 33
Arrow DB2 groups

Hi all,

how to view the user groups in DB2 (e.g. PUBLIC, SYSADM, DBADM)
and figure out which user is in which group?

Thanks
ME
Reply With Quote
  #2 (permalink)  
Old 04-20-04, 03:16
sathyaram_s sathyaram_s is offline
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,534
Re: DB2 groups

Depends on your platform ...

Have a read through
http://www.dbforums.com/t854783.html

which should give you general hints on posting

Cheers
Sathyaram

Quote:
Originally posted by john_wsm
Hi all,

how to view the user groups in DB2 (e.g. PUBLIC, SYSADM, DBADM)
and figure out which user is in which group?

Thanks
ME
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
Reply With Quote
  #3 (permalink)  
Old 04-20-04, 03:22
john_wsm john_wsm is offline
Registered User
 
Join Date: Mar 2004
Posts: 33
RE

Hi all,

In DB2 version 5 on Win2000,
how to view the user groups in DB2 (e.g. PUBLIC, SYSADM, DBADM)
and figure out which user is in which group?

Thanks
ME
Reply With Quote
  #4 (permalink)  
Old 04-20-04, 03:43
sathyaram_s sathyaram_s is offline
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,534
Re: RE

DB2 uses the operating system users and group information for its authentication and authorizatiion ...


PUBLIC - Anyone who has access to the system

SYSADM,SYSCTRL, SYSMAINT - the values of SYSADM_GROUP, SYSCTRL_GRP, SYSMAINT_GROUP dbm cfg parms ... Check the group name and go to the OS list to know the group names

DBADM - DBADMAUTH column in SYSCAT.DBAUTH . The GRANTEETYPE column specifies if it is a group or user ..

Generally all authorizations on the database objects are held in SYSCAT views which end with AUTH .. For V5,


DBAUTH
INDEXAUTH
PACKAGEAUTH
SCHEMAAUTH
TABAUTH

How DB2 works with NT security documnetation can be found in http://www-306.ibm.com/cgi-bin/db2ww...9.htm#HDRNTSEC

HTH

Sathyaram
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
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