Oooof... I tried digest mode so I can get a better overview of all the mailing lists I'm on and I found it more cumbersome. Anyways, here is my edit.
Also does anybody know of a tool, so I can test the xml for errors and view the output like a man page? Without compiling the book? Thanks. ----- Original Message ----- From: "Jakub Hrozek" <jhro...@redhat.com> To: sssd-devel@lists.fedorahosted.org Sent: Wednesday, January 28, 2015 9:28:25 AM Subject: Re: [SSSD] [PATCH] MAN: libkrb5 and SSSD use different expansions On Wed, Jan 28, 2015 at 03:23:09PM +0100, Pavel Reichl wrote: > > On 01/14/2015 06:16 PM, Pavel Reichl wrote: > >Hello, please see attached patch. Thanks! > > > > > >_______________________________________________ > >sssd-devel mailing list > >sssd-devel@lists.fedorahosted.org > >https://lists.fedorahosted.org/mailman/listinfo/sssd-devel > Should I ask some native speaker for review or shall we do the review > ourselves? It would be nice if Stephen or Dan could help. _______________________________________________ sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/sssd-devel
diff --git a/src/man/sssd-krb5.5.xml b/src/man/sssd-krb5.5.xml index 5bcab21..ad6389b 100644 --- a/src/man/sssd-krb5.5.xml +++ b/src/man/sssd-krb5.5.xml @@ -215,14 +215,34 @@ <para> The default value for the credential cache name is sourced from the profile stored in the system wide - krb5.conf configuration file in the [libdefaults] + krb5.conf configuration file, in the [libdefaults] section. The option name is default_ccache_name. See krb5.conf(5)'s PARAMETER EXPANSION paragraph for additional information on the expansion format defined by krb5.conf. </para> <para> - Default: (from libkrb5) + NOTE: The value for the template is not the same + between sssd.conf and + <citerefentry> + <refentrytitle>krb5.conf</refentrytitle> + <manvolnum>5</manvolnum> + </citerefentry> + </para> + <para> + The equivalent values are listed below. + <variablelist> + <varlistentry> + <term>krb5.conf</term> + <listitem><para>KEYRING:persistent:%{uid} + </para></listitem> + </varlistentry> + <varlistentry> + <term>sssd.conf</term> + <listitem><para>KEYRING:persistent:%U + </para></listitem> + </varlistentry> + </variablelist> </para> </listitem> </varlistentry>
_______________________________________________ sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/sssd-devel