Closed Draxter closed 3 years ago
@Draxter - Try doing selection = ["AD Object Name"]
No worries. It has to be a list so you can add multiple AD groups to your access role. I'm guessing UID would work as long as it is in a list.
@deutmeyerbrianpfg Thanks, that worked, I also had to change source line to match the entry for my AD, here's the full users block:
users {
source = "EXAMPLE.COM__AD"
selection = ["Network Identity Service - Accounts"]
base_dn = "CN=Network Identity Service - Accounts,OU=Users,DC=example,DC=com"
}
I am trying to create an access role resource, which specifies an Active Directory group in the 'Users' section:
After reading this documentation
Here is my code:
terraform validate
returns this error:Could you advise on what is expected in the
selection
field? Documentation states that the UID of an object selected from source should be there.