<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd2.git/src/config/SSSDConfigTest.py, branch sssd-1-2</title>
<subtitle>System Security Services Daemon [okos' clone]</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/'/>
<entry>
<title>Remove references to the DP service from the SSSDConfig API tests</title>
<updated>2010-06-16T20:22:04+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-06-16T18:21:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=df8252e0f0a26cc20d239d280b0100e335dfe17b'/>
<id>df8252e0f0a26cc20d239d280b0100e335dfe17b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle (ignore) unknown options in get_domain() and get_service()</title>
<updated>2010-06-16T20:22:04+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-06-16T18:01:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=c2a0a5c4b61f1a21bec65d85f50afd6b931e2c1c'/>
<id>c2a0a5c4b61f1a21bec65d85f50afd6b931e2c1c</id>
<content type='text'>
We will now eliminate any unknown options and providers to
guarantee that the domain is safe for use.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We will now eliminate any unknown options and providers to
guarantee that the domain is safe for use.
</pre>
</div>
</content>
</entry>
<entry>
<title>Undocument the krb5_changepw_principal option</title>
<updated>2010-06-14T20:54:42+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2010-06-10T14:16:24+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=efeada8c40ade5e6911fa5b4ba58ce8c720d18f1'/>
<id>efeada8c40ade5e6911fa5b4ba58ce8c720d18f1</id>
<content type='text'>
Fixes: #531
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes: #531
</pre>
</div>
</content>
</entry>
<entry>
<title>Change default min_id to 1</title>
<updated>2010-06-09T12:29:47+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-06-08T12:14:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=d306ced6189d1ba4eec6cb88098143718ed93a5b'/>
<id>d306ced6189d1ba4eec6cb88098143718ed93a5b</id>
<content type='text'>
Also update manpage for min_id/max_id to be more clear about how
it relates to primary GID.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also update manpage for min_id/max_id to be more clear about how
it relates to primary GID.
</pre>
</div>
</content>
</entry>
<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/okos/public_git/sssd2.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>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/okos/public_git/sssd2.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 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/okos/public_git/sssd2.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/okos/public_git/sssd2.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/okos/public_git/sssd2.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 regression test for https://fedorahosted.org/sssd/ticket/441</title>
<updated>2010-03-31T13:34:13+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-03-31T13:12:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=b8fa8a206e380b1aeac1a8ea086f6c38cdb97b5e'/>
<id>b8fa8a206e380b1aeac1a8ea086f6c38cdb97b5e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
