> > 
> >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 <will...@adelaide.edu.au>
> >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: 
> ><reference><refentry><refsect1><refsect2><variablelist><varlistentry><term>
> >+#: sssd.conf.5.xml:878
> >+msgid "ssh_known_hosts_expire (integer)"
> >+msgstr ""
> >+
> >+#. type: Content of: 
> ><reference><refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
> >+#: 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: 
> ><reference><refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para>
> >+#: sssd.conf.5.xml:885
> >+msgid "Default: 31536000 (1 Year)"
> >+msgstr ""
> >+
> > #. type: Content of: <reference><refentry><refsect1><refsect2><title>
> > #: 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.


_______________________________________________
sssd-devel mailing list
sssd-devel@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/sssd-devel

Reply via email to