Hi
I'm using access-role to grant permission to users from different domains ( let's say A and B )
in one access-rule object I can have users from both the domain ,is possible to have the domain ( or the full CN of the user ) as result of a mgmt_cli query ?
this is what I obtain from a single query
mgmt_cli -r true -d CMA1 show access-role name AR_VPNGROUP1 --format json
{
"uid" : "0d1d5680-6da9-4c3d-a72e-add559bd5c17",
"name" : "ad_user_PIPPO_PAPERINO",
"type" : "CpmiAdUser",
"domain" : {
"uid" : "699e0f39-3da1-6e4d-8ccf-2160acce691e",
"name" : "CMA1",
"domain-type" : "domain"
},
"icon" : "Objects/user",
"color" : "black"
}
it would be great to see in which domain is PIPPO PAPERINO or tue full CN of PIPPO PAPERINO