hi,
is it possible to change user passwords with webpage or form.
there are two authentication method in our project. one is active directory,other is database.
if user is authenticated from active directory,it is ok, not authenticated then method is try to database(sometimes active directory not response).
everything is ok,
– user wants to change passwords ,users done but we could not synchrone to active directory to database(oracle), because of actice directory’ s has passwords which is one way hashing.
so is it possible to changing password with webpage and then modify to active directory and to database.(I suppose there are windows 2000,could not how to do)
or how to know users passwords in active directory to write to database
thanks to replies