Hi everyone,
I’m facing an issue with Active Directory provisioning in SailPoint ISC.
Scenario
We are trying to provision an Active Directory account for an identity along with AD group entitlements through an Access Request.
What works
When access is provisioned through RBAC role assignment, it works successfully.
Example:
Identity attribute = Coordinator
↓
Role automatically assigned
↓
AD account + entitlement provisioned
↓
Success
The AD account and the corresponding AD group are provisioned without any connector errors.
What fails
When requesting the same access through an Access Request / Access Profile, provisioning fails.
Connector logs show the following error:
Operation: GetObject
LDAP error code 32 - NO_OBJECT
Ensure that account CN=Caius.Navarro,CN=Users,DC=TestAd,DC=local exists
Another log entry shows the DN formatted as:
CN=Caius.Navarro\\CN=Users\\DC=TestAd\\DC=local
Additional info
Example aggregated AD account looks correct:
distinguishedName
CN=Liora McKellen,CN=Users,DC=TestAd,DC=local
Create Account mapping for DN:
CN=$(firstname).$(lastname)$(uniqueCounter),CN=Users,DC=TestAd,DC=local
Observed behavior
| Scenario | Result |
|---|---|
| RBAC role assignment | Works |
| Access Request / Access Profile | Fails with GetObject NO_OBJECT |
Why would RBAC provisioning succeed but Access Request provisioning fail, even though both should modify the same AD account?
From the logs it appears that the connector is performing a GetObject operation to locate the AD account, which fails with LDAP error code 32 (NO_OBJECT). The logs do not show any Create or Add entitlement provisioning operation being executed.

