Skip to content

Commit

Permalink
ip v6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpapst committed Nov 14, 2023
1 parent 18b15ff commit 829fe46
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions _documentation/ldap.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]"
```

0 comments on commit 829fe46

Please sign in to comment.