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

v6 Force Full Sync on AD user accounts

Hi,

In v6.12  is there a way to force a full sync on all user accounts?  It follows a change to the AD mapping, adding some new attributes, and we wish to bring in those new mapped attributes, even on entries that have not changed recently.

Perhaps there is a global setting to say...bring in all the current values from AD.

thanks,

Rob.

Parents
  • Hi Robert,

    You can enforce that every object has to be changed by removing the ObjectUSN:

    update ADSAccount
    set ObjectUSN = null

    Please ensure you have a database backup before running such statements.

    Trevor
Reply
  • Hi Robert,

    You can enforce that every object has to be changed by removing the ObjectUSN:

    update ADSAccount
    set ObjectUSN = null

    Please ensure you have a database backup before running such statements.

    Trevor
Children
No Data