summaryrefslogtreecommitdiffstats
path: root/src/config
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2015-07-15 09:40:00 +0200
committerJakub Hrozek <jhrozek@redhat.com>2015-07-31 09:52:06 +0200
commit4de84af23db74e13e867985c9093f394c9fa8d51 (patch)
tree62ed6590bbad5200b47b5fa8662d96639c2a8e4d /src/config
parent5242964d275d0b2e96c9b0d1f8a9958c85d566fc (diff)
downloadsssd-4de84af23db74e13e867985c9093f394c9fa8d51.tar.gz
sssd-4de84af23db74e13e867985c9093f394c9fa8d51.tar.xz
sssd-4de84af23db74e13e867985c9093f394c9fa8d51.zip
ssh: generate public keys from certificate
Resolves: https://fedorahosted.org/sssd/ticket/2711 Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
Diffstat (limited to 'src/config')
-rw-r--r--src/config/SSSDConfig/__init__.py.in1
-rw-r--r--src/config/etc/sssd.api.conf1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/config/SSSDConfig/__init__.py.in b/src/config/SSSDConfig/__init__.py.in
index 4b519eddd..7d361026c 100644
--- a/src/config/SSSDConfig/__init__.py.in
+++ b/src/config/SSSDConfig/__init__.py.in
@@ -99,6 +99,7 @@ option_strings = {
# [ssh]
'ssh_hash_known_hosts': _('Whether to hash host names and addresses in the known_hosts file'),
'ssh_known_hosts_timeout': _('How many seconds to keep a host in the known_hosts file after its host keys were requested'),
+ 'ca_db': _('Path to storage of trusted CA certificates'),
# [pac]
'allowed_uids': _('List of UIDs or user names allowed to access the PAC responder'),
diff --git a/src/config/etc/sssd.api.conf b/src/config/etc/sssd.api.conf
index 29fd896cc..cf6ce6301 100644
--- a/src/config/etc/sssd.api.conf
+++ b/src/config/etc/sssd.api.conf
@@ -72,6 +72,7 @@ autofs_negative_timeout = int, None, false
# ssh service
ssh_hash_known_hosts = bool, None, false
ssh_known_hosts_timeout = int, None, false
+ca_db = str, None, false
[pac]
# PAC responder