mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-25 16:31:08 -06:00
a4631b7f3f
See: https://pagure.io/freeipa/issue/8882 Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com> Reviewed-By: Rob Crittenden <rcritten@redhat.com>
29 lines
605 B
Plaintext
29 lines
605 B
Plaintext
[global]
|
|
server_version = "IPAKeys/0.0.1"
|
|
server_socket = $IPA_CUSTODIA_SOCKET
|
|
auditlog = $IPA_CUSTODIA_AUDIT_LOG
|
|
|
|
[auth:simple]
|
|
handler = ipaserver.custodia.httpd.authenticators.SimpleCredsAuth
|
|
uid = $UID
|
|
gid = $GID
|
|
|
|
[auth:header]
|
|
handler = ipaserver.custodia.httpd.authenticators.SimpleHeaderAuth
|
|
header = GSS_NAME
|
|
|
|
[authz:kemkeys]
|
|
handler = ipaserver.secrets.kem.IPAKEMKeys
|
|
paths = /keys
|
|
store = ipa
|
|
server_keys = $IPA_CUSTODIA_KEYS
|
|
|
|
[store:ipa]
|
|
handler = ipaserver.secrets.store.IPASecStore
|
|
ldap_uri = $LDAP_URI
|
|
|
|
[/keys]
|
|
handler = ipaserver.custodia.secrets.Secrets
|
|
allowed_keytypes = kem
|
|
store = ipa
|