Results 25 comments of Jan Orel

It seems there are 2 missing parts 1. Setting the MTU on the VM interface on the hypervisor by the libvirt (interface like one-105-1) -- currently not possible 2. Setting...

To fix this it seems we would need to switch from non-specific lenses based on regex allowing arbitrary keys to more specific entries with enumerating allowed keys. So, instead ```...

2. one_image was ported in (https://github.com/ansible-collections/community.general/pull/2032) The remaining part is to refactor the other modules to all use OpenNebula class

May I ask if (and when if so) you release also the el9 packages at https://oss-binaries.phusionpassenger.com/yum/passenger/el/ ?

So there is this error in the log: ``` Mon Aug 29 20:23:35 2022 [Z0][AuM][D]: Message received: LOG I 20 User monish is not in group cn=stackmax,cn=groups,cn=accounts,dc=xaas,dc=int ``` Authorization is...

Could you paste the user LDAP entry?

Libvirt bug https://gitlab.com/libvirt/libvirt/-/issues/622

Sorry for the silence, this really looks like a configuration issue. Please double-check the group membership.

I don't think this is correct, `user_group_name` does not contain user groups but rather this is a field in which (in non-AD LDAP) the user is referenced from a group...

For AD I think following should be sufficient ``` :rfc2307bis: true :user_field: 'sAMAccountName' ```