So I have a server say server_1 and I have 2 users namely x&y each with their own vms which can't be used by other one since the polkit doesn't allow it to do the polkit rule (in short each vm is named as username*vmname and polkit allows the corresponding user to access it).
Now if multiple servers are used (for vm migration) then i won't be able to interact with that vm in the other machine since my user does not exist in that machine so the polkit won't allow the acess of the vm.
So I thought maybe LDAP can be used But I Think it wont work
So,
- Is it possible to use LDAP with kvm?
- If possible How to do it
- If not any possible solutions
Thank you in advance