From 537d6fd93b8b15603720d32a03c32fab350d7110 Mon Sep 17 00:00:00 2001 From: Firstyear <william@blackhats.net.au> Date: Thu, 27 Feb 2025 00:05:33 +1000 Subject: [PATCH] Make it a bit clearer that providers are needed (#3468) --- examples/unixd | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/unixd b/examples/unixd index 26576c93a..97950447c 100644 --- a/examples/unixd +++ b/examples/unixd @@ -3,6 +3,9 @@ # The configuration file version. version = '2' +# ⚠️ Ensure that you have the [kanidm] or other provider sections below +# configured else accounts from remote sources will not be available. + # Kanidm unix will bind all cached credentials to a local Hardware Security # Module (HSM) to prevent exfiltration and attacks against these. In addition, # any internal private keys will also be stored in this HSM. @@ -136,6 +139,7 @@ version = '2' # allow_local_account_override = ["admin"] +# ======================================== # This section enables the Kanidm provider [kanidm]