Our Java based web application uses LDAP authorization and authentication mechanism . And same for our version control system (SVN) which is using LDAP authentication.
In new requirement we've to integrate SVN with Web Application - like execute some basic SVN command through web application.
As I dont want use hard coded userID passowrd to connect SVN.
Can anyone suggest me a good way to connect SVN through Web Application as both system using LDAP ?