<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/providers/ldap/sdap.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>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>LDAP: Check validity of naming_context</title>
<updated>2012-10-15T15:59:11+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-10-15T15:39:14+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=f2c39d4869da56268726f6e8fc224de8cecb7336'/>
<id>f2c39d4869da56268726f6e8fc224de8cecb7336</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1581

If the namingContext attribute had no values or multiple values, then
our code would dereference a NULL pointer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1581

If the namingContext attribute had no values or multiple values, then
our code would dereference a NULL pointer.
</pre>
</div>
</content>
</entry>
<entry>
<title>LDAP: Handle empty namingContexts values safely</title>
<updated>2012-09-26T20:34:40+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2012-09-26T15:00:16+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=3f5953b0cd6ad826141c62dd239efc675b351689'/>
<id>3f5953b0cd6ad826141c62dd239efc675b351689</id>
<content type='text'>
Certain LDAP servers can return an empty string as the value of
namingContexts. We need to treat these as NULL so that we can fail
gracefully.

https://fedorahosted.org/sssd/ticket/1542
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Certain LDAP servers can return an empty string as the value of
namingContexts. We need to treat these as NULL so that we can fail
gracefully.

https://fedorahosted.org/sssd/ticket/1542
</pre>
</div>
</content>
</entry>
<entry>
<title>AD: Detect domain controller compatibility version</title>
<updated>2012-09-24T13:00:11+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2012-09-18T18:24:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=e6ba224432bfcd64802222a3544bc38c179727cd'/>
<id>e6ba224432bfcd64802222a3544bc38c179727cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SSSD fails to store users if any of the requested attribute is empty.</title>
<updated>2012-09-20T17:48:07+00:00</updated>
<author>
<name>Michal Zidek</name>
<email>mzidek@redhat.com</email>
</author>
<published>2012-09-20T12:00:27+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=bb918975adc4dc26d22578f174027c0d7a1e3ed9'/>
<id>bb918975adc4dc26d22578f174027c0d7a1e3ed9</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1440
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1440
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix segfault when sudo is not configured.</title>
<updated>2012-06-30T15:04:31+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2012-06-30T15:04:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=78e77f2d1ee0017e1e1c0bf5efe0e94a70930980'/>
<id>78e77f2d1ee0017e1e1c0bf5efe0e94a70930980</id>
<content type='text'>
Sudo support is optional, when it is not configured sudorules_map is not
initialized and dereferencing it will cause a segmentation fault.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sudo support is optional, when it is not configured sudorules_map is not
initialized and dereferencing it will cause a segmentation fault.
</pre>
</div>
</content>
</entry>
<entry>
<title>ldap provider: add sudo usn value</title>
<updated>2012-06-29T15:37:17+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2012-05-07T14:12:18+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=c8704f06db6dbbe39f50dfb35f20cdf27cf1f087'/>
<id>c8704f06db6dbbe39f50dfb35f20cdf27cf1f087</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>LDAP: Auto-detect support for the ldap match rule</title>
<updated>2012-06-13T14:01:12+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2012-06-13T00:29:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=2c62da337e31217d03f5bf0f768b574d166bb2fe'/>
<id>2c62da337e31217d03f5bf0f768b574d166bb2fe</id>
<content type='text'>
This patch extends the RootDSE lookup so that we will perform a
second request to test whether the match rule syntax can be used.

If both groups and initgroups are disabled in the configuration,
this lookup request can be skipped.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch extends the RootDSE lookup so that we will perform a
second request to test whether the match rule syntax can be used.

If both groups and initgroups are disabled in the configuration,
this lookup request can be skipped.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for filtering atributes</title>
<updated>2012-05-31T19:46:27+00:00</updated>
<author>
<name>Jan Zeleny</name>
<email>jzeleny@redhat.com</email>
</author>
<published>2012-05-23T08:21:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=64ddff90c7fcc02ccb06824ac93af7d5f361a88f'/>
<id>64ddff90c7fcc02ccb06824ac93af7d5f361a88f</id>
<content type='text'>
This patch adds support for filtering attributes when constructing
attribute list from a map for LDAP query.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds support for filtering attributes when constructing
attribute list from a map for LDAP query.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed two minor memory leaks</title>
<updated>2012-05-14T15:25:31+00:00</updated>
<author>
<name>Jan Zeleny</name>
<email>jzeleny@redhat.com</email>
</author>
<published>2012-05-14T08:11:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=6270c10037cd0b5ea59567aaf423dcb1205e5683'/>
<id>6270c10037cd0b5ea59567aaf423dcb1205e5683</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
