• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Authentication via Sun One Directory Server

 
Ranch Hand
Posts: 59
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I would like to make use of JAAS LoginModule to authenticate the users via LDAP or make use of JAZNLDAP to authenticate via a 3rd party LDAP Server.

I am using OAS 10g (9.0.4)

I have tried the demo application provided as a sample namely 'CallerInfo' which made use of OID as the LDAP Server, I was able to run it successfully and the authentication was done properly via OID.

But i would like to make use of SunOne Directory Server as the LDAP Server.


1. Does OAS 10g(9.0.4) support authentication via a 3rd party LDAP Server.


2. If it does, could you please let me know what are the configuration settings that has to be made to make use of
SunOne directory server as the LDAP server.


3. Is it possible to use JAZN itself as the JAAS Provider and specify the usage of SunOne Directory Server, but i
would not like to go for the DIP Mechanism where i have to have both OID and the 3rd party LDAP server. I don't want OID in picture at all.


Thanks.
John
 
The world's cheapest jedi mind trick: "Aw c'mon, why not read this tiny ad?"
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic