<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/contrib, branch sssd-1-2-proxy</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 dynamic DNS updates to FreeIPA</title>
<updated>2010-05-07T20:38:24+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-05-02T11:48:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=f432c0b1875e6167f07bf3e27eaf040a29aae199'/>
<id>f432c0b1875e6167f07bf3e27eaf040a29aae199</id>
<content type='text'>
This adds two new options:

ipa_dyndns_update: Boolean value to select whether this client
should automatically update its IP address in FreeIPA DNS.

ipa_dyndns_iface: Choose an interface manually to use for
updating dynamic DNS. Default is to use the interface associated
with the LDAP connection to FreeIPA.

This patch supports A and AAAA records. It relies on the presence
of the nsupdate tool from the bind-utils package to perform the
actual update step. The location of this utility is set at build
time, but its availability is determined at runtime (so clients
that do not require dynamic update capability do not need to meet
this dependency).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds two new options:

ipa_dyndns_update: Boolean value to select whether this client
should automatically update its IP address in FreeIPA DNS.

ipa_dyndns_iface: Choose an interface manually to use for
updating dynamic DNS. Default is to use the interface associated
with the LDAP connection to FreeIPA.

This patch supports A and AAAA records. It relies on the presence
of the nsupdate tool from the bind-utils package to perform the
actual update step. The location of this utility is set at build
time, but its availability is determined at runtime (so clients
that do not require dynamic update capability do not need to meet
this dependency).
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for delayed kinit if offline</title>
<updated>2010-05-07T20:38:23+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2010-04-19T09:59:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=fc7ec12f1b851bab1eedf3ecdcb094ea80b46dd2'/>
<id>fc7ec12f1b851bab1eedf3ecdcb094ea80b46dd2</id>
<content type='text'>
If the configuration option krb5_store_password_if_offline is set to
true and the backend is offline the plain text user password is stored
and used to request a TGT if the backend becomes online. If available
the Linux kernel key retention service is used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the configuration option krb5_store_password_if_offline is set to
true and the backend is offline the plain text user password is stored
and used to request a TGT if the backend becomes online. If available
the Linux kernel key retention service is used.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the NSS_LIBS and KRB5_LIBS variables from sssd.spec</title>
<updated>2010-04-30T11:50:58+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-04-14T14:05:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=69c62da35c01d39d05fecafe32bb15a52f07015c'/>
<id>69c62da35c01d39d05fecafe32bb15a52f07015c</id>
<content type='text'>
Due to the way RPM processes the %configure macro, these variables
were not actually being passed down to recursive configure
invocations. In other words, they were useless.

Futhermore, in more recent Fedora versions (13+), some of the
dependencies have moved from -lnss to -lnspr4. As a result, it is
safer to rely on the complete output of 'pkg-config nss --libs'
instead of restricting to -lnss. The downside to this is that it
may result in linking unnecessarily against other NSS components
such as libsmime3 and libplc4 (among others). However, since these
are already dependencies of libnss itself, there should be no risk
of them being unavailable on the platform when installed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Due to the way RPM processes the %configure macro, these variables
were not actually being passed down to recursive configure
invocations. In other words, they were useless.

Futhermore, in more recent Fedora versions (13+), some of the
dependencies have moved from -lnss to -lnspr4. As a result, it is
safer to rely on the complete output of 'pkg-config nss --libs'
instead of restricting to -lnss. The downside to this is that it
may result in linking unnecessarily against other NSS components
such as libsmime3 and libplc4 (among others). However, since these
are already dependencies of libnss itself, there should be no risk
of them being unavailable on the platform when installed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding interface documentation</title>
<updated>2010-04-08T12:53:36+00:00</updated>
<author>
<name>Dmitri Pal</name>
<email>dpal@redhat.com</email>
</author>
<published>2010-04-05T14:59:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=69e1a7254ff2be3d7b0b0d968f6ddeb638c0be86'/>
<id>69e1a7254ff2be3d7b0b0d968f6ddeb638c0be86</id>
<content type='text'>
Package refarray documentation by default
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Package refarray documentation by default
</pre>
</div>
</content>
</entry>
<entry>
<title>SELinux login management</title>
<updated>2010-04-08T12:53:35+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2010-03-30T13:26:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=9c124af8868a7d3908c03ec369e28daef17d5f12'/>
<id>9c124af8868a7d3908c03ec369e28daef17d5f12</id>
<content type='text'>
Adds a new option -Z to sss_useradd and sss_usermod. This option allows
user to specify the SELinux login context for the user. On deleting the
user with sss_userdel, the login mapping is deleted, so subsequent
adding of the same user would result in the default login context unless
-Z is specified again.

MLS security is not supported as of this patch.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds a new option -Z to sss_useradd and sss_usermod. This option allows
user to specify the SELinux login context for the user. On deleting the
user with sss_userdel, the login mapping is deleted, so subsequent
adding of the same user would result in the default login context unless
-Z is specified again.

MLS security is not supported as of this patch.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow running with read only root</title>
<updated>2010-03-25T16:14:14+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2010-03-22T22:08:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=a6f5518219fb3358595852eeaa9ad9c3e0410821'/>
<id>a6f5518219fb3358595852eeaa9ad9c3e0410821</id>
<content type='text'>
Packages /etc/rwtab.d/sssd file that allows SSSD to run on a read-only
root filesystem.

Fixes: #428
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Packages /etc/rwtab.d/sssd file that allows SSSD to run on a read-only
root filesystem.

Fixes: #428
</pre>
</div>
</content>
</entry>
<entry>
<title>Generate doxygen documentation for path_utils</title>
<updated>2010-03-25T16:14:14+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2010-03-19T12:59:02+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=36f341109287f42f33a4ed3d25746741bdfb71f4'/>
<id>36f341109287f42f33a4ed3d25746741bdfb71f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Build and package libini_config docs</title>
<updated>2010-03-15T20:12:52+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-03-15T17:46:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=d4a4fe465517a4ca820e4d1ce1d85b4e5bc3ee8e'/>
<id>d4a4fe465517a4ca820e4d1ce1d85b4e5bc3ee8e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up changelog for sssd.spec</title>
<updated>2010-03-15T15:12:56+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-03-15T12:58:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=9109d3da54684b21efcd6891372582e172a11e71'/>
<id>9109d3da54684b21efcd6891372582e172a11e71</id>
<content type='text'>
Since we don't keep the changelog up to date, it makes more sense
to simply truncate it to always report that it is an automated
build.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since we don't keep the changelog up to date, it makes more sense
to simply truncate it to always report that it is an automated
build.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use correct python macros in sssd.spec</title>
<updated>2010-03-15T15:12:56+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-03-15T12:48:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=8cf4b2775b5b6960360ae9a2cf3fdd365e536a71'/>
<id>8cf4b2775b5b6960360ae9a2cf3fdd365e536a71</id>
<content type='text'>
This patch brings our spec file into compliance with Fedora python
requirements.

See http://fedoraproject.org/wiki/Packaging/Python#Macros for more
details
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch brings our spec file into compliance with Fedora python
requirements.

See http://fedoraproject.org/wiki/Packaging/Python#Macros for more
details
</pre>
</div>
</content>
</entry>
</feed>
