This article explains why Okta cannot modify certain Active Directory (AD) attributes with the setting: systemOnly=TRUE.
- Directories
- Active Directory (AD)
- Provisioning
Active Directory attributes with systemOnly=TRUE are only modifiable by the Active Directory system. This means that Okta is not able to update this attribute. A list of all attributes with this value set to TRUE can be found using the following PowerShell command:
Get-ADObject -SearchBase (Get-ADRootDSE).SchemaNamingContext -LDAPFilter "(&(objectClass=attributeSchema)(systemOnly=TRUE))" -Properties isCriticalSystemObject | Select-Object Name
A few common examples of attributes with this value set to TRUE are listed below:
- Object-Classes
- Object-Guid
- Object-Sid
- Reports
