From 0801c2993e700db70ad0eebc61690863421b3bcd Mon Sep 17 00:00:00 2001 From: Markus Stoll Date: Sat, 12 Jun 2021 15:13:18 +0200 Subject: [PATCH] Add comment in config file --- config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.yaml b/config.yaml index 4773612..42f1451 100644 --- a/config.yaml +++ b/config.yaml @@ -9,6 +9,7 @@ ApiKeys: LdapURL: "localhost" LdapPort: 639 LdapTLS: false +# LdapBindDN is optional, if unset we will do an anonymous bind LdapBindDN: "cn=admin,dc=planetexpress,dc=com" LdapBindPassword: "GoodNewsEveryone" LdapFilter: '(&(objectClass=person)(memberOf=cn=%s,ou=people,dc=planetexpress,dc=com))'