<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/confdb, branch subdomain-password-authentication</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>Allow setting the default_shell option per-domain as well</title>
<updated>2012-10-18T18:19:33+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-10-17T12:43:07+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=66318dfe1e7138ff3fc780c4b3f0b29c4b2d8712'/>
<id>66318dfe1e7138ff3fc780c4b3f0b29c4b2d8712</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1583
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1583
</pre>
</div>
</content>
</entry>
<entry>
<title>SSH: Expire hosts in known_hosts</title>
<updated>2012-10-05T08:51:55+00:00</updated>
<author>
<name>Jan Cholasta</name>
<email>jcholast@redhat.com</email>
</author>
<published>2012-09-25T08:29:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=3882325ff60f89d0c312e9519bdfd1351978fd73'/>
<id>3882325ff60f89d0c312e9519bdfd1351978fd73</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add new option default_domain_suffix</title>
<updated>2012-10-01T19:45:21+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2012-09-21T16:30:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=1542b85f13d72329685bdd97aa879c36d11f81be'/>
<id>1542b85f13d72329685bdd97aa879c36d11f81be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Renamed session provider to selinux provider</title>
<updated>2012-07-27T08:37:06+00:00</updated>
<author>
<name>Jan Zeleny</name>
<email>jzeleny@redhat.com</email>
</author>
<published>2012-07-24T16:31:19+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=38e2ec1c757955ab557fd95807afa58042d09482'/>
<id>38e2ec1c757955ab557fd95807afa58042d09482</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>NSS: Add override_shell option</title>
<updated>2012-07-20T18:21:19+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2012-07-19T19:50:52+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=695bca9d2f73096254308e0883fcc74b2631850e'/>
<id>695bca9d2f73096254308e0883fcc74b2631850e</id>
<content type='text'>
If override_shell is specified in the [nss] section, all users
managed by SSSD will have their shell set to this value. If it is
specified in the [domain/DOMAINNAME] section, it will apply to
only that domain (and override the [nss] value, if any).

https://fedorahosted.org/sssd/ticket/1087
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If override_shell is specified in the [nss] section, all users
managed by SSSD will have their shell set to this value. If it is
specified in the [domain/DOMAINNAME] section, it will apply to
only that domain (and override the [nss] value, if any).

https://fedorahosted.org/sssd/ticket/1087
</pre>
</div>
</content>
</entry>
<entry>
<title>pac responder: limit access by checking UIDs</title>
<updated>2012-07-10T13:07:26+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2012-07-05T08:50:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=2d257ccf620ce1b611f89cec8f0a94c88c2f2881'/>
<id>2d257ccf620ce1b611f89cec8f0a94c88c2f2881</id>
<content type='text'>
A check for allowed UIDs is added in the common responder code directly
after accept(). If the platform does not support reading the UID of the
peer but allowed UIDs are configured, access is denied.

Currently only the PAC responder sets the allowed UIDs for a socket. The
default is that only root is allowed to access the socket of the PAC
responder.

Fixes: https://fedorahosted.org/sssd/ticket/1382
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A check for allowed UIDs is added in the common responder code directly
after accept(). If the platform does not support reading the UID of the
peer but allowed UIDs are configured, access is denied.

Currently only the PAC responder sets the allowed UIDs for a socket. The
default is that only root is allowed to access the socket of the PAC
responder.

Fixes: https://fedorahosted.org/sssd/ticket/1382
</pre>
</div>
</content>
</entry>
<entry>
<title>CONFDB: Add the ability to set a boolean value in the confdb</title>
<updated>2012-07-06T15:44:46+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2012-07-06T00:44:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=a6cbaf2932762e3e191a6bec252afec3c91bf97c'/>
<id>a6cbaf2932762e3e191a6bec252afec3c91bf97c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>confdb: add entry_cache_sudo_timeout option</title>
<updated>2012-06-29T15:37:16+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2012-04-23T12:40:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=da9fd6373b94a49b748542ab568997b9e2421972'/>
<id>da9fd6373b94a49b748542ab568997b9e2421972</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Set default for subdomain_homedir</title>
<updated>2012-06-25T15:10:54+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2012-06-25T13:16:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=efc4a645d50f68d2a289c7e8a05bedf051d3c67d'/>
<id>efc4a645d50f68d2a289c7e8a05bedf051d3c67d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>PAC responder: add basic infrastructure</title>
<updated>2012-06-21T19:30:20+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2011-05-13T16:44:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=b9e5bd09a5ff7009537a18914dbebcf10498f592'/>
<id>b9e5bd09a5ff7009537a18914dbebcf10498f592</id>
<content type='text'>
This adds only the basic outline of the PAC responder, it won't support
any operations, it will just start and initialize itself.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds only the basic outline of the PAC responder, it won't support
any operations, it will just start and initialize itself.
</pre>
</div>
</content>
</entry>
</feed>
