• 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

Change password windows form control using LDAP in tomcat 5.0.

 
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI
as per the requirement, invoke change password form control using windows authentication(Tomcat 5.0, LDAP Server).
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Um, is there a question in there somewhere? Is this about using the Windows form control (which I believe is a .Net thing for which you probably won't get much help in a Java forum), or about using LDAP? Where does Tomcat fit in?
 
suneel kumar
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
my requirement is related with java.
we are able to authenticate login using LDAP authentication by configuring in realm properties in Tomcat server.xml.

for reference see this ..url
https://coderanch.com/t/86460/Tomcat/Windows-Authentication-Tomcat

In further, for change password we need to use the LDAP authentication which promts for change password form control.
 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
So the question is how to create a web page that takes a new user password and updates it in an LDAP directory?

Unless I'm missing something, that's about servlets/JSP and JNDI, not so much about Tomcat, correct?
 
suneel kumar
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

We get a popup for login Screen using j_security_check(authentication done by LDAP), similarly we need this change password functionality to prompt a windows popup. Can anyone provide a sample code for this.
 
reply
    Bookmark Topic Watch Topic
  • New Topic