cancel
Showing results for 
Search instead for 
Did you mean: 

JAAS LoginModule?

Former Member
0 Kudos

Does Web AS JAAS implementation come with a Database LoginModule?

Can anybody point me to the default LoginModules in Web AS and how to configure the same?

Thanks

/Ray

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

you can find the list of default login modules coming with the Web AS <a href="http://help.sap.com/saphelp_nw04/helpdata/en/b0/4d2b418a3edb2be10000000a1550b0/frameset.htm">here</a>.

Answers (1)

Answers (1)

Former Member
0 Kudos

Normally you do not configure any DB login modules.

What you do configure is the Datasource.

Before you start on the DataSource you create a JAAS alias in which you specify the login name and password.

When specifying the properties of the DataSource you specify the JAAS alias for container and Bean Authentication.

This is usually done by the deployment team.

The J2EE system then takes care of the rest...

Enjoy