<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/man, branch memberof_default_view</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: Update description of sssctl</title>
<updated>2016-07-12T12:23:13+00:00</updated>
<author>
<name>Dan Lavu</name>
<email>dlavu@redhat.com</email>
</author>
<published>2016-07-11T10:27:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=8ad1883c79fc1e356bbd2d3e4badd4af9955b9fc'/>
<id>8ad1883c79fc1e356bbd2d3e4badd4af9955b9fc</id>
<content type='text'>
Reviewed-by: Pavel Březina &lt;pbrezina@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: Pavel Březina &lt;pbrezina@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Updating the translations for the 1.14.0 release</title>
<updated>2016-07-07T17:33:47+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2016-07-07T17:33:47+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=d25fa6f2608d5fe0617ada47f9d426f45deb96ff'/>
<id>d25fa6f2608d5fe0617ada47f9d426f45deb96ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sssctl: manual page</title>
<updated>2016-07-07T17:22:04+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2016-07-04T10:19:37+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=dc6dd1ef6a70a0a07017d362e13c7680e83c4fc8'/>
<id>dc6dd1ef6a70a0a07017d362e13c7680e83c4fc8</id>
<content type='text'>
Resolves:
https://fedorahosted.org/sssd/ticket/3055

Reviewed-by: Michal Židek &lt;mzidek@redhat.com&gt;
Reviewed-by: Lukáš Slebodník &lt;lslebodn@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolves:
https://fedorahosted.org/sssd/ticket/3055

Reviewed-by: Michal Židek &lt;mzidek@redhat.com&gt;
Reviewed-by: Lukáš Slebodník &lt;lslebodn@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>MAN: Config file merging</title>
<updated>2016-07-07T14:12:30+00:00</updated>
<author>
<name>Michal Židek</name>
<email>mzidek@redhat.com</email>
</author>
<published>2016-07-01T09:23:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=c82789aad172d7ebd9f616510bdbe950dccd51ac'/>
<id>c82789aad172d7ebd9f616510bdbe950dccd51ac</id>
<content type='text'>
Related to:
https://fedorahosted.org/sssd/ticket/2247

Explain configuration merging in sssd.conf
man page.

Signed-off-by: Dan Lavu &lt;dlavu@redhat.com&gt;
Reviewed-by: Dan Lavu &lt;dlavu@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Related to:
https://fedorahosted.org/sssd/ticket/2247

Explain configuration merging in sssd.conf
man page.

Signed-off-by: Dan Lavu &lt;dlavu@redhat.com&gt;
Reviewed-by: Dan Lavu &lt;dlavu@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>LDAP: Change the default rfc2307 autofs attribute mappings</title>
<updated>2016-07-06T15:05:51+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2015-11-19T09:40:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=999d6066c7a96f102b692d31435d76114478e874'/>
<id>999d6066c7a96f102b692d31435d76114478e874</id>
<content type='text'>
Resolves:
    https://fedorahosted.org/sssd/ticket/2858

The default attribute mappings we used to have:
    ldap_autofs_map_object_class        automountMap
    ldap_autofs_map_name                ou
    ldap_autofs_entry_object_class      automount
    ldap_autofs_entry_key               cn
    ldap_autofs_entry_value             automountInformation

Was wrong. Instead, this patch switches to:
    ldap_autofs_map_object_class        nisMap
    ldap_autofs_map_name                nisMapName
    ldap_autofs_entry_object_class      nisObject
    ldap_autofs_entry_key               cn
    ldap_autofs_entry_value             nisMapEntry

Which are attributes that are available with servers running the default
rfc2307 schema. In addition, this patch adds a syslog and DEBUG message
that warns administrators to double-check their configuration.

We don't warn when the autofs provider is set to AD, because that one
is already correct.

Reviewed-by: Lukáš Slebodník &lt;lslebodn@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolves:
    https://fedorahosted.org/sssd/ticket/2858

The default attribute mappings we used to have:
    ldap_autofs_map_object_class        automountMap
    ldap_autofs_map_name                ou
    ldap_autofs_entry_object_class      automount
    ldap_autofs_entry_key               cn
    ldap_autofs_entry_value             automountInformation

Was wrong. Instead, this patch switches to:
    ldap_autofs_map_object_class        nisMap
    ldap_autofs_map_name                nisMapName
    ldap_autofs_entry_object_class      nisObject
    ldap_autofs_entry_key               cn
    ldap_autofs_entry_value             nisMapEntry

Which are attributes that are available with servers running the default
rfc2307 schema. In addition, this patch adds a syslog and DEBUG message
that warns administrators to double-check their configuration.

We don't warn when the autofs provider is set to AD, because that one
is already correct.

Reviewed-by: Lukáš Slebodník &lt;lslebodn@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>MAN: Remove leading spaces from elements programlisting</title>
<updated>2016-07-05T18:45:36+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2016-07-01T06:56:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=b6cd138f1e444d73295d3d3869de2dc4194f1742'/>
<id>b6cd138f1e444d73295d3d3869de2dc4194f1742</id>
<content type='text'>
Docbook documentatin for the programlisting elemnt says:

Description:
A ProgramListing is a verbatim environment for program source
or source fragment listings. ProgramListings are often placed
in Examples or Figures so that they can be cross-referenced
from the text.

Processing Expectations:
Formatted as a displayed block. This element is displayed
"verbatim"; whitespace and linebreaks within this element
are significant. ProgramListings are usually displayed
in a fixed width font.

Reviewed-by: Jakub Hrozek &lt;jhrozek@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Docbook documentatin for the programlisting elemnt says:

Description:
A ProgramListing is a verbatim environment for program source
or source fragment listings. ProgramListings are often placed
in Examples or Figures so that they can be cross-referenced
from the text.

Processing Expectations:
Formatted as a displayed block. This element is displayed
"verbatim"; whitespace and linebreaks within this element
are significant. ProgramListings are usually displayed
in a fixed width font.

Reviewed-by: Jakub Hrozek &lt;jhrozek@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>MAN: Update documentation of sss_cache</title>
<updated>2016-07-04T11:43:03+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2016-07-04T08:39:55+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=a2407fc21be3e9e5006cc575aae01ed1216138db'/>
<id>a2407fc21be3e9e5006cc575aae01ed1216138db</id>
<content type='text'>
sss_cache -E can invalidate sudo rules since sssd 1.14 alpha.

Related to:
https://fedorahosted.org/sssd/ticket/2081

Reviewed-by: Michal Židek &lt;mzidek@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
sss_cache -E can invalidate sudo rules since sssd 1.14 alpha.

Related to:
https://fedorahosted.org/sssd/ticket/2081

Reviewed-by: Michal Židek &lt;mzidek@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Updating the translations for the 1.14 beta release</title>
<updated>2016-06-29T21:33:05+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2016-06-29T21:33:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=a86d6cd05e3f823214587475b83d907f394c035e'/>
<id>a86d6cd05e3f823214587475b83d907f394c035e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAN: Include idmap_sss.8.xml in the manpage sources</title>
<updated>2016-06-29T21:17:20+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2016-06-29T21:16:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=1dab34228cefddcd6bedef2d2cee70a620c8ace8'/>
<id>1dab34228cefddcd6bedef2d2cee70a620c8ace8</id>
<content type='text'>
Reviewed-by: N/A, one-liner before release
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: N/A, one-liner before release
</pre>
</div>
</content>
</entry>
<entry>
<title>Add winbind idmap plugin</title>
<updated>2016-06-21T10:09:28+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2016-04-19T11:52:59+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=1d1a0a019d8d4d9ab0f51ada03604cd2cada287e'/>
<id>1d1a0a019d8d4d9ab0f51ada03604cd2cada287e</id>
<content type='text'>
With this plugin winbind can use the same id-mapping as SSSD which makes
it possible to run both together in a consistent way.

Reviewed-by: Jakub Hrozek &lt;jhrozek@redhat.com&gt;
Reviewed-by: Lukáš Slebodník &lt;lslebodn@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With this plugin winbind can use the same id-mapping as SSSD which makes
it possible to run both together in a consistent way.

Reviewed-by: Jakub Hrozek &lt;jhrozek@redhat.com&gt;
Reviewed-by: Lukáš Slebodník &lt;lslebodn@redhat.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
