Click HERE to see how Saviynt Intelligence is transforming the industry. |
09/18/2024 01:27 AM
We have requirement to import a particular service account (SVC-CPAM-WIN-DEV) from AD. In AD connection we are using below ADVANCE_FILTER_JSON to import that account.
{
"AdvanceFilter": {
"CN=SVC-CPAM-WIN-DEV,OU=Service Accounts,OU=Administration,OU=XXXX,DC=ad,DC=XXX,DC=com":["(&(objectClass=user))"]}}
But same is not getting imported after running the account import JOB and getting below error.
Error:
Failed to import one or more object types. Check
the Job Log Details page for more information.
Please help to achieve our use case.
Solved! Go to Solution.
09/18/2024 05:09 AM
{
"AdvanceFilter": {
OU=Service Accounts,OU=Administration,OU=XXXX,DC=ad,DC=XXX,DC=com": [
"(&(objectCategory=person)(objectClass=user)(cn=SVC-CPAM-WIN-DEV))",
"(&(objectCategory=person)(objectClass=user)(sAMAccountName=SVC-CPAM-WIN-DEV))"
]
}
}
09/20/2024 06:36 AM
This worked, thanks Rushi for your quick support and help.
09/18/2024 10:10 AM
Hi @Diwakar you can add the full path of the account in search filter.