01-30-2023 12:22 AM
Hi,
I would like to know what exactly the output when we use the following configuration in createAccountJSON.
1.pwdlastset = 0
2.pwdlastset = -1
3. no pwdlastset attribute mention in JSON.
Please help me in understanding the above config.
Thanks,
Mani
01-30-2023 02:29 AM
pwdLastSet: Use this attribute to instruct the connector to change or retain your password the first time you log on to Active Directory. When set to 0, change your password the first time you log on to Active Directory.
01-30-2023 02:51 AM
Any Idea about pwdlastset = '-1' and not defining this pwdlastset in json's. How/what the system will understand.
01-30-2023 03:16 AM - edited 01-30-2023 03:19 AM
0 User need to change password on Next Logon
-1 User is not required to change password on next logon
By default user is not required to change password on first time logon
userAccountControl plays vital role here refer values and meanings below