<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/examples, branch ad_domain_local_groups</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>CONFIG: Use default config when none provided</title>
<updated>2016-05-11T09:34:14+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2016-04-19T15:58:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=59744cff6edb106ae799b2321cb8731edadf409a'/>
<id>59744cff6edb106ae799b2321cb8731edadf409a</id>
<content type='text'>
This patch makes SSSD possibly useful "out of the box" by allowing
packagers to provide a default config file located in $LIBDIR/sssd/conf
that will be copied by the monitor to /etc/sssd if no file already
exists in that location. This will make it possible to have SSSD set up
to have distribution-specific default configuration, such as enabling
the proxy provider to cache /etc/passwd (such as in the provided
example in this patch).

Reviewed-by: Jakub Hrozek &lt;jhrozek@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch makes SSSD possibly useful "out of the box" by allowing
packagers to provide a default config file located in $LIBDIR/sssd/conf
that will be copied by the monitor to /etc/sssd if no file already
exists in that location. This will make it possible to have SSSD set up
to have distribution-specific default configuration, such as enabling
the proxy provider to cache /etc/passwd (such as in the provided
example in this patch).

Reviewed-by: Jakub Hrozek &lt;jhrozek@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>logrotate: Fix warning file size changed while zipping</title>
<updated>2015-01-09T14:01:01+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2015-01-09T09:50:59+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=565eb6fa43e74e2fbfff00dc29fdb20c5544a3d2'/>
<id>565eb6fa43e74e2fbfff00dc29fdb20c5544a3d2</id>
<content type='text'>
Postpone compression of the previous log file to the next rotation cycle.
This only has effect when used in combination with compress. We need to use it
because we cannot tell sssd to close log files and thus sssd processes might
continue writing to the previous log file for some time.

Resolves:
https://fedorahosted.org/sssd/ticket/2547

Reviewed-by: Jakub Hrozek &lt;jhrozek@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Postpone compression of the previous log file to the next rotation cycle.
This only has effect when used in combination with compress. We need to use it
because we cannot tell sssd to close log files and thus sssd processes might
continue writing to the previous log file for some time.

Resolves:
https://fedorahosted.org/sssd/ticket/2547

Reviewed-by: Jakub Hrozek &lt;jhrozek@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update sssd-example.conf</title>
<updated>2011-10-14T18:01:00+00:00</updated>
<author>
<name>Marko Myllynen</name>
<email>myllynen@redhat.com</email>
</author>
<published>2011-10-14T14:10:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=ea99dfb2118594c1f36e9515d3a1ebd013305408'/>
<id>ea99dfb2118594c1f36e9515d3a1ebd013305408</id>
<content type='text'>
Mention cache_credentials and tweak the AD example to match the wiki page.

https://fedorahosted.org/sssd/wiki/Configuring%20sssd%20to%20authenticate%20with%20a%20Windows%202008%20Domain%20Server
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mention cache_credentials and tweak the AD example to match the wiki page.

https://fedorahosted.org/sssd/wiki/Configuring%20sssd%20to%20authenticate%20with%20a%20Windows%202008%20Domain%20Server
</pre>
</div>
</content>
</entry>
<entry>
<title>Streamline the example config</title>
<updated>2011-10-13T17:18:14+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2011-10-02T21:02:19+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=ef0660171ca8657fd82c4b57154e1b42cf664d6f'/>
<id>ef0660171ca8657fd82c4b57154e1b42cf664d6f</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1014
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1014
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename sssd.conf to sssd-example.conf</title>
<updated>2011-08-08T14:23:43+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2011-08-03T13:42:28+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=8a07521b413a3b5879f824e1872c5770c92ee5c0'/>
<id>8a07521b413a3b5879f824e1872c5770c92ee5c0</id>
<content type='text'>
This file should not be installed by default. It leads to user
confusion. We will instead install it as documentation.

Fix incorrect example of entry_cache_nowait_percentage
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This file should not be installed by default. It leads to user
confusion. We will instead install it as documentation.

Fix incorrect example of entry_cache_nowait_percentage
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix incorrect example file</title>
<updated>2011-01-19T14:53:21+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2011-01-18T17:01:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=80842de291288f72c9fab70a47adf60c7d0712b4'/>
<id>80842de291288f72c9fab70a47adf60c7d0712b4</id>
<content type='text'>
The example sssd.conf still had entry_cache_timeout listed in the
[nss] section, and did not have correct values for
entry_cache_nowait_percentage (it was listed as
entry_cache_nowait_timeout and gave a value in seconds)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The example sssd.conf still had entry_cache_timeout listed in the
[nss] section, and did not have correct values for
entry_cache_nowait_percentage (it was listed as
entry_cache_nowait_timeout and gave a value in seconds)
</pre>
</div>
</content>
</entry>
<entry>
<title>Move all references to ldap_&lt;entity&gt;_search_base to "advanced" section</title>
<updated>2010-10-18T17:12:05+00:00</updated>
<author>
<name>Jan Zeleny</name>
<email>jzeleny@redhat.com</email>
</author>
<published>2010-10-18T07:10:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=3fda983447d353248336d62373e246753507a365'/>
<id>3fda983447d353248336d62373e246753507a365</id>
<content type='text'>
The &lt;entity&gt; can be one of user, group or netgroup. The references were removed
from example configuration and they were moved from section Configuration options
to section Advanced options.
Ticket: #607
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The &lt;entity&gt; can be one of user, group or netgroup. The references were removed
from example configuration and they were moved from section Configuration options
to section Advanced options.
Ticket: #607
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ldap_force_upper_case_realm to example AD config</title>
<updated>2010-06-14T20:54:30+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-06-14T13:02:37+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=aacb25fadb202845d2ca109487bca7a639a0271d'/>
<id>aacb25fadb202845d2ca109487bca7a639a0271d</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/532
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/532
</pre>
</div>
</content>
</entry>
<entry>
<title>Copy-edit and format review sssd.conf</title>
<updated>2010-05-21T11:21:27+00:00</updated>
<author>
<name>David O'Brien</name>
<email>daobrien@daobrien.csb</email>
</author>
<published>2010-05-19T07:17:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=19ce0003e32cde587e2e2115f431e86e0c9adf76'/>
<id>19ce0003e32cde587e2e2115f431e86e0c9adf76</id>
<content type='text'>
Updated EntryCache*Timeout to the correct values.
Fixed one missed EntryCacheTimeout
Added notes about perf hit of using enumeration.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updated EntryCache*Timeout to the correct values.
Fixed one missed EntryCacheTimeout
Added notes about perf hit of using enumeration.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add enumerate details to the manpage and examples</title>
<updated>2010-05-20T18:09:56+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-05-19T13:33:47+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=9e9f8f0765b2e5b7e8701773599109220a85d442'/>
<id>9e9f8f0765b2e5b7e8701773599109220a85d442</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
