| Author |
Message |
Ann
Guest
|
Posted:
Mon Jan 17, 2005 7:07 am Post subject:
Having problem setting the password for an ADAM user using C |
|
|
Hi
I'm having problem setting the password for an ADAM user using C#,
when I call
objUser.Invoke("SetPassword", new object[]{"mypassword"});
It throws an exception "Exception has been thrown by the target of an
invocation"
I really appreciate anyone who has any suggestions!
Ann |
|
| Back to top |
|
 |
Lee Flight
Guest
|
Posted:
Mon Jan 17, 2005 3:57 pm Post subject:
Re: Having problem setting the password for an ADAM user usi |
|
|
If you Google groups for ADAM SetPassword, you will see some of the
problems that others have experienced. Probably the most common
problem in this area is failing to have a secure channel in place for the
password operation. See Security Considerations in the start_here.htm
file in the directory where you unpacked ADAM.
If none of those seem to match your problem then please post a snip of
your code and tell us on which operating system you are running ADAM.
Thanks
Lee Flight
"Ann" <Ann@discussions.microsoft.com> wrote in message
news:1BC810FF-E4DC-4C6F-A960-19562AE4CE90@microsoft.com...
| Quote: | Hi
I'm having problem setting the password for an ADAM user using C#,
when I call
objUser.Invoke("SetPassword", new object[]{"mypassword"});
It throws an exception "Exception has been thrown by the target of an
invocation"
I really appreciate anyone who has any suggestions!
Ann |
|
|
| Back to top |
|
 |
Ann
Guest
|
Posted:
Tue Jan 18, 2005 4:49 am Post subject:
Re: Having problem setting the password for an ADAM user usi |
|
|
Hi Lee,
Thanks heaps.
Best regards,
Ann
"Lee Flight" wrote:
| Quote: | If you Google groups for ADAM SetPassword, you will see some of the
problems that others have experienced. Probably the most common
problem in this area is failing to have a secure channel in place for the
password operation. See Security Considerations in the start_here.htm
file in the directory where you unpacked ADAM.
If none of those seem to match your problem then please post a snip of
your code and tell us on which operating system you are running ADAM.
Thanks
Lee Flight
"Ann" <Ann@discussions.microsoft.com> wrote in message
news:1BC810FF-E4DC-4C6F-A960-19562AE4CE90@microsoft.com...
Hi
I'm having problem setting the password for an ADAM user using C#,
when I call
objUser.Invoke("SetPassword", new object[]{"mypassword"});
It throws an exception "Exception has been thrown by the target of an
invocation"
I really appreciate anyone who has any suggestions!
Ann
|
|
|
| Back to top |
|
 |
|
|
|
|