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 > User Authentication and Permissions

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-01-11, 09:46
ajh ajh is offline
Registered User
 
Join Date: Apr 2011
Posts: 31
Red face User Authentication and Permissions

Hi Experts :

I am a little new to Logical / ERD Designing and really will appreciate any guidance.
I must design an ERD/logical flow of a web based USER AUTHENTICATION module.
Currently LDAP is used for all such authentication and permissions for users. We want to get this to the database.

What i intend ?
a)User logs in
b) is checked which group he belogs to ?
c) depending on the group, he is allocated to applications. He might have only View permission to this application and have write , update permission
to another application also. How do I achieve this functionality ?

The User logs in using2)

logs into what exactly? : Logs into web based application
logs in how? He logs in using a page which is a web based application.
logs in using what? : his database username and password.
Is this a 3-tier application? : Yes it is on an ibm websphere.

Please help ! Kindly guide as to get this design place , the logical / ERD design ?

thanks in anticipation.

i dont knw how to attach files here . i have prepared one ERD, logical diagram but dont know how to share. if any one could
please share email ids i can share my ones and you guys could please guide .

Thanks in anticipation.
Reply With Quote
  #2 (permalink)  
Old 11-01-11, 10:57
ARWinner ARWinner is offline
Registered User
 
Join Date: Jan 2003
Posts: 3,575
You will need the following tables:

FUNCTIONS: Things users are allowed to do
GROUPS: The different groups
GROUP_FUNCTIONS: Which group can do which function
USER: maps users to a Group

This will require double work in maintaining the users. They will still be entered into LDAP but will also have to be configured in the database with the above tables.

Andy
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