Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: OpenIDM 3.1.0
-
Fix Version/s: OpenIDM 3.1.0
-
Component/s: _Samples
-
Labels:
-
Environment:OpenIDM 3.1.0-RC4-SNAPSHOT rev.4458
-
Sprint:Sprint 30
Description
The provisioner.openicf-adpowershell.json in openidm/samples/provisioners has "name" property declared as:
"name" : { "type" : "string", "nativeName" : "name", "nativeType" : "string" },
however the "name" property in AD is read-only thus the property should be declared as:
"name" : { "type" : "string", "nativeName" : "name", "nativeType" : "string", "flags" : [ "NOT_CREATABLE", "NOT_UPDATEABLE" ] },
Attachments
Issue Links
- depends on
-
OPENIDM-2618 PowerShell2AD sample schema script is missing some flags
-
- Closed
-