• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Weblogic and LDAP integration

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
I need to integrate IBM SecureWay Directory server with Weblogic App server to provide page level acess control in our application. Is it possible? If yes how to go about it. the requirment is pretty urgent and i would really appreciate if some one can give me a lead in this.
Thanks in Advance
Amol Mathur.
 
Ranch Hand
Posts: 106
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
U need to integrate LDAP server for Weblogic authentication ?
here, I talk about WLS 5.1
so U ve got a class called LDAPRealm that provides you the Weblogic security shema in the LDAP server instead being coded directly in the weblogic.properties.
For this, add this line in the webloigc.properties
weblogic.security.realmClass=\
weblogic.security.ldaprealm.LDAPRealm
Here is the URL LDAP REALM in the WLS5.1 sp7
If U want to store special shema in the LDAP server , U need to use the JNDI API included in WLS and documented in J2EE docs.
API for programming ACL in WLS5.1
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic