From 13d976d85601ce758a79c68ff872535a25c62ca4 Mon Sep 17 00:00:00 2001 From: mmattel Date: Thu, 16 Nov 2023 10:07:26 +0100 Subject: [PATCH 1/2] docs: clarify missing wnd config parameter --- config/config.apps.sample.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/config.apps.sample.php b/config/config.apps.sample.php index 68509da54595..0249dc68966d 100644 --- a/config/config.apps.sample.php +++ b/config/config.apps.sample.php @@ -707,6 +707,8 @@ * it's assumed that all users belong to the same domain, otherwise * "user001@my.dom.com" will be mapped to the same windows user as * "user001@not.mine.eu". + * + * - `CustomFile`: This mapping is reserved and should only be used explicit request of ownCloud support. */ 'wnd.kerberos.servers' => [ 'server1' => [ From 0fe41df4644b0ff4cc39a51d7d46a48f59a32784 Mon Sep 17 00:00:00 2001 From: mmattel Date: Thu, 16 Nov 2023 10:16:20 +0100 Subject: [PATCH 2/2] typo --- config/config.apps.sample.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.apps.sample.php b/config/config.apps.sample.php index 0249dc68966d..6de1c77c3629 100644 --- a/config/config.apps.sample.php +++ b/config/config.apps.sample.php @@ -708,7 +708,7 @@ * "user001@my.dom.com" will be mapped to the same windows user as * "user001@not.mine.eu". * - * - `CustomFile`: This mapping is reserved and should only be used explicit request of ownCloud support. + * - `CustomFile`: This mapping is reserved and should only be used on explicit request of ownCloud support. */ 'wnd.kerberos.servers' => [ 'server1' => [