<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/providers/ad, branch nonroot-libcap</title>
<subtitle>sssd with jhrozek's patches</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/'/>
<entry>
<title>GPO: remove unused talloc contexts</title>
<updated>2014-10-03T14:25:25+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2014-10-02T15:52:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=0bed97f6ca4ad8bb61de9114c23051e7eaa8d1fc'/>
<id>0bed97f6ca4ad8bb61de9114c23051e7eaa8d1fc</id>
<content type='text'>
Talloc context was not used in functions ad_gpo_parse_gpo_child_response
ad_gpo_process_cse_recv, ad_gpo_store_policy_settings.

Reviewed-by: Stephen Gallagher &lt;sgallagh@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Talloc context was not used in functions ad_gpo_parse_gpo_child_response
ad_gpo_process_cse_recv, ad_gpo_store_policy_settings.

Reviewed-by: Stephen Gallagher &lt;sgallagh@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>GPO: Use argument ndg_flags instead of constant</title>
<updated>2014-10-03T14:25:00+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2014-10-02T16:30:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=1f2756f065e789ec9e9c9f6f11f3bfc8208ae7bf'/>
<id>1f2756f065e789ec9e9c9f6f11f3bfc8208ae7bf</id>
<content type='text'>
Some internal gpo functions [1] were called just once and with constant
NDR_SCALARS as 2nd argument(ndr_flags), but 2nd argument was not used
in these functions[1]. They used constant NDR_SCALARS.

[1] ndr_pull_security_ace_flags, ndr_pull_security_ace_type,
    ndr_pull_security_ace_object_flags, ndr_pull_security_acl_revision,
    ndr_pull_security_descriptor_revision, ndr_pull_security_descriptor_type

Reviewed-by: Stephen Gallagher &lt;sgallagh@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some internal gpo functions [1] were called just once and with constant
NDR_SCALARS as 2nd argument(ndr_flags), but 2nd argument was not used
in these functions[1]. They used constant NDR_SCALARS.

[1] ndr_pull_security_ace_flags, ndr_pull_security_ace_type,
    ndr_pull_security_ace_object_flags, ndr_pull_security_acl_revision,
    ndr_pull_security_descriptor_revision, ndr_pull_security_descriptor_type

Reviewed-by: Stephen Gallagher &lt;sgallagh@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>AD-GPO resolve conflicting policy settings correctly</title>
<updated>2014-10-02T12:13:39+00:00</updated>
<author>
<name>Yassir Elley</name>
<email>yelley@redhat.com</email>
</author>
<published>2014-09-09T19:37:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=4611802d41d8954a3040f39403590adb920ca521'/>
<id>4611802d41d8954a3040f39403590adb920ca521</id>
<content type='text'>
Resolves:
https://fedorahosted.org/sssd/ticket/2437

Reviewed-by: Stephen Gallagher &lt;sgallagh@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolves:
https://fedorahosted.org/sssd/ticket/2437

Reviewed-by: Stephen Gallagher &lt;sgallagh@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>AD GPO: Fix incorrect return of EACCES</title>
<updated>2014-10-02T12:13:16+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2014-10-02T00:42:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=7f4270ee333c1128a87fce6e6a3de64d263733e1'/>
<id>7f4270ee333c1128a87fce6e6a3de64d263733e1</id>
<content type='text'>
In the access providers, we expect to receive ERR_ACCESS_DENIED when
access is denied, but we were returning EACCES here. The effect was the
same, except that it presented ultimately as a system error instead of
a proper denial.

Related:
https://fedorahosted.org/sssd/ticket/2437

Reviewed-by: Jakub Hrozek &lt;jhrozek@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In the access providers, we expect to receive ERR_ACCESS_DENIED when
access is denied, but we were returning EACCES here. The effect was the
same, except that it presented ultimately as a system error instead of
a proper denial.

Related:
https://fedorahosted.org/sssd/ticket/2437

Reviewed-by: Jakub Hrozek &lt;jhrozek@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>AD: Add a missing break statement to the GPO code</title>
<updated>2014-09-29T16:18:03+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2014-09-24T14:44:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=cb7644495e76ffa3e19ba10efb4a0f5f3817ba33'/>
<id>cb7644495e76ffa3e19ba10efb4a0f5f3817ba33</id>
<content type='text'>
Reviewed-by: Pavel Reichl &lt;preichl@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: Pavel Reichl &lt;preichl@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>AD GPO: Fix incorrect sAMAccountName selection</title>
<updated>2014-09-29T16:15:51+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2014-09-23T21:44:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=5e381cc03f6e1cd15686bc5a0c8ea1c28723fd5c'/>
<id>5e381cc03f6e1cd15686bc5a0c8ea1c28723fd5c</id>
<content type='text'>
Reviewed-by: Jakub Hrozek &lt;jhrozek@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: Jakub Hrozek &lt;jhrozek@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add alternative objectClass to group attribute maps</title>
<updated>2014-09-15T08:12:57+00:00</updated>
<author>
<name>Michal Zidek</name>
<email>mzidek@redhat.com</email>
</author>
<published>2014-09-10T10:41:16+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=6f91c61426c8cfbfec52d5e77ae4650007694e69'/>
<id>6f91c61426c8cfbfec52d5e77ae4650007694e69</id>
<content type='text'>
In IPA we sometimes need to use posixGroup and
sometimes groupOfNames objectclass to query the
groups. This patch adds the possibility to specify
alternative objectclass in group maps. By
default it is only set for IPA.

Fixes:
https://fedorahosted.org/sssd/ticket/2436

Reviewed-by: Jakub Hrozek &lt;jhrozek@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In IPA we sometimes need to use posixGroup and
sometimes groupOfNames objectclass to query the
groups. This patch adds the possibility to specify
alternative objectclass in group maps. By
default it is only set for IPA.

Fixes:
https://fedorahosted.org/sssd/ticket/2436

Reviewed-by: Jakub Hrozek &lt;jhrozek@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>AD-GPO: delete stale GPOs</title>
<updated>2014-09-08T18:49:06+00:00</updated>
<author>
<name>Yassir Elley</name>
<email>yelley@redhat.com</email>
</author>
<published>2014-09-08T03:23:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=eb0cde4e6dfdbda08588860534f7ece5776ec3af'/>
<id>eb0cde4e6dfdbda08588860534f7ece5776ec3af</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/2431

Reviewed-by: Jakub Hrozek &lt;jhrozek@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/2431

Reviewed-by: Jakub Hrozek &lt;jhrozek@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>AD-GPO: processing changes for gpo_map_* options</title>
<updated>2014-09-08T15:40:07+00:00</updated>
<author>
<name>Yassir Elley</name>
<email>yelley@redhat.com</email>
</author>
<published>2014-09-05T22:45:50+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=a8356a0c98ee44e7256bb1c7767159c70e1fc218'/>
<id>a8356a0c98ee44e7256bb1c7767159c70e1fc218</id>
<content type='text'>
Reviewed-by: Sumit Bose &lt;sbose@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>
Reviewed-by: Sumit Bose &lt;sbose@redhat.com&gt;
Reviewed-by: Lukáš Slebodník &lt;lslebodn@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>AD-GPO: config changes for gpo_map_* options</title>
<updated>2014-09-08T15:39:53+00:00</updated>
<author>
<name>Yassir Elley</name>
<email>yelley@redhat.com</email>
</author>
<published>2014-09-05T22:45:12+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=f2b40ec8a4158fec75873828e4980965abbe7f66'/>
<id>f2b40ec8a4158fec75873828e4980965abbe7f66</id>
<content type='text'>
Reviewed-by: Sumit Bose &lt;sbose@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>
Reviewed-by: Sumit Bose &lt;sbose@redhat.com&gt;
Reviewed-by: Lukáš Slebodník &lt;lslebodn@redhat.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
