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