• 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

Jaas-Weblogic-External LDAP

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

I have a task to do, and for several days am searching but not founding the solution.
So, I have to do a module to authenticate one user to an external LDAP via weblogic.
So, the modul does not know that there is a LDAP behind or a database.
I've found many examples but none for what I'm looking for.
I understand that I need a ContextLogin, a custom CallbackHandler and a LoginModule.
I found something, and it works partially with an embedded LDAP.
With an external LDAP does not work. It says user "failed to be authenticated".
I've added an provider on weblogic via the console, I see the user bringed from LDAP but...the rest...

I think i need another LoginModule different from UsernamePasswordLoginModule.

Can you give me more traks to follow?

Thanks alot.

Best regards,
Corneliu.

[ September 22, 2008: Message edited by: Corneliu Croitoru ]
[ September 22, 2008: Message edited by: Corneliu Croitoru ]
 
Ranch Hand
Posts: 79
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi
did you get any reply ?
I am on a similar track , except i need to use embedded LDAP
reply
    Bookmark Topic Watch Topic
  • New Topic