<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/db, branch master</title>
<subtitle>Unnamed repository; edit this file to name it for gitweb.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dpal/public_git/sssd.git/'/>
<entry>
<title>Add sysdb_update_members function</title>
<updated>2010-08-03T17:54:38+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-08-02T14:47:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dpal/public_git/sssd.git/commit/?id=d59e1d2397c92a2c9f43eb310d99d81cc835b37e'/>
<id>d59e1d2397c92a2c9f43eb310d99d81cc835b37e</id>
<content type='text'>
This function will take a user, a list of groups that this user
should be added to and a list of groups the user should be removed
from and will recursively call sysdb_[add|remove]_group_member

Includes a unit test
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This function will take a user, a list of groups that this user
should be added to and a list of groups the user should be removed
from and will recursively call sysdb_[add|remove]_group_member

Includes a unit test
</pre>
</div>
</content>
</entry>
<entry>
<title>Add sysdb_group_dn_name utility function</title>
<updated>2010-08-03T17:54:38+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-07-23T20:25:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dpal/public_git/sssd.git/commit/?id=0228e28a3f07b5dc909cdc154dc89c4952f09280'/>
<id>0228e28a3f07b5dc909cdc154dc89c4952f09280</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add sysdb_attrs_to_list() utility function</title>
<updated>2010-08-03T17:54:38+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-07-23T17:20:40+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dpal/public_git/sssd.git/commit/?id=0286d59c82657abe96ccaa3eebea7240ac30ca81'/>
<id>0286d59c82657abe96ccaa3eebea7240ac30ca81</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add sysdb_attrs_get_string_array()</title>
<updated>2010-06-02T15:11:51+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2010-05-28T12:28:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dpal/public_git/sssd.git/commit/?id=5fad9a3d700ba24783e66c6941f68f84459b4d61'/>
<id>5fad9a3d700ba24783e66c6941f68f84459b4d61</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-27T18:44:14+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/dpal/public_git/sssd.git/commit/?id=35480afaefafb77b28d35b29039989ab888aafe9'/>
<id>35480afaefafb77b28d35b29039989ab888aafe9</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-26T19:14:40+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/dpal/public_git/sssd.git/commit/?id=02e38eae1b9cb5df2036a707dafd86f6047c17de'/>
<id>02e38eae1b9cb5df2036a707dafd86f6047c17de</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>sysydb: Finally stop using a common event context</title>
<updated>2010-04-12T13:22:16+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2010-03-21T04:59:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dpal/public_git/sssd.git/commit/?id=9db5a5140356479a58f2e7212fc5c4ad6135bb7f'/>
<id>9db5a5140356479a58f2e7212fc5c4ad6135bb7f</id>
<content type='text'>
This commit completes the migration to a synchronous sysdb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit completes the migration to a synchronous sysdb
</pre>
</div>
</content>
</entry>
<entry>
<title>sysdb: remove remaining traces of sysdb_handle</title>
<updated>2010-04-12T13:22:16+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2010-03-21T04:52:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dpal/public_git/sssd.git/commit/?id=e5e32021c23f3726d68ee756e8e3de48b3214063'/>
<id>e5e32021c23f3726d68ee756e8e3de48b3214063</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sysdb: remove obsolete helpers from sysdb</title>
<updated>2010-04-12T13:22:16+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2010-03-21T04:09:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dpal/public_git/sssd.git/commit/?id=aacf8781c61e928c74fcc89f02225374b283b872'/>
<id>aacf8781c61e928c74fcc89f02225374b283b872</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sysdb: convert sysdb_initgroups</title>
<updated>2010-04-12T13:22:16+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2010-03-21T04:06:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dpal/public_git/sssd.git/commit/?id=aafa0393524bacc5ba48e79ab536f9deb3972e38'/>
<id>aafa0393524bacc5ba48e79ab536f9deb3972e38</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
