<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/providers, 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>SBUS: Chown the sbus socket if needed</title>
<updated>2014-10-07T17:51:11+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2014-10-07T09:30:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=c976e2097fd8503b60fa96d81714fd28c05209aa'/>
<id>c976e2097fd8503b60fa96d81714fd28c05209aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SSSD: Add the possibility to specify a UID and GID to run as</title>
<updated>2014-10-07T11:48:05+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2014-10-06T14:28:13+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=094157915c72358f8ad10ac1b67227cf41b4e76c'/>
<id>094157915c72358f8ad10ac1b67227cf41b4e76c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>UTIL: Do not depend on monitor code</title>
<updated>2014-10-07T11:48:05+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2014-09-21T11:42:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=d572c5155d573b7a8d5228ab2688afc2376feee2'/>
<id>d572c5155d573b7a8d5228ab2688afc2376feee2</id>
<content type='text'>
Just moves code around. There should be a way to use the server.c module
without linking the monitor code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Just moves code around. There should be a way to use the server.c module
without linking the monitor code.
</pre>
</div>
</content>
</entry>
<entry>
<title>UTIL: Move become_user outside krb5 tree</title>
<updated>2014-10-07T11:48:04+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2014-07-26T10:46:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=21983497ff98e34e34f8a626fd0bba24831fd1b4'/>
<id>21983497ff98e34e34f8a626fd0bba24831fd1b4</id>
<content type='text'>
In order for several other SSSD processes to run as a non-root user, we
need to move the functions to become another user to a shared space in
our source tree.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In order for several other SSSD processes to run as a non-root user, we
need to move the functions to become another user to a shared space in
our source tree.
</pre>
</div>
</content>
</entry>
<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>IPA: add support for new extdom plugin version</title>
<updated>2014-09-30T16:24:53+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2014-09-05T08:34:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=28c70f003c7b330ab1d998a4eff1248d272a6ba9'/>
<id>28c70f003c7b330ab1d998a4eff1248d272a6ba9</id>
<content type='text'>
Initially the extdom plugin was only used to translate SIDs of AD user
and groups to names or POSIX IDs. On IPA clients group memberships were
resolved with the help of the PAC in the Kerberos ticket which required
that the user has logged in at least once. Home directory and the login
shell were auto generated.

The new version of the extdom plugin can return the complete list of
group memberships of a user and the list of all members of a group.
Additionally the gecos field, home directory and login shell are
returned together with an optional list of key-value pairs for arbitrary
data which is written unmodified to the cache.

Fixes https://fedorahosted.org/sssd/ticket/2159
  and https://fedorahosted.org/sssd/ticket/2041

Reviewed-by: Jakub Hrozek &lt;jhrozek@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Initially the extdom plugin was only used to translate SIDs of AD user
and groups to names or POSIX IDs. On IPA clients group memberships were
resolved with the help of the PAC in the Kerberos ticket which required
that the user has logged in at least once. Home directory and the login
shell were auto generated.

The new version of the extdom plugin can return the complete list of
group memberships of a user and the list of all members of a group.
Additionally the gecos field, home directory and login shell are
returned together with an optional list of key-value pairs for arbitrary
data which is written unmodified to the cache.

Fixes https://fedorahosted.org/sssd/ticket/2159
  and https://fedorahosted.org/sssd/ticket/2041

Reviewed-by: Jakub Hrozek &lt;jhrozek@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>LDAP: Do not require a dereference control to be retuned in a reply</title>
<updated>2014-09-29T17:16:45+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2014-09-24T14:43:48+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=f3d4b3e03b1505a539977c86b59ff4aa967580d1'/>
<id>f3d4b3e03b1505a539977c86b59ff4aa967580d1</id>
<content type='text'>
When we attempt to request attributes that are not present in
the dereferenced links, some serves might not send the dereference
control back at all. Be permissive and treat the search as if
it didn't find anything.

Reviewed-by: Pavel Reichl &lt;preichl@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When we attempt to request attributes that are not present in
the dereferenced links, some serves might not send the dereference
control back at all. Be permissive and treat the search as if
it didn't find anything.

Reviewed-by: Pavel Reichl &lt;preichl@redhat.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
