From 829fe46defad4e380ae925e4c69e26d01279fea0 Mon Sep 17 00:00:00 2001 From: Kevin Papst Date: Tue, 14 Nov 2023 15:38:18 +0100 Subject: [PATCH] ip v6 support --- _documentation/ldap.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/_documentation/ldap.md b/_documentation/ldap.md index 7aa695212..801210982 100644 --- a/_documentation/ldap.md +++ b/_documentation/ldap.md @@ -436,3 +436,14 @@ Actually this is more of an example setup for a test environment instead of a be You can switch to `APP_ENV=dev` mode and run `composer install` (to get the missing dev packages) and then all LDAP queries will be logged. +### Connecting with IP v6 + +When connecting to your LDAP server via IP v6, you have to use square brackets to enclose the IP, e.g.: + +```yaml +kimai: + ldap: + activate: true + connection: + host: "[fe80:20c:29ff:fefd:deea]" +```