>What if I'm using encryption engine to generate encrypted password >and want to store that programmatically. How can I achieve this ??? You can store an encrypted string like any other string via ldapmodify, things like exop are just provided to make some things easier, they shouldn't interfere with a "manual" change. What "programmatic" method are you using? script, php, C, java, etc...