:group parameter is still not supported for Active Directory, leave it commented.
And my question: Group mapping for Active Directory is working? If it works, where and how I will create mapping?
I’ve tried to add this in file server1.yml, as is in :mapping_filename
This is the manual execution of the driver action with a test user in that cloud group and the mapping file that was generated automatically by the driver:
$ $ONE_LOCATION/var/remotes/auth/ldap/authenticate test - test
Trying server server 1
ldap test CN=test%20test,CN=Users,DC=opennebula,DC=org 100
$ cat $ONE_LOCATION/var/server1.yaml
---
CN=cloud,CN=Groups,DC=opennebula,DC=org: '100'
Notice the number 100 in the authentication test. That is the id of cloud group so it is correctly mapped.