<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/man/sssd.conf.5.xml, branch simo</title>
<subtitle>Unnamed repository; edit this file to name it for gitweb.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/'/>
<entry>
<title>MAN: Move ssh_known_hosts_timeout documentation to the correct section</title>
<updated>2012-12-05T22:55:12+00:00</updated>
<author>
<name>Jan Cholasta</name>
<email>jcholast@redhat.com</email>
</author>
<published>2012-12-05T09:58:55+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=90f4d0cec9245d8f6838044408a38d6d31101777'/>
<id>90f4d0cec9245d8f6838044408a38d6d31101777</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAN: quotation fix</title>
<updated>2012-11-16T14:39:26+00:00</updated>
<author>
<name>Ondrej Kos</name>
<email>okos@redhat.com</email>
</author>
<published>2012-11-16T14:27:07+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=f70dc1039451863bebb1a3af5d6eb027f40de8e7'/>
<id>f70dc1039451863bebb1a3af5d6eb027f40de8e7</id>
<content type='text'>
I noticed that the proxy in auth_provider section of sssd.conf manpage
isn't quoted when all others are.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I noticed that the proxy in auth_provider section of sssd.conf manpage
isn't quoted when all others are.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ignore_group_members option.</title>
<updated>2012-11-15T19:03:27+00:00</updated>
<author>
<name>Paul B. Henson</name>
<email>henson@acm.org</email>
</author>
<published>2012-11-13T11:31:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=59f136cd254d1acf2991c97221eb08803784777d'/>
<id>59f136cd254d1acf2991c97221eb08803784777d</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1376
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1376
</pre>
</div>
</content>
</entry>
<entry>
<title>Run IPA subdomain provider if IPA ID provider is configured</title>
<updated>2012-11-14T09:42:34+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2012-11-09T20:31:23+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=5063dcc5ab685dce325b13b9c1e93cee2a673e60'/>
<id>5063dcc5ab685dce325b13b9c1e93cee2a673e60</id>
<content type='text'>
To make configuration easier the IPA subdomain provider should be always
loaded if the IPA ID provider is configured and the subdomain provider
is not explicitly disabled. But to avoid the overhead of regular
subdomain requests in setups where no subdomains are used the IPA
subdomain provider should behave differently if configured explicit or
implicit.

If the IPA subdomain provider is configured explicitly, i.e.
'subdomains_provider = ipa' can be found in the domain section of
sssd.conf subdomain request are always send to the server if needed.

If it is configured implicitly and a request to the server fails
with an indication that the server currently does not support subdomains
at all, e.g. is not configured to handle trust relationships, a new
request will be only send to the server after a long timeout or after
a going-online event.

To be able to make this distinction this patch save the configuration
status to the subdomain context.

Fixes https://fedorahosted.org/sssd/ticket/1613
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To make configuration easier the IPA subdomain provider should be always
loaded if the IPA ID provider is configured and the subdomain provider
is not explicitly disabled. But to avoid the overhead of regular
subdomain requests in setups where no subdomains are used the IPA
subdomain provider should behave differently if configured explicit or
implicit.

If the IPA subdomain provider is configured explicitly, i.e.
'subdomains_provider = ipa' can be found in the domain section of
sssd.conf subdomain request are always send to the server if needed.

If it is configured implicitly and a request to the server fails
with an indication that the server currently does not support subdomains
at all, e.g. is not configured to handle trust relationships, a new
request will be only send to the server after a long timeout or after
a going-online event.

To be able to make this distinction this patch save the configuration
status to the subdomain context.

Fixes https://fedorahosted.org/sssd/ticket/1613
</pre>
</div>
</content>
</entry>
<entry>
<title>MAN: Specify the correct location for the force_timeout option</title>
<updated>2012-11-08T10:12:25+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2012-11-05T15:55:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=144f36de56fdad2f373df21fc3c785bd8cd305e7'/>
<id>144f36de56fdad2f373df21fc3c785bd8cd305e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow setting the default_shell option per-domain as well</title>
<updated>2012-10-18T18:19:33+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-10-17T12:43:07+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=66318dfe1e7138ff3fc780c4b3f0b29c4b2d8712'/>
<id>66318dfe1e7138ff3fc780c4b3f0b29c4b2d8712</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1583
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1583
</pre>
</div>
</content>
</entry>
<entry>
<title>MAN: improve wording of default_domain parameter</title>
<updated>2012-10-12T19:09:35+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-10-07T15:21:27+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=dc739a494ca7f673c0c13b77c5303c254987761c'/>
<id>dc739a494ca7f673c0c13b77c5303c254987761c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typos</title>
<updated>2012-10-09T17:33:13+00:00</updated>
<author>
<name>Yuri Chornoivan</name>
<email>yurchor@ukr.net</email>
</author>
<published>2012-10-05T18:27:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=ae526063fcbc4b4c440e35e01e4eca35358c2906'/>
<id>ae526063fcbc4b4c440e35e01e4eca35358c2906</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>man: Note that automounter must be restarted to re-read the master map</title>
<updated>2012-10-05T17:14:41+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-10-05T16:40:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=002dfe55ef258b73ca85eb813b1a156789b7702a'/>
<id>002dfe55ef258b73ca85eb813b1a156789b7702a</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1563
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1563
</pre>
</div>
</content>
</entry>
<entry>
<title>SSH: Expire hosts in known_hosts</title>
<updated>2012-10-05T08:51:55+00:00</updated>
<author>
<name>Jan Cholasta</name>
<email>jcholast@redhat.com</email>
</author>
<published>2012-09-25T08:29:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=3882325ff60f89d0c312e9519bdfd1351978fd73'/>
<id>3882325ff60f89d0c312e9519bdfd1351978fd73</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
