mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
28 lines
347 B
INI
28 lines
347 B
INI
[kanidm_client]
|
|
url =
|
|
strict = true
|
|
# Only if you want to check a specific ca root with strict = true
|
|
# ca = /data/ca.crt
|
|
user =
|
|
secret =
|
|
|
|
; default vlans for groups that don't specify one.
|
|
[DEFAULT]
|
|
vlan = 1
|
|
|
|
; [group.test]
|
|
; vlan =
|
|
|
|
[radiusd]
|
|
ca =
|
|
key =
|
|
cert =
|
|
dh =
|
|
required_group =
|
|
cache_path =
|
|
|
|
; [client.localhost]
|
|
; ipaddr =
|
|
; secret =
|
|
|