cancel
Showing results for 
Search instead for 
Did you mean: 

Setting password to AD user

Former Member
0 Kudos

Hi,

I'm facing a little problem:

I've created a provisioning task (Ordered group), inside this task I have included an action task with the wizard to create an AD User.

This works fine....

But I've also added an action task to set the password of this user.

My destination is this:


key                         key
RD                          cn=%MSKEYVALUE%,cn=users,dc=test,dc=be
PWD                         InitialPassword
OPWD

When I try to 'test the provisioning task', I get an error message:

Object doesn't support this property or method.

I've read some things that the systems must be in the same domain. Well they are.

Can someone point me in the good direction?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

1. Did you search the forum?

2. Have you found this: ? Note the subject of this thread

Michael

Answers (2)

Answers (2)

Former Member
0 Kudos

Well, this worked fine for a job.

But when I'm using this in a provisioning task (ordered), the user is provided in the 1st task, in the second one (Settig password). He uses the pending value to provision what returns in an error.

I can't unmark the flag 'Retrieve attributes from pending values' as there is none for this 'to generic' vbscript.

I tried to rewrite the script to jscript but didn't succeed.

How can this be done?

jared_kobe
Participant
0 Kudos

I have had similar issues and was instructed to:

1) Ensure the DN for both the LDAP user (that is setting the password) and the user specified in the job is correct.

2) Run the dispatcher service as the adminstrative account instead of as local system user, because of security access issues.

For me, changing the account running the dispatcher service worked.