Menu

Synchro Data Source Update Policy

2023-08-15
2023-08-29
  • Nikola Milanov

    Nikola Milanov - 2023-08-15

    Hi,
    I'm using LDAP user synchronization and trying to change the update policy from Locked to Unlocked.
    If I manually change it, after the next sync pass, it changes back to Locked. This is a problem for users because they cannot change the language through their profiles.
    Is it possible to exclude the language from synchronization or permanently change the field to Unlocked?

    Thanks,
    Nikola

     
  • Nikola Milanov

    Nikola Milanov - 2023-08-29

    I was able to fix this by changing

    {
                            "attcode": "language",
                            "update": "1",
                            "reconcile": "0",
                            "update_policy": "master_locked",
                            "finalclass": "SynchroAttribute"
                    },
    

    to

    {
                            "attcode": "language",
                            "update": "1",
                            "reconcile": "0",
                            "update_policy": "write_if_empty",
                            "finalclass": "SynchroAttribute"
                    },
    

    But I still can't change user status from "Active" to "Inactive" when the user cannot be found in Active Directory. I'm trying to do it with the following settings:

    "delete_policy": "update",
    "delete_policy_update": "status:incative",

    Do I miss something?

    Cheers,
    Nikola

     

Log in to post a comment.

MongoDB Logo MongoDB