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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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:
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
I was able to fix this by changing
to
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