<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/providers/ldap/sdap_async_groups.c, 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>Add domain argument to sysdb_search_groups()</title>
<updated>2013-01-11T15:43:13+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2013-01-08T04:33:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=01fcc0d22dbfeecddb991ed8269aeea14bb79295'/>
<id>01fcc0d22dbfeecddb991ed8269aeea14bb79295</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add domain arg to sysdb_search_users()</title>
<updated>2013-01-11T15:43:13+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2013-01-08T04:00:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=fa4248fbb377bab33ada80020cf111682fd28163'/>
<id>fa4248fbb377bab33ada80020cf111682fd28163</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add domain argument to sysdb_store_group()</title>
<updated>2013-01-11T15:43:12+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2013-01-08T01:10:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=9de09d752555fb1646999bf95e64efa6e85f3024'/>
<id>9de09d752555fb1646999bf95e64efa6e85f3024</id>
<content type='text'>
Also remove sysdb_store_domgroup()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also remove sysdb_store_domgroup()
</pre>
</div>
</content>
</entry>
<entry>
<title>Add domain argument to sysdb_set_user_attr()</title>
<updated>2013-01-11T15:43:11+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2013-01-07T22:09:16+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=2252c24404d44e2e33054803995506f67c06f021'/>
<id>2252c24404d44e2e33054803995506f67c06f021</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add domain to sysdb_search_user_by_name()</title>
<updated>2013-01-11T15:43:10+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2013-01-06T23:24:12+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=6335aadf224de5159d914688bc3c7360ea3a7188'/>
<id>6335aadf224de5159d914688bc3c7360ea3a7188</id>
<content type='text'>
Also remove unused sysdb_search_domuser_by_name()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also remove unused sysdb_search_domuser_by_name()
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sysdb_domain_dn() require a domain.</title>
<updated>2013-01-11T15:43:09+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2013-01-06T06:30:27+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=9547f30ae6a4b72b13b9b7cf59867292d26fa6bf'/>
<id>9547f30ae6a4b72b13b9b7cf59867292d26fa6bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>AD: Add user as a direct member of his primary group</title>
<updated>2013-01-09T16:59:28+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2013-01-06T15:04:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=a26dfbfdd5a325acd85f4f339587365f29810342'/>
<id>a26dfbfdd5a325acd85f4f339587365f29810342</id>
<content type='text'>
In the AD case, deployments sometimes add groups as parents of the
primary GID group. These groups are then returned during initgroups
in the tokenGroups attribute and member/memberof links are established
between the user and the group. However, any update of these groups
would remove the links, so a sequence of calls: id -G user; id user; id
-G user would return different group memberships.

The downside of this approach is that the user is returned as a group
member during getgrgid call as well.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In the AD case, deployments sometimes add groups as parents of the
primary GID group. These groups are then returned during initgroups
in the tokenGroups attribute and member/memberof links are established
between the user and the group. However, any update of these groups
would remove the links, so a sequence of calls: id -G user; id user; id
-G user would return different group memberships.

The downside of this approach is that the user is returned as a group
member during getgrgid call as well.
</pre>
</div>
</content>
</entry>
<entry>
<title>AD: replace GID/UID, do not add another one</title>
<updated>2013-01-09T16:59:23+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2013-01-06T15:04:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=f9f74a587c8e96dcf90214c760022684afc8bef7'/>
<id>f9f74a587c8e96dcf90214c760022684afc8bef7</id>
<content type='text'>
The code would call sysdb_attrs_add_uint32 which added another UID or GID
to the ID=0 we already downloaded from LDAP (0 is the default value) when
ID-mapping an entry. This led to funky behaviour later on when we wanted
to process the ID.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The code would call sysdb_attrs_add_uint32 which added another UID or GID
to the ID=0 we already downloaded from LDAP (0 is the default value) when
ID-mapping an entry. This led to funky behaviour later on when we wanted
to process the ID.
</pre>
</div>
</content>
</entry>
<entry>
<title>Indentation fix</title>
<updated>2012-12-04T10:28:24+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-11-20T12:31:13+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=168735db6b7871a24987de32b0f98e95c6583e9a'/>
<id>168735db6b7871a24987de32b0f98e95c6583e9a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>idmap: Silence DEBUG messages when dealing with built-in SIDs.</title>
<updated>2012-11-28T10:20:09+00:00</updated>
<author>
<name>Michal Zidek</name>
<email>mzidek@redhat.com</email>
</author>
<published>2012-11-14T14:36:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=d6f283302268520c1506fb3da4f2a22f5a741be5'/>
<id>d6f283302268520c1506fb3da4f2a22f5a741be5</id>
<content type='text'>
When converting built-in SID to unix GID/UID a confusing debug
message about the failed conversion was printed. This patch special
cases these built-in objects.

https://fedorahosted.org/sssd/ticket/1593
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When converting built-in SID to unix GID/UID a confusing debug
message about the failed conversion was printed. This patch special
cases these built-in objects.

https://fedorahosted.org/sssd/ticket/1593
</pre>
</div>
</content>
</entry>
</feed>
