Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

ADSI connector: Reconcile: password expiration date field msDS-UserPasswordExpiryTimeComputed

saima
New Contributor II
New Contributor II

Hi All, 

I'm using ADSI connector, I want password expiration field from AD "msDS-UserPasswordExpiryTimeComputed" to reconcile in Saviynt, 

I'm unable to reconcile this attribute back in Saviynt, 

CUSTOMPROPERTY28::msds-userpasswordexpirytimecomputed#date, (all AD attributes should be in small letters)

Using powershell command I can see the password expiry of user in AD, 

Get-ADUser -identity ln123u –Properties "DisplayName", "msDS-UserPasswordExpiryTimeComputed" | Select-Object -Property "Displayname",@{Name="ExpiryDate";Expression={[datetime]::FromFileTime($_."msDS-UserPasswordExpiryTimeComputed")}} 

below is the output of the query: but same is not reconciling in Saviynt.

 

Displayname ExpiryDate          
----------- ----------          
LN123, User 11/4/2024 2:10:38 AM

Any suggestions, will really help, is it possible to reconcile password expiration from target system?

1 REPLY 1

rushikeshvartak
All-Star
All-Star

Could you kindly provide a detailed snapshot of the information extracted from the logs, encompassing errors and other pertinent functionality details encountered during the execution of this process? Your assistance in furnishing this information would greatly aid in the analysis and resolution of any issues .


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.