handling security in Webligic
Hello!!
i want to use Weblogic 6.0 security features to ristrict access to my resources
(JSPs, EJBs, ). Any one can tell how to do this. Do i have to program it
all using weblogic SPI or configure Webligic from its consol. how i define
ACLs and authenticate/authorize different users. i want to use Netscape LDAP
for user authentication.
thanks in advance
BILAL
Re: handling security in Webligic
Bilal,
You need to use the LDAP security realm instead of the default realm (file
based.) From the BEA documentation:
"...go to the SecurityRealms node in the left pane of the Administration
Console. In the right pane of the Administration Console, click the Create
a New LDAP Realm link."
Russ