<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/config/etc, 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>SSSDConfigAPI fixes</title>
<updated>2010-05-20T18:04:56+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2010-05-11T15:51:55+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=9e4899d75dd13904b2310206fad4790b867c5a94'/>
<id>9e4899d75dd13904b2310206fad4790b867c5a94</id>
<content type='text'>
* add forgotten ldap_dns_service option
* sync IPA and LDAP options (ldap_pwd_policy and ldap_tls_cacertdir)
* ldap_uri is no longer mandatory for LDAP provider - the default is to
  use service discovery with no address set now. Ditto for krb5_kdcip
  and ipa_server
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* add forgotten ldap_dns_service option
* sync IPA and LDAP options (ldap_pwd_policy and ldap_tls_cacertdir)
* ldap_uri is no longer mandatory for LDAP provider - the default is to
  use service discovery with no address set now. Ditto for krb5_kdcip
  and ipa_server
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused ldap_offline_timeout option</title>
<updated>2010-05-18T17:08:37+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-05-18T14:17:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=6663abdda9ce55aace1b19c4170b1153d39136e0'/>
<id>6663abdda9ce55aace1b19c4170b1153d39136e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ldap_krb5_ticket_lifetime option</title>
<updated>2010-05-16T17:28:43+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2010-05-11T15:51:02+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=bc45212faf209b10d2d6eb57e056a5e6f04b0876'/>
<id>bc45212faf209b10d2d6eb57e056a5e6f04b0876</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ldap_access_filter option</title>
<updated>2010-05-16T17:28:43+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-05-06T14:09:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=fa26de3b1a8993a1c5a4b071851e5e5ff7ec2ce6'/>
<id>fa26de3b1a8993a1c5a4b071851e5e5ff7ec2ce6</id>
<content type='text'>
This option (applicable to access_provider=ldap) allows the admin
to set an additional LDAP search filter that must match in order
for a user to be granted access to the system.

Common examples for this would be limiting access to users by in a
particular group, for example:
ldap_access_filter = memberOf=cn=access_group,ou=Groups,dc=example,dc=com
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This option (applicable to access_provider=ldap) allows the admin
to set an additional LDAP search filter that must match in order
for a user to be granted access to the system.

Common examples for this would be limiting access to users by in a
particular group, for example:
ldap_access_filter = memberOf=cn=access_group,ou=Groups,dc=example,dc=com
</pre>
</div>
</content>
</entry>
<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>Make krb5_kpasswd available for any krb5 provider</title>
<updated>2010-05-07T20:38:22+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-05-05T15:55:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=2b66f65216de534110b4997c567f2785395e41b1'/>
<id>2b66f65216de534110b4997c567f2785395e41b1</id>
<content type='text'>
Previously, the option krb5_kpasswd was only available if
'chpass_provider = krb5' was specified explicitly. Now it will be
available also if 'auth_provider = krb5'.

This option was also missing from the IPA options, so I have added
it there as well
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, the option krb5_kpasswd was only available if
'chpass_provider = krb5' was specified explicitly. Now it will be
available also if 'auth_provider = krb5'.

This option was also missing from the IPA options, so I have added
it there as well
</pre>
</div>
</content>
</entry>
<entry>
<title>Add dns_resolver_timeout option</title>
<updated>2010-04-30T11:50:58+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-04-26T17:02:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=fc28a2fa97feab70492b36afcc058d6b3fb52d79'/>
<id>fc28a2fa97feab70492b36afcc058d6b3fb52d79</id>
<content type='text'>
We had a hard-coded timeout of five seconds for DNS lookups in the
async resolver. This patch adds an option 'dns_resolver_timeout'
to specify this value (Default: 5)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We had a hard-coded timeout of five seconds for DNS lookups in the
async resolver. This patch adds an option 'dns_resolver_timeout'
to specify this value (Default: 5)
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing ldap_tls_cacertdir option to SSSDConfig API</title>
<updated>2010-03-18T20:11:56+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-03-18T20:01:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=5551faf5c594b1f74768f91e1520096305b16ae2'/>
<id>5551faf5c594b1f74768f91e1520096305b16ae2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add krb5_kpasswd option</title>
<updated>2010-03-12T14:00:28+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2010-03-10T16:03:23+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=5096bb4c2242b426aa6f5ea2cb82223e0b81a345'/>
<id>5096bb4c2242b426aa6f5ea2cb82223e0b81a345</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
