<feed xmlns='http://www.w3.org/2005/Atom'>
<title>freeipa.git/daemons/ipa-sam, branch adwork</title>
<subtitle>FreeIPA project</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/'/>
<entry>
<title>Add error condition handling to the SASL bind callback in ipasam</title>
<updated>2012-06-27T14:25:45+00:00</updated>
<author>
<name>Alexander Bokovoy</name>
<email>abokovoy@redhat.com</email>
</author>
<published>2012-06-27T14:11:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=041d1b8e49398e991f49b6709d8ae5d57f7dc93f'/>
<id>041d1b8e49398e991f49b6709d8ae5d57f7dc93f</id>
<content type='text'>
https://fedorahosted.org/freeipa/ticket/2877
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/freeipa/ticket/2877
</pre>
</div>
</content>
</entry>
<entry>
<title>Support requests for DOMAIN$ account for trusted domains in ipasam module</title>
<updated>2012-06-27T14:13:42+00:00</updated>
<author>
<name>Alexander Bokovoy</name>
<email>abokovoy@redhat.com</email>
</author>
<published>2012-06-26T09:51:17+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=ae96260a95f7dadba400e2051455ed3f92d6627d'/>
<id>ae96260a95f7dadba400e2051455ed3f92d6627d</id>
<content type='text'>
https://fedorahosted.org/freeipa/ticket/2870
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/freeipa/ticket/2870
</pre>
</div>
</content>
</entry>
<entry>
<title>ipasam: remove unused struct elements</title>
<updated>2012-06-11T10:03:09+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2011-12-20T12:56:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=20fce97dfadbd2c5ade2a3a165f06bf9f0aa68db'/>
<id>20fce97dfadbd2c5ade2a3a165f06bf9f0aa68db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use exop instead of kadmin.local</title>
<updated>2012-06-11T07:40:59+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2012-03-13T13:06:02+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=b367c9ee7e2c7412473bae469f5ac67c0c8f1205'/>
<id>b367c9ee7e2c7412473bae469f5ac67c0c8f1205</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ipa-sam: update sid_to_id() interface to follow passdb API changes in Samba</title>
<updated>2012-06-07T07:39:10+00:00</updated>
<author>
<name>Alexander Bokovoy</name>
<email>abokovoy@redhat.com</email>
</author>
<published>2012-05-16T11:35:23+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=27c24ff7be45405ee67326da54b7d0ef6bdd6438'/>
<id>27c24ff7be45405ee67326da54b7d0ef6bdd6438</id>
<content type='text'>
Commit a6e29f23f09ba5b6b6d362f7683ae8088bc0ba85 in Samba changed id mapping
API in passdb interface to use 'struct unixid'. The change replaced three arguments
(uid, gid, type) by one (struct unixid). As result, ipa-sam became broken.

Without this change ipa-sam introduces stack corruption in Samba post 4.0.0alpha18
leading to corrupted security context stack as well and then crashing in setgroups(3).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Commit a6e29f23f09ba5b6b6d362f7683ae8088bc0ba85 in Samba changed id mapping
API in passdb interface to use 'struct unixid'. The change replaced three arguments
(uid, gid, type) by one (struct unixid). As result, ipa-sam became broken.

Without this change ipa-sam introduces stack corruption in Samba post 4.0.0alpha18
leading to corrupted security context stack as well and then crashing in setgroups(3).
</pre>
</div>
</content>
</entry>
<entry>
<title>Add trust-related ACIs</title>
<updated>2012-06-07T07:39:10+00:00</updated>
<author>
<name>Alexander Bokovoy</name>
<email>abokovoy@redhat.com</email>
</author>
<published>2012-05-15T17:03:16+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=bd0d85804320e840db9b5cf19a5e69b3a0804e20'/>
<id>bd0d85804320e840db9b5cf19a5e69b3a0804e20</id>
<content type='text'>
A high-level description of the design and ACIs for trusts is available at
https://www.redhat.com/archives/freeipa-devel/2011-December/msg00224.html
and
https://www.redhat.com/archives/freeipa-devel/2011-December/msg00248.html

Ticket #1731
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A high-level description of the design and ACIs for trusts is available at
https://www.redhat.com/archives/freeipa-devel/2011-December/msg00224.html
and
https://www.redhat.com/archives/freeipa-devel/2011-December/msg00248.html

Ticket #1731
</pre>
</div>
</content>
</entry>
<entry>
<title>Add separate attribute to store trusted domain SID</title>
<updated>2012-06-07T07:39:09+00:00</updated>
<author>
<name>Alexander Bokovoy</name>
<email>abokovoy@redhat.com</email>
</author>
<published>2012-02-28T11:22:49+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=b32204fccc280714a32d56c15f70f770df82dfbd'/>
<id>b32204fccc280714a32d56c15f70f770df82dfbd</id>
<content type='text'>
We need two attributes in the ipaNTTrustedDomain objectclass to store different
kind of SID. Currently ipaNTSecurityIdentifier is used to store the Domain-SID
of the trusted domain. A second attribute is needed to store the SID for the
trusted domain user. Since it cannot be derived safely from other values and
since it does not make sense to create a separate object for the user a new
attribute is needed.

https://fedorahosted.org/freeipa/ticket/2191
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We need two attributes in the ipaNTTrustedDomain objectclass to store different
kind of SID. Currently ipaNTSecurityIdentifier is used to store the Domain-SID
of the trusted domain. A second attribute is needed to store the SID for the
trusted domain user. Since it cannot be derived safely from other values and
since it does not make sense to create a separate object for the user a new
attribute is needed.

https://fedorahosted.org/freeipa/ticket/2191
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a second module init call for newer samba versions</title>
<updated>2011-12-09T20:57:49+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2011-12-07T16:23:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=808e75c13d1a68005f42d91cff8131f6adbba601'/>
<id>808e75c13d1a68005f42d91cff8131f6adbba601</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ipasam samba passdb backend</title>
<updated>2011-12-06T13:29:53+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2011-10-25T08:33:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=edb6ed5007e7b0b4ac118d567b94e04d996d8997'/>
<id>edb6ed5007e7b0b4ac118d567b94e04d996d8997</id>
<content type='text'>
https://fedorahosted.org/freeipa/ticket/1874
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/freeipa/ticket/1874
</pre>
</div>
</content>
</entry>
</feed>
