Hi,
I managed to write the script, but I've not been able to use the base-dn parameter in set access-role
When in the script I use this line:
$CPDIR/bin/mgmt_cli set access-role name AR_name users.add.source MY-DOM.IT users.add.selection ad_user users.add.base-dn "OU=Utenti-Prova,DC=my-dom,DC=it" -s credentials_file.txt
I got this error:
message: "Mandatory query parameter 'Directory ID' was not supplied."
I thought that base-dn was the starting point in active directory where to begin the search of what specified in users.add.selection, but now I think I'm wrong
What's base-dn?