| Author |
help regarding RDBMS authentication for weblogic 8.1
|
sunny Basu
Greenhorn
Joined: Oct 10, 2007
Posts: 1
|
|
I am using weblogic 8.1 portal server. I had configured various LDAP authenticators for my user authentication but now I need to congihure the RDBMS authenticator for oracle and sql server2005.
It wud be very kind of you all if you could please help me in resolving this configuration related problem at the earliest.
|
 |
carlos rivera
Greenhorn
Joined: Sep 03, 2009
Posts: 7
|
|
I'm facing the same situation right now. Have to authenticate with RDBMSAuthenticator and MySQL, but don't know where to look for the configuration files so the method
login(form.getUser(), form.getPassword());
in my controller maps correctly to the fields in my DB. I found this document, but doesn't explain clearly how to set up this mapping.
Anyone out there to help?
|
 |
Deepak Bala
Bartender
Joined: Feb 24, 2006
Posts: 6588
|
|
|
Have you tried using a JDBC authenticator ? I have not worked with WL 8, but in 9 and above the concept of an authenticator exists which can define users / roles from different sources, including LDAP. Does that help ?
|
SCJP 6 articles - SCJP 5/6 mock exams - SCJP Mocks - SCJP 5 Mock exam (Word document ) - SCJP 5 Mock exam in Java.Inquisition format
|
 |
 |
|
|
subject: help regarding RDBMS authentication for weblogic 8.1
|
|
|