Valsaraj,
You have two options:
1. Use cache refresh, sync the users, but not the passwords with your backend server.
2. Write a custom authentication script, send the authentication to the backend LDAP... if the user is not also found locally, add (without the password). In other words, do dynamic enrollment.
- Mike