Ben

Results 11 comments of Ben

Hello, yes it worked. i think i have installed some devel packages .

is there any way to integrate awx with active directory or any other external authentication methos?

i have installed python libraries inside awx container, created ldap.py getting below error while i try to login failed `tools_awx_1 | 2025-03-26 11:42:39,453 INFO [61c209ba] awx.api.generics status 401 received by...

> are you banned in google and documentation? [link](https://letmegooglethat.com/?q=awx+ldap) i couldn't be able to find any proper documentation for this and older versions of AWX has this available on the...

Or any other external authentication mechanisms. like, Keycloak or any other.

Thanks for the update. can anyone help me to find out the version which supports LDAP authentication?

Thanks for the helping hand. so, i need to build from source i guess. ``` git clone -b 24.6.1 https://github.com/ansible/awx.git COMPOSE_TAG=24.6.1 make docker-compose-build COMPOSE_TAG=24.6.1 make docker-compose ```` also 24.6.1 is...

i have fixed the issue and i got awx version 24.6.1 with both UI (UI_Next) ``` # git clone -b 24.6.1 https://github.com/ansible/awx.git Change below files: requirements/requirements.txt |_ django 4.2.10 to...