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 > Does DB2 support multiple authentications systems at a time?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-11-10, 11:54
grofaty grofaty is offline
Registered User
 
Join Date: Jan 2003
Posts: 1,570
Does DB2 support multiple authentications systems at a time?

Hi,
I have DB2 v9.5 on Linux. I know DB2 supports multiple authentication systems like operating system authentications, LDAP, Kerbeos etc. But does it support multiple authentications at the same time?

I am working with Cognos analytic system which supports multiple authentication system at the time. User at first GUI window select witch authentication system he/she would like to be authenticated by like OS, LDAP etc and in the next window he/she enters userid/password. Then analytic system according to selected selected authentication mechanism authenticate user.

Why I need this? I have two types of applications. First are using operating system authentication and other are using LDAP authentication. But both applications would like to access the same data in the same database.

Is it possible to use two authentication systems: operating system and LDAP at the same time, each system used by one of the applications?
Thanks
Reply With Quote
  #2 (permalink)  
Old 03-11-10, 12:17
sathyaram_s sathyaram_s is offline
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,530
You could create your own security plugin to do this ...

AFAIK, you can have only one pre-defined authentication at a time
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
Reply With Quote
  #3 (permalink)  
Old 03-11-10, 12:17
sathyaram_s sathyaram_s is offline
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,530
You could create your own security plugin to do this ...

AFAIK, you can have only one pre-defined authentication at a time
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
Reply With Quote
  #4 (permalink)  
Old 03-12-10, 02:00
grofaty grofaty is offline
Registered User
 
Join Date: Jan 2003
Posts: 1,570
Hi,
because authentication is set on the instance level, I could probably do the following:
1. Create first instance and set authentication to operating system. Create database inside this instance.
2. Create second instance and set authentication to LDAP system. Create database inside this instance.
3. Create federated access from one database to another and set federated authentication to no.

But I am looking for something simpler. Is there any simpler solution?
Regards
Reply With Quote
  #5 (permalink)  
Old 03-12-10, 03:55
stolze stolze is offline
Registered User
 
Join Date: Jan 2007
Location: Jena, Germany
Posts: 2,662
I also think your best bet is to either roll your own security plugin, or to use some existing product that combines the different mechanisms and can be exploited by DB2.
__________________
Knut Stolze
IBM DB2 Analytics Accelerator
IBM Germany Research & Development
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