In WebSphere how would you provide the ability for an Web application (JSP) to be able to provide authentication for both a local user and LDAP
Using the Administration Console:
Turn on Administrative security.
Federate a local repository and an LDAP repository together.
Restart server.
Ensure Web application has a web.xml file to be able assign LDAP groups to roles.
Turn on Administrative security.
Federate a local repository and an LDAP repository together.
Restart server.
Ensure Web application has a web.xml file to be able assign LDAP groups to roles.
Comments
Post a Comment