mirror of
https://github.com/kanidm/kanidm.git
synced 2025-05-21 00:13:55 +02:00
Make it a bit clearer that providers are needed (#3468)
This commit is contained in:
parent
b6ffb31e4a
commit
537d6fd93b
|
@ -3,6 +3,9 @@
|
||||||
# The configuration file version.
|
# The configuration file version.
|
||||||
version = '2'
|
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
|
# Kanidm unix will bind all cached credentials to a local Hardware Security
|
||||||
# Module (HSM) to prevent exfiltration and attacks against these. In addition,
|
# Module (HSM) to prevent exfiltration and attacks against these. In addition,
|
||||||
# any internal private keys will also be stored in this HSM.
|
# any internal private keys will also be stored in this HSM.
|
||||||
|
@ -136,6 +139,7 @@ version = '2'
|
||||||
# allow_local_account_override = ["admin"]
|
# allow_local_account_override = ["admin"]
|
||||||
|
|
||||||
|
|
||||||
|
# ========================================
|
||||||
# This section enables the Kanidm provider
|
# This section enables the Kanidm provider
|
||||||
[kanidm]
|
[kanidm]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue