From william at firstyear.id.au Thu Aug 20 12:57:22 2015 Content-Type: multipart/mixed; boundary="===============2716924346475565332==" MIME-Version: 1.0 From: William To: sssd-devel at lists.fedorahosted.org Subject: Re: [SSSD] sss_cache flush ssh hosts list. Date: Thu, 17 Jul 2014 08:28:48 +0930 Message-ID: <1405551528.23304.1.camel@maddy.its.adelaide.edu.au> In-Reply-To: 20140716061808.GC15594@mail.corp.redhat.com --===============2716924346475565332== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable > > = > >Doesn't appear to be related to anything I have changed I don't > >think ... = > = > You forgot to change usage of sysdb_store_ssh_host in sysdb_ssh-tests. > tests cannot be compiled. (make check) > = > = > CC src/tests/sysdb_ssh_tests-sysdb_ssh-tests.o > src/tests/sysdb_ssh-tests.c:179:43: error: too few arguments to function = call, > expected 6, have 5 > data->attrs); > ^ > src/db/sysdb_ssh.h:32:1: note: 'sysdb_store_ssh_host' declared here > errno_t > ^ > 1 error generated. > = Did I? I'll check that, and fix it if that's the case. > >From 29cdcbd9a20cfbd72c5a8d103f58e3f153887d73 Mon Sep 17 00:00:00 2001 > >From: William B > >Date: Wed, 16 Jul 2014 11:45:02 +0930 > >Subject: [PATCH] Allow sss_cache tool to flush known hosts cache > > > >--- > > src/confdb/confdb.h | 2 ++ > > src/config/etc/sssd.api.conf | 1 + > > src/db/sysdb_ssh.c | 58 +++++++++++++++++++++++++++++++++++= ++++--- > > src/db/sysdb_ssh.h | 17 ++++++++++++- > > src/man/po/sssd-docs.pot | 17 +++++++++++++ > > src/providers/ipa/ipa_hostid.c | 2 +- > > src/tools/sss_cache.c | 54 +++++++++++++++++++++++++++++++++++= ---- > > 7 files changed, 140 insertions(+), 11 deletions(-) > > > = > //snip > = > >diff --git a/src/man/po/sssd-docs.pot b/src/man/po/sssd-docs.pot > >index df0456d..a4fce38 100644 > >--- a/src/man/po/sssd-docs.pot > >+++ b/src/man/po/sssd-docs.pot > >@@ -1140,6 +1140,23 @@ msgstr "" > > msgid "Default: 180" > > msgstr "" > > = > >+#. type: Content of: > >+#: sssd.conf.5.xml:878 > >+msgid "ssh_known_hosts_expire (integer)" > >+msgstr "" > >+ > >+#. type: Content of: > >+#: sssd.conf.5.xml:881 > >+msgid "" > >+"How many seconds to keep a host ssh key after refresh. IE how long to = cache " > >+"the host key for." > >+msgstr "" > >+ > >+#. type: Content of: > >+#: sssd.conf.5.xml:885 > >+msgid "Default: 31536000 (1 Year)" > >+msgstr "" > >+ > > #. type: Content of: > > #: sssd.conf.5.xml:893 > > msgid "PAC responder configuration options" > = > We do not update pot files directly. > Could you edit xml file src/man/sssd.conf.5.xml ? > = Okay, I'll revert the pot changes, and update the xml. Thanks for that. --===============2716924346475565332==--