Re: Having problem setting the password for an ADAM user using C#
From: Lee Flight (lef_at_le.ac.uk-nospam)
Date: 01/17/05
- Next message: Andrew: "From one forest to another"
- Previous message: Neil Harley: ""Trust Relationship between domain and local machine" breaking"
- In reply to: Ann: "Having problem setting the password for an ADAM user using C#"
- Next in thread: Ann: "Re: Having problem setting the password for an ADAM user using C#"
- Reply: Ann: "Re: Having problem setting the password for an ADAM user using C#"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 17 Jan 2005 09:57:21 -0000
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
- Next message: Andrew: "From one forest to another"
- Previous message: Neil Harley: ""Trust Relationship between domain and local machine" breaking"
- In reply to: Ann: "Having problem setting the password for an ADAM user using C#"
- Next in thread: Ann: "Re: Having problem setting the password for an ADAM user using C#"
- Reply: Ann: "Re: Having problem setting the password for an ADAM user using C#"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|