• 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

LDAP via JAAS question on JBOSS 5.1.0

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello all,
We are implementing LDAP and removing the old proprietary login process on one of our apps. The old way had full-featured password reset/expiration functions. For local testing I have OpenDS running and I can login. I have a simple question.

--> During authentication is it possible to detect whether or not a user's p/w is about to expire?

At first glance (3 days into this project now), it only looks as though a red light/green light takes place using the XML configuration using BASIC for the <auth-method>.

Thanks for any help.

EDIT: I see in OpenDS under cn=config there is Account Status Notification Handlers --> Error Log Handler and inside there are the password-expiring and other values. At the moment I don't know how to reach them...
 
reply
    Bookmark Topic Watch Topic
  • New Topic