<feed xmlns='http://www.w3.org/2005/Atom'>
<title>freeipa.git/VERSION, branch master_keytab</title>
<subtitle>FreeIPA patches</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/'/>
<entry>
<title>Disable User's ability to use the setkeytab exop.</title>
<updated>2015-12-11T20:20:52+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2015-11-24T19:02:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=49b1d167ec3a39328630a8febd247ce48f2d8dce'/>
<id>49b1d167ec3a39328630a8febd247ce48f2d8dce</id>
<content type='text'>
Users can still obtain a keytab for themselves using the getkeytab exop
which does not circumvent password policy checks.

Users are disallowed from using setkeytab by default in new installations
but not in existing installations (no forced upgrade).

Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;

Ticket: https://fedorahosted.org/freeipa/ticket/5485
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Users can still obtain a keytab for themselves using the getkeytab exop
which does not circumvent password policy checks.

Users are disallowed from using setkeytab by default in new installations
but not in existing installations (no forced upgrade).

Signed-off-by: Simo Sorce &lt;simo@redhat.com&gt;

Ticket: https://fedorahosted.org/freeipa/ticket/5485
</pre>
</div>
</content>
</entry>
<entry>
<title>topologysuffix: change iparepltopoconfroot API properties</title>
<updated>2015-12-03T11:41:07+00:00</updated>
<author>
<name>Petr Vobornik</name>
<email>pvoborni@redhat.com</email>
</author>
<published>2015-12-01T12:02:18+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=581f5432bff7df909c1d7d7b8a55c5c81282afc0'/>
<id>581f5432bff7df909c1d7d7b8a55c5c81282afc0</id>
<content type='text'>
Change CLI option, label and type to reflect that it is a only a DN
of the suffix.

Reviewed-By: Jan Cholasta &lt;jcholast@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change CLI option, label and type to reflect that it is a only a DN
of the suffix.

Reviewed-By: Jan Cholasta &lt;jcholast@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>server: use topologysuffix name in iparepltopomanagedsuffix</title>
<updated>2015-12-01T08:30:21+00:00</updated>
<author>
<name>Jan Cholasta</name>
<email>jcholast@redhat.com</email>
</author>
<published>2015-11-30T09:25:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=46ae52569a179f73b1445922f7bac993d598c953'/>
<id>46ae52569a179f73b1445922f7bac993d598c953</id>
<content type='text'>
Reviewed-By: Martin Babinsky &lt;mbabinsk@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-By: Martin Babinsky &lt;mbabinsk@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>topology: treat server suffix as multivalued attribute in API</title>
<updated>2015-11-27T14:56:59+00:00</updated>
<author>
<name>Petr Vobornik</name>
<email>pvoborni@redhat.com</email>
</author>
<published>2015-10-29T18:01:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=c688954c27c219cb18aff968fc1f510afff93981'/>
<id>c688954c27c219cb18aff968fc1f510afff93981</id>
<content type='text'>
Reviewed-By: Martin Babinsky &lt;mbabinsk@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-By: Martin Babinsky &lt;mbabinsk@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow multiple managers per user - CLI part</title>
<updated>2015-11-20T14:35:14+00:00</updated>
<author>
<name>Martin Basti</name>
<email>mbasti@redhat.com</email>
</author>
<published>2015-11-05T16:11:23+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=457c9746709042e6f4f8f37a85ca8ad562962405'/>
<id>457c9746709042e6f4f8f37a85ca8ad562962405</id>
<content type='text'>
Added commands:
* user-add-manager
* user-remove-manager
* stageuser-add-manager
* stageuser-remove-manager

Commit contains override of convert_attribute_members method in baseuser
class that ensures the managers will be returned in 'manager' attribute
due to backward compatibility instead of 'manager_user' as would be
expected.

https://fedorahosted.org/freeipa/ticket/5344

This patch also fixes: https://fedorahosted.org/freeipa/ticket/5387

Reviewed-By: David Kupka &lt;dkupka@redhat.com&gt;
Reviewed-By: Jan Cholasta &lt;jcholast@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added commands:
* user-add-manager
* user-remove-manager
* stageuser-add-manager
* stageuser-remove-manager

Commit contains override of convert_attribute_members method in baseuser
class that ensures the managers will be returned in 'manager' attribute
due to backward compatibility instead of 'manager_user' as would be
expected.

https://fedorahosted.org/freeipa/ticket/5344

This patch also fixes: https://fedorahosted.org/freeipa/ticket/5387

Reviewed-By: David Kupka &lt;dkupka@redhat.com&gt;
Reviewed-By: Jan Cholasta &lt;jcholast@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>do not ask for segment direction when running topology commands</title>
<updated>2015-10-20T13:32:47+00:00</updated>
<author>
<name>Martin Babinsky</name>
<email>mbabinsk@redhat.com</email>
</author>
<published>2015-10-12T15:49:50+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=e0d9a1b47ce6144d57345744d895b63e5b0ea413'/>
<id>e0d9a1b47ce6144d57345744d895b63e5b0ea413</id>
<content type='text'>
https://fedorahosted.org/freeipa/ticket/5222

Reviewed-By: Petr Vobornik &lt;pvoborni@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/freeipa/ticket/5222

Reviewed-By: Petr Vobornik &lt;pvoborni@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>vault: add vault container commands</title>
<updated>2015-09-17T12:55:54+00:00</updated>
<author>
<name>Petr Vobornik</name>
<email>pvoborni@redhat.com</email>
</author>
<published>2015-08-25T17:56:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=d396913e9c0578fa68847b84e44a4f0dd916fbfd'/>
<id>d396913e9c0578fa68847b84e44a4f0dd916fbfd</id>
<content type='text'>
adds commands:
* vaultcontainer-show [--service &lt;service&gt;|--user &lt;user&gt;|--shared ]
* vaultcontainer-del [--service &lt;service&gt;|--user &lt;user&gt;|--shared ]
* vaultcontainer-add-owner
     [--service &lt;service&gt;|--user &lt;user&gt;|--shared ]
     [--users &lt;users&gt;]  [--groups &lt;groups&gt;] [--services &lt;services&gt;]
* vaultcontainer-remove-owner
     [--service &lt;service&gt;|--user &lt;user&gt;|--shared ]
     [--users &lt;users&gt;]  [--groups &lt;groups&gt;] [--services &lt;services&gt;]

https://fedorahosted.org/freeipa/ticket/5250

Reviewed-By: Petr Vobornik &lt;pvoborni@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
adds commands:
* vaultcontainer-show [--service &lt;service&gt;|--user &lt;user&gt;|--shared ]
* vaultcontainer-del [--service &lt;service&gt;|--user &lt;user&gt;|--shared ]
* vaultcontainer-add-owner
     [--service &lt;service&gt;|--user &lt;user&gt;|--shared ]
     [--users &lt;users&gt;]  [--groups &lt;groups&gt;] [--services &lt;services&gt;]
* vaultcontainer-remove-owner
     [--service &lt;service&gt;|--user &lt;user&gt;|--shared ]
     [--users &lt;users&gt;]  [--groups &lt;groups&gt;] [--services &lt;services&gt;]

https://fedorahosted.org/freeipa/ticket/5250

Reviewed-By: Petr Vobornik &lt;pvoborni@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>certprofile: remove 'rename' option</title>
<updated>2015-09-02T11:47:48+00:00</updated>
<author>
<name>Fraser Tweedale</name>
<email>ftweedal@redhat.com</email>
</author>
<published>2015-09-02T01:04:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=86cd47af0245a216324900be39be1a145bf0741b'/>
<id>86cd47af0245a216324900be39be1a145bf0741b</id>
<content type='text'>
The initial fix of ticket 5247 rejected renames, but left the option
behind for API compatibility.  Remove the option now, according to
the consensus that because it never worked, it is fine to remove it.

Fixes: https://fedorahosted.org/freeipa/ticket/5247
Reviewed-By: Petr Vobornik &lt;pvoborni@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The initial fix of ticket 5247 rejected renames, but left the option
behind for API compatibility.  Remove the option now, according to
the consensus that because it never worked, it is fine to remove it.

Fixes: https://fedorahosted.org/freeipa/ticket/5247
Reviewed-By: Petr Vobornik &lt;pvoborni@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>vault: change default vault type to symmetric</title>
<updated>2015-08-26T08:56:28+00:00</updated>
<author>
<name>Petr Vobornik</name>
<email>pvoborni@redhat.com</email>
</author>
<published>2015-08-25T16:25:50+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=19dd2ed758210e859a5b0085de558cf13ba09104'/>
<id>19dd2ed758210e859a5b0085de558cf13ba09104</id>
<content type='text'>
https://fedorahosted.org/freeipa/ticket/5251

Reviewed-By: Martin Basti &lt;mbasti@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/freeipa/ticket/5251

Reviewed-By: Martin Basti &lt;mbasti@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Added support for changing vault encryption.</title>
<updated>2015-08-25T17:11:53+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2015-07-31T05:53:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=e46d9236d19f714b67fdf2865f19146c3016f46d'/>
<id>e46d9236d19f714b67fdf2865f19146c3016f46d</id>
<content type='text'>
The vault-mod command has been modified to support changing vault
encryption attributes (i.e. type, password, public/private keys)
in addition to normal attributes (i.e. description). Changing the
encryption requires retrieving the stored secret with the old
attributes and rearchiving it with the new attributes.

https://fedorahosted.org/freeipa/ticket/5176

Reviewed-By: Martin Basti &lt;mbasti@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The vault-mod command has been modified to support changing vault
encryption attributes (i.e. type, password, public/private keys)
in addition to normal attributes (i.e. description). Changing the
encryption requires retrieving the stored secret with the old
attributes and rearchiving it with the new attributes.

https://fedorahosted.org/freeipa/ticket/5176

Reviewed-By: Martin Basti &lt;mbasti@redhat.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
