<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd2.git/server/man, branch maint-0.7</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 [dp] section from example config</title>
<updated>2009-10-27T17:35:11+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2009-10-27T12:45:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=184e45ba2e615c7ba4ef46595558812a92bee75e'/>
<id>184e45ba2e615c7ba4ef46595558812a92bee75e</id>
<content type='text'>
Also remove references to the DP service from the sssd.conf
manpages.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also remove references to the DP service from the sssd.conf
manpages.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for offline auth cache timeout</title>
<updated>2009-10-22T19:43:01+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2009-10-22T15:58:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=c2d7b2271eafd27b41736624e4e5da121073279d'/>
<id>c2d7b2271eafd27b41736624e4e5da121073279d</id>
<content type='text'>
This adds a new option (offline_credentials_expiration) to the
[PAM] section of the sssd.conf

If the user does not perform an online authentication within the
timeout (in days), they will be denied auth once the timeout
passes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds a new option (offline_credentials_expiration) to the
[PAM] section of the sssd.conf

If the user does not perform an online authentication within the
timeout (in days), they will be denied auth once the timeout
passes.
</pre>
</div>
</content>
</entry>
<entry>
<title>User home directories management</title>
<updated>2009-10-22T18:04:28+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2009-10-05T17:45:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=f3bc40136878ab91cb98f1b206ff9517000112f7'/>
<id>f3bc40136878ab91cb98f1b206ff9517000112f7</id>
<content type='text'>
Create and populate user directories on useradd, delete them on userdel

Fixes: #212
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Create and populate user directories on useradd, delete them on userdel

Fixes: #212
</pre>
</div>
</content>
</entry>
<entry>
<title>Start implementing ipa specific options.</title>
<updated>2009-10-20T15:03:47+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2009-10-16T22:38:40+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=1199bb0194d735e212f80735b33307a3467b7a3c'/>
<id>1199bb0194d735e212f80735b33307a3467b7a3c</id>
<content type='text'>
First step generate ldap options from ipa options.
Add sssd-ipa man page too.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
First step generate ldap options from ipa options.
Add sssd-ipa man page too.
</pre>
</div>
</content>
</entry>
<entry>
<title>more implicit provider target settings</title>
<updated>2009-10-15T22:10:17+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2009-10-15T10:03:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=dc71edea5cda411cdce039777a2ba3b00e19ca27'/>
<id>dc71edea5cda411cdce039777a2ba3b00e19ca27</id>
<content type='text'>
If auth_provider or access_provider is ont set explicitly id_provider is
used if it can handle auth or access control requests respectively. If
not auth defaults to 'none' and the access_provider is set to 'permit'.

The option 'deny' is added for the access_provider to explicitly deny
access.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If auth_provider or access_provider is ont set explicitly id_provider is
used if it can handle auth or access control requests respectively. If
not auth defaults to 'none' and the access_provider is set to 'permit'.

The option 'deny' is added for the access_provider to explicitly deny
access.
</pre>
</div>
</content>
</entry>
<entry>
<title>set chpass_provider implicit if not set explicit</title>
<updated>2009-10-15T22:10:15+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2009-10-14T10:49:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=740a9255a5c6a05f58dd63ce7adbd103d9d52164'/>
<id>740a9255a5c6a05f58dd63ce7adbd103d9d52164</id>
<content type='text'>
- if chpass_provider is not given in the configuration file but an
  auth_provider and the auth_provider can also handle change password
  requests it is used as chpass_provider.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- if chpass_provider is not given in the configuration file but an
  auth_provider and the auth_provider can also handle change password
  requests it is used as chpass_provider.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove magicPrivateGroups option</title>
<updated>2009-10-09T20:11:26+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2009-10-06T16:12:21+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=b0c4751808040afdc15ca801619c43fe192c6a35'/>
<id>b0c4751808040afdc15ca801619c43fe192c6a35</id>
<content type='text'>
In sssd only local is a native mpg domain, and it is forced.
All other providers will have to unroll mpg users into a user/group pair of
entries in the db. This allows the provider to automatically establish if
the remote server provides mpg users w/o possibily conflicting manual
configurations on the client trying to force an mpg behavior where none
is provided.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In sssd only local is a native mpg domain, and it is forced.
All other providers will have to unroll mpg users into a user/group pair of
entries in the db. This allows the provider to automatically establish if
the remote server provides mpg users w/o possibily conflicting manual
configurations on the client trying to force an mpg behavior where none
is provided.
</pre>
</div>
</content>
</entry>
<entry>
<title>add description of chpass_provider option to sssd.conf man page</title>
<updated>2009-10-08T20:09:45+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2009-10-08T07:58:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=88a8005a1f074cf78cf6becef90aa733c0e2b7aa'/>
<id>88a8005a1f074cf78cf6becef90aa733c0e2b7aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>more documentation and test for sssd.conf</title>
<updated>2009-10-05T14:34:47+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2009-10-05T07:10:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=266f5d8c836c7e625a17566a1eb53c51076f0400'/>
<id>266f5d8c836c7e625a17566a1eb53c51076f0400</id>
<content type='text'>
- add a hint to the man page about permissions on sssd.conf
- add a test if a symbolic link can be opened
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- add a hint to the man page about permissions on sssd.conf
- add a test if a symbolic link can be opened
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial implementation of sasl bind support</title>
<updated>2009-10-01T12:42:36+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2009-09-25T13:46:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=bc58f5892d3a8f6b28e2148c5a0cca34b63ef354'/>
<id>bc58f5892d3a8f6b28e2148c5a0cca34b63ef354</id>
<content type='text'>
Inits krb5 credentials, if sasl mech is GSSAPI.
Tested with GSSAPI and host keytab as well as user credentials.
Updates also manpages with the new options.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Inits krb5 credentials, if sasl mech is GSSAPI.
Tested with GSSAPI and host keytab as well as user credentials.
Updates also manpages with the new options.
</pre>
</div>
</content>
</entry>
</feed>
