mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-25 16:31:08 -06:00
03a697489a
Those values differ among distributions and there is no guarantee that they're reserved. It's better to look them up based on HTTPD_USER's name. https://fedorahosted.org/freeipa/ticket/5712 Reviewed-By: Martin Basti <mbasti@redhat.com>
29 lines
589 B
Plaintext
29 lines
589 B
Plaintext
[global]
|
|
server_version = "IPAKeys/0.0.1"
|
|
server_socket = $IPA_CUSTODIA_SOCKET
|
|
auditlog = $IPA_CUSTODIA_AUDIT_LOG
|
|
|
|
[auth:simple]
|
|
handler = custodia.httpd.authenticators.SimpleCredsAuth
|
|
uid = $UID
|
|
gid = $GID
|
|
|
|
[auth:header]
|
|
handler = custodia.httpd.authenticators.SimpleHeaderAuth
|
|
header = GSS_NAME
|
|
|
|
[authz:kemkeys]
|
|
handler = ipapython.secrets.kem.IPAKEMKeys
|
|
paths = /keys
|
|
store = ipa
|
|
server_keys = $IPA_CUSTODIA_CONF_DIR/server.keys
|
|
|
|
[store:ipa]
|
|
handler = ipapython.secrets.store.iSecStore
|
|
ldap_uri = $LDAP_URI
|
|
|
|
[/keys]
|
|
handler = custodia.secrets.Secrets
|
|
allowed_keytypes = kem
|
|
store = ipa
|