You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The authentik LDAP outpost starts and serves LDAP on port `3389` and LDAPS on port `6636`.
20
+
Access the LDAP outpost server at `ldap://localhost:3389`.
21
+
22
+
config:
23
+
AUTHENTIK_HOST:
24
+
type: env
25
+
description: The URL of the authentik server that the outpost connects to (e.g., `https://authentik.company` or `http://authentik-server:9000`).
26
+
AUTHENTIK_TOKEN:
27
+
type: env
28
+
description: The token used to authenticate with the core authentik server. Create an outpost in the authentik Admin UI to generate this token.
29
+
AUTHENTIK_INSECURE:
30
+
type: env
31
+
description: Set to "true" to disable TLS certificate verification when connecting to the authentik server (e.g., when using self-signed certificates).
32
+
default: "false"
33
+
AUTHENTIK_LISTEN__LDAP:
34
+
type: env
35
+
description: Internal address and port for the LDAP server to listen on.
36
+
default: "[::]:3389"
37
+
AUTHENTIK_LISTEN__LDAPS:
38
+
type: env
39
+
description: Internal address and port for the LDAPS server to listen on.
40
+
default: "[::]:6636"
41
+
'`-p <port>:3389`':
42
+
type: port
43
+
description: Expose the LDAP port 3389 on the host's `<port>`.
44
+
'`-p <port>:6636`':
45
+
type: port
46
+
description: Expose the LDAPS port 6636 on the host's `<port>`.
0 commit comments