dbTalk Databases Forums  

DB2 access with NON-LOGABLE userid

comp.databases.ibm-db2 comp.databases.ibm-db2


Discuss DB2 access with NON-LOGABLE userid in the comp.databases.ibm-db2 forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Guto
 
Posts: n/a

Default DB2 access with NON-LOGABLE userid - 03-17-2010 , 11:16 AM






Hi There,
A user owns a bunch tables and have grant previleges on the database,
but this was turned into a non-logonable on TSO ( removed from TSO ).
Does this user still have access to the database via other tools ,
such as Aqua Data Studio or similar?

Thanks!
Guto.

Reply With Quote
  #2  
Old   
rs
 
Posts: n/a

Default Re: DB2 access with NON-LOGABLE userid - 03-17-2010 , 08:35 PM






On Mar 17, 12:16*pm, Guto <gutom... (AT) gmail (DOT) com> wrote:
Quote:
Hi There,
A user owns a bunch tables and have grant previleges on the database,
but *this was turned into a non-logonable on TSO ( removed from TSO ).
Does this user still have access to the database via other tools ,
such as Aqua Data Studio or similar?

Thanks!
Guto.
Is the user fully removed from the OS?
If so, he will not be able to be authenticated, and no access to the
database.

Reply With Quote
  #3  
Old   
Guto
 
Posts: n/a

Default Re: DB2 access with NON-LOGABLE userid - 03-17-2010 , 09:22 PM



On Mar 17, 11:35*pm, rs <helenhaoc... (AT) gmail (DOT) com> wrote:
Quote:
On Mar 17, 12:16*pm, Guto <gutom... (AT) gmail (DOT) com> wrote:

Hi There,
A user owns a bunch tables and have grant previleges on the database,
but *this was turned into a non-logonable on TSO ( removed from TSO )..
Does this user still have access to the database via other tools ,
such as Aqua Data Studio or similar?

Thanks!
Guto.

Is the user fully removed from the OS?
If so, he will not be able to be authenticated, and no access to the
database.
Hi Thanks for your reply,
but in this case the user was not removed from the OS, only don't have
a TSO segment. ( I guess that this is what they do when they turn a
user non-logonable )
I'm not a mainframe guy, not a clue on if makes any sense
Thanks!

Reply With Quote
  #4  
Old   
The Boss
 
Posts: n/a

Default Re: DB2 access with NON-LOGABLE userid - 03-18-2010 , 04:04 PM



Guto wrote:
Quote:
On Mar 17, 11:35 pm, rs <helenhaoc... (AT) gmail (DOT) com> wrote:
On Mar 17, 12:16 pm, Guto <gutom... (AT) gmail (DOT) com> wrote:

Hi There,
A user owns a bunch tables and have grant previleges on the
database, but this was turned into a non-logonable on TSO ( removed
from TSO ). Does this user still have access to the database via
other tools , such as Aqua Data Studio or similar?

Thanks!
Guto.

Is the user fully removed from the OS?
If so, he will not be able to be authenticated, and no access to the
database.
Hi Thanks for your reply,
but in this case the user was not removed from the OS, only don't have
a TSO segment. ( I guess that this is what they do when they turn a
user non-logonable )
I'm not a mainframe guy, not a clue on if makes any sense
Thanks!
If the userid is still defined in RACF and only lost its TSO segment, the
user still can access the database from outside TSO.

--
Jeroen

Reply With Quote
  #5  
Old   
Guto
 
Posts: n/a

Default Re: DB2 access with NON-LOGABLE userid - 03-19-2010 , 08:04 AM



On Mar 18, 7:04*pm, "The Boss" <use... (AT) No (DOT) Spam.Please.invalid> wrote:
Quote:
Guto wrote:
On Mar 17, 11:35 pm, rs <helenhaoc... (AT) gmail (DOT) com> wrote:
On Mar 17, 12:16 pm, Guto <gutom... (AT) gmail (DOT) com> wrote:

Hi There,
A user owns a bunch tables and have grant previleges on the
database, but this was turned into a non-logonable on TSO ( removed
from TSO ). Does this user still have access to the database via
other tools , such as Aqua Data Studio or similar?

Thanks!
Guto.

Is the user fully removed from the OS?
If so, he will not be able to be authenticated, and no access to the
database.
Hi Thanks for your reply,
but in this case the user was not removed from the OS, only don't have
a TSO segment. ( I guess that this is what they do when they turn *a
user non-logonable )
I'm not a mainframe guy, not a clue on if makes any sense
Thanks!

If the userid is still defined in RACF and only lost its TSO segment, the
user still can access the database from outside TSO.

--
Jeroen
Thanks Jeroen!
is there any other way to prevent this useer to access the database?
This would be needed because of a particular case on the userid is the
application owner, and he still needs to exists...
Thanks!

Reply With Quote
  #6  
Old   
alandgri
 
Posts: n/a

Default Re: DB2 access with NON-LOGABLE userid - 03-19-2010 , 10:24 PM



On Mar 19, 9:04*am, Guto <gutom... (AT) gmail (DOT) com> wrote:
Quote:
On Mar 18, 7:04*pm, "The Boss" <use... (AT) No (DOT) Spam.Please.invalid> wrote:



Guto wrote:
On Mar 17, 11:35 pm, rs <helenhaoc... (AT) gmail (DOT) com> wrote:
On Mar 17, 12:16 pm, Guto <gutom... (AT) gmail (DOT) com> wrote:

Hi There,
A user owns a bunch tables and have grant previleges on the
database, but this was turned into a non-logonable on TSO ( removed
from TSO ). Does this user still have access to the database via
other tools , such as Aqua Data Studio or similar?

Thanks!
Guto.

Is the user fully removed from the OS?
If so, he will not be able to be authenticated, and no access to the
database.
Hi Thanks for your reply,
but in this case the user was not removed from the OS, only don't have
a TSO segment. ( I guess that this is what they do when they turn *a
user non-logonable )
I'm not a mainframe guy, not a clue on if makes any sense
Thanks!

If the userid is still defined in RACF and only lost its TSO segment, the
user still can access the database from outside TSO.

--
Jeroen

Thanks Jeroen!
is there any other way to prevent this useer to access the database?
This would be needed because of a particular case on the userid is the
application owner, and he still needs to exists...
Thanks!
So you need the user to exist in the database in order to own objects
etc, but not actually be accessible or usable by anyone.

I don't really have any specific DB2 guidance, but I have seen this
functionality in other DBMS by making the password expired.

Reply With Quote
  #7  
Old   
danfan46
 
Posts: n/a

Default Re: DB2 access with NON-LOGABLE userid - 03-20-2010 , 02:30 AM



alandgri wrote:
Quote:
On Mar 19, 9:04 am, Guto <gutom... (AT) gmail (DOT) com> wrote:
On Mar 18, 7:04 pm, "The Boss" <use... (AT) No (DOT) Spam.Please.invalid> wrote:



Guto wrote:
On Mar 17, 11:35 pm, rs <helenhaoc... (AT) gmail (DOT) com> wrote:
On Mar 17, 12:16 pm, Guto <gutom... (AT) gmail (DOT) com> wrote:
Hi There,
A user owns a bunch tables and have grant previleges on the
database, but this was turned into a non-logonable on TSO ( removed
from TSO ). Does this user still have access to the database via
other tools , such as Aqua Data Studio or similar?
Thanks!
Guto.
Is the user fully removed from the OS?
If so, he will not be able to be authenticated, and no access to the
database.
Hi Thanks for your reply,
but in this case the user was not removed from the OS, only don't have
a TSO segment. ( I guess that this is what they do when they turn a
user non-logonable )
I'm not a mainframe guy, not a clue on if makes any sense
Thanks!
If the userid is still defined in RACF and only lost its TSO segment, the
user still can access the database from outside TSO.
--
Jeroen
Thanks Jeroen!
is there any other way to prevent this useer to access the database?
This would be needed because of a particular case on the userid is the
application owner, and he still needs to exists...
Thanks!

So you need the user to exist in the database in order to own objects
etc, but not actually be accessible or usable by anyone.

I don't really have any specific DB2 guidance, but I have seen this
functionality in other DBMS by making the password expired.
You can transfer ownership
/dg

Reply With Quote
Reply




Thread Tools
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.