Hello
i’m facing an issue with our ldap and awx 19.2, had opened a case which has been closed but still facing it ( https://github.com/ansible/awx/issues/10602 ) :
Steps to reproduce
Create an org and a team which it belongs
Map your group search
- Use LDAP organization map to map some admin ( AD group)
- Use LDAP Team map to map this group to team
LDAP Organization Map
{
“ProjectA”: {
“admins”: [
“CN=Admins,OU=Administration,DC=ad,DC=integration,DC=int,DC=local”
],
“remove_admins”: true
}
}
LDAP Team Map
{
“ProjectA”: {
“organization”: “ProjectA”,
“users”: [
"“CN=Admins,OU=Administration,DC=ad,DC=integration,DC=int,DC=local”
],
“remove”: true
},
“Other Team”: {
“organization”: “Test Org 2”,
“users”: “CN=Admins,OU=Administration,DC=ad,DC=integration,DC=int,DC=local”,
“remove”: true
}
}
Expected results
User from those group is member of the team and the org and can create workflow & templates ie
AD user is still a simple user ( member) not admin org cant figured out why