• 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
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

How to handle response codes from LDAP server in Servlets

 
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
I am new to the LDAP server. I am able to authenticate the user using LDAP server in JSP, but i have no idea how to handle the responses(error codes) from the LDAP server.

Can any one guide me to handle response codes for scanarios..

1)Successful authentication
2)UserName invalid
3)Password invalid
4)Password length
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic