This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to push a boolean FALSE in forward sync rule

Hello 

I want to push a boolean FALSE in a Forward Sync Rule in Active Roles Synchronisation Service?

I tried sync new User from a SQL Database to Active Roles. At the sync process I have to fill edsaPasswordNeverExpire with false, because there is a policy for that value.

All values I tried to push in the forward sync rule result in a error:

An error occured while creating the object 'xxxx yyyy'
Corporate policy violation. The 'edsaPasswordNeverExpires' property value does not conform to corporate policy.
The specified value 'TRUE' does not conform to policy requirements.

As Source I tried following textvalues:

  • false
  • False
  • FALSE
  • 0

I also tried an empty Value...

 

How to solve this problem?

 

Parents
  • The Policy allows only false as value for adsaPasswordNeverExpires

    Even if I use a PowershellScript aas Source Item in Forward Sync Rule an use the Statement 

    return $FALSE

    in the script, I get the error.

     

     

Reply
  • The Policy allows only false as value for adsaPasswordNeverExpires

    Even if I use a PowershellScript aas Source Item in Forward Sync Rule an use the Statement 

    return $FALSE

    in the script, I get the error.

     

     

Children
No Data