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 > Grant to only group (not user) UDB v8 and w2000

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-13-04, 07:58
criscne criscne is offline
Registered User
 
Join Date: Mar 2003
Posts: 1
Red face Grant to only group (not user) UDB v8 and w2000

We have UDB v8.1 and W2000.

In the active directory of the domain controller I have defined:
- Group: GRPPERS
- user: PETER as a member of GRPERS

In the Server UDB I gave privileges to user PETER

grant all on table PE.PETLPER to GRPERS;


connect to DBPERS user PETER using pwpeter;
select * from PE.PETLPER

SQL0551N The DB server says the user PETER doesn't have privilege to select this table. I have defined this group and the user in the control center for this database where is not possible associate this user to the group. Only to assign privileges to DB2 objects.
I aggregated this user (PETER) to the group defined in the group GRPERS in the active directory DB2, but DB2 doesn't understand this information

I don't want to give explicit privileges to each user, only to the group. Is that possible?.


I have defined the user and the group in the server UBD too as user local, but doesn't work.

Thanks in advance.

Cris
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