Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Useraccount flags in AD connector

NM
Regular Contributor III
Regular Contributor III

Hi,

We have a use case to set few flag values in AD, what all variables can be leverage to perform the operation in create account json? if anyone has configured the same can provide a sample

we have to set "DONT_EXPIRE_PASSWORD" and "TRUSTED_FOR_DELEGATION"

"pwdlastset" as per the AD connector guide, we can use the variable.

AD Microsoft guide i have already referred.

link - UserAccountControl property flags - Windows Server | Microsoft Learn

Thanks...

3 REPLIES 3

Manu269
All-Star
All-Star

@NM can you try using :

userAccountControl (65536) for DONT_EXPIRE_PASSWORD

Regards
Manish Kumar
If the response answered your query, please Accept As Solution and Kudos
.

NM
Regular Contributor III
Regular Contributor III

Hi @Manu269 ,

Queries-

1) what is the attribute we need to use to map it? in create account json(DONT_EXPIRE_PASSWORD)

2) what is the use of "Base field" in AD connector? is it required for provisioning?

NM_0-1709619775015.png

Please help on above two questions..

NM
Regular Contributor III
Regular Contributor III

Hi @Manu269 , If you could provide some details on what attribute we need to use to map it? in create account json(DONT_EXPIRE_PASSWORD)

Thanks