Replies: 2 comments
-
Hello, at work we deployed Netbox-docker and we configured LDAP with it. To do so we used env variables in
These are the environment variables we used to make it work. You might need more. I suggest you look into the code of Hope it helps |
Beta Was this translation helpful? Give feedback.
-
j'ai déployé la version suivante de docker Version de NetBox | NetBox Community v4.2.2 (2025-01-17 |
Beta Was this translation helpful? Give feedback.
-
Can anyone help how to configure LDAPS integration with Active Directory with docker deployment
root@wasat-netbox01:/data/netbox-data# docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
a04b70c66422 netboxcommunity/netbox:v4.2-3.1.1 "/usr/bin/tini -- /o…" 38 minutes ago Up 38 minutes (healthy) netbox-data_netbox-worker_1
39aa324ffe16 netboxcommunity/netbox:v4.2-3.1.1 "/usr/bin/tini -- /o…" 38 minutes ago Up 38 minutes (healthy) netbox-data_netbox-housekeeping_1
da925038da6e netboxcommunity/netbox:v4.2-3.1.1 "/usr/bin/tini -- /o…" 39 minutes ago Up 39 minutes (healthy) 0.0.0.0:8000->8080/tcp, :::8000->8080/tcp netbox-data_netbox_1
0b8263d60520 postgres:17-alpine "docker-entrypoint.s…" 39 minutes ago Up 39 minutes (healthy) 5432/tcp netbox-data_postgres_1
f31aedf3d078 valkey/valkey:8.0-alpine "docker-entrypoint.s…" 39 minutes ago Up 39 minutes (healthy) 6379/tcp netbox-data_redis-cache_1
5f55d2eca89b valkey/valkey:8.0-alpine "docker-entrypoint.s…" 39 minutes ago Up 39 minutes (healthy) 6379/tcp netbox-data_redis_1
Beta Was this translation helpful? Give feedback.
All reactions