• 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
  • Devaka Cooray
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Jeanne Boyarsky
  • Tim Cooke
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
Bartenders:

how to make the entries

 
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello all
I am making a chat application in JAVA. It uses JSP form to login via the servlet against the database.
Now when the user is authenticated and his name is authorized to do the chat his name should be maintained within the LDAP
That is the name while it is registered is passed on to the LDAP directory where it remains untill he is chatting and when he logs out his name should be deleted from the directory
It is done to reduce the load on the server side

Can it be done?
If it can be then how should i pass the entry of the person from the databse viz servlet or anything you suggest should pass the name to LDAP (How to populate the directory) and how will the entry be maintained and deleted when the user logs out

Plz help me I am trying to do this since a month but not getting idea as to how to proceed

Thanks
Regards
Monarch
 
Lookout! Runaway whale! Hide behind this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic