Some Active Directory-synchronized users remain in a locked or pending unlock state in OneLogin. Attempts to unlock the affected user through OneLogin or through the Active Directory Connector fail.
ADC logs may show errors similar to:
Error Code: [8344 (-2147467259)] - Insufficient access rights to perform the operation
DirectoryOperationException - Result Code: [InsufficientAccessRights]
problem 4003 (INSUFF_ACCESS RIGHTS)
Attribute: [lockoutTime] => Operation: [Replace] - Values: [0]
The issue may affect only specific users while other standard users can be unlocked normally.
The ADC service account does not have sufficient permission to modify the affected Active Directory user object.
For users that are or were members of privileged Active Directory groups, AdminSDHolder protection may apply. This protection can:
lockoutTime.
When this condition exists, even an otherwise valid ADC service account configuration can return insufficient access rights for only the protected user objects.
runas /user:DOMAIN\ADCServiceAccount "powershell.exe"
Unlock-ADAccount -Identity "CN=End User,OU=Users,DC=example,DC=local"
Get-ADUser username -Properties adminCount, MemberOf
adminCount is set to 1, review the user’s group memberships and remove the user from privileged groups if administrative membership is not required. Examples of privileged groups include:
adminCount attribute if the user should no longer be protected: Set-ADUser username -Clear adminCount
© 2026 ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center