<feed xmlns='http://www.w3.org/2005/Atom'>
<title>freeipa.git/tests/test_xmlrpc, branch framework</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pvoborni/public_git/freeipa.git/'/>
<entry>
<title>Validate externalhost (when added by --addattr/--setattr)</title>
<updated>2012-05-11T06:14:20+00:00</updated>
<author>
<name>Petr Viktorin</name>
<email>pviktori@redhat.com</email>
</author>
<published>2012-04-30T11:29:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pvoborni/public_git/freeipa.git/commit/?id=1565ce3a8c39326f814c9781b3df24c42402c1b5'/>
<id>1565ce3a8c39326f814c9781b3df24c42402c1b5</id>
<content type='text'>
Change the externalhost attribute of hbacrule, netgroup
and sudorule into a full-fledged Parameter, and attach
a validator to it.
The validator is relaxed to allow underscores, so that
some hosts with nonstandard names can be added.

Tests included.

https://fedorahosted.org/freeipa/ticket/2649
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change the externalhost attribute of hbacrule, netgroup
and sudorule into a full-fledged Parameter, and attach
a validator to it.
The validator is relaxed to allow underscores, so that
some hosts with nonstandard names can be added.

Tests included.

https://fedorahosted.org/freeipa/ticket/2649
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't fail when adding default objectclasses using config-mod</title>
<updated>2012-05-09T07:53:51+00:00</updated>
<author>
<name>Petr Viktorin</name>
<email>pviktori@redhat.com</email>
</author>
<published>2012-05-02T16:36:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pvoborni/public_git/freeipa.git/commit/?id=c02fcf5d34ad880e082cbc0c7f59fc3812d11c9e'/>
<id>c02fcf5d34ad880e082cbc0c7f59fc3812d11c9e</id>
<content type='text'>
The config plugin was adding together a list and a tuple, then
converting to a set.
Replace the operation with a set union.

Regression test included.

https://fedorahosted.org/freeipa/ticket/2706
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The config plugin was adding together a list and a tuple, then
converting to a set.
Replace the operation with a set union.

Regression test included.

https://fedorahosted.org/freeipa/ticket/2706
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not crash on empty --setattr, --getattr, --addattr</title>
<updated>2012-05-07T15:23:08+00:00</updated>
<author>
<name>Petr Viktorin</name>
<email>pviktori@redhat.com</email>
</author>
<published>2012-04-27T10:07:16+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pvoborni/public_git/freeipa.git/commit/?id=abef5e8c027bf37d9522f4d30e8e43c408251893'/>
<id>abef5e8c027bf37d9522f4d30e8e43c408251893</id>
<content type='text'>
Also the unused `append` argument from _convert_2_dict.

https://fedorahosted.org/freeipa/ticket/2680
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also the unused `append` argument from _convert_2_dict.

https://fedorahosted.org/freeipa/ticket/2680
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not crash on empty reverse member options</title>
<updated>2012-05-07T15:21:58+00:00</updated>
<author>
<name>Petr Viktorin</name>
<email>pviktori@redhat.com</email>
</author>
<published>2012-04-27T11:15:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pvoborni/public_git/freeipa.git/commit/?id=0206dbe79502dd06b9c44622ead4635e430e3620'/>
<id>0206dbe79502dd06b9c44622ead4635e430e3620</id>
<content type='text'>
Calling a LDAP{Add,Remove}ReverseMember with an empty reverse_member
caused an internal error, because empty values are converted to None,
which is then iterated.

Use an empty list instead of None (or other false falues, of which we
only use the empty list).

https://fedorahosted.org/freeipa/ticket/2681
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Calling a LDAP{Add,Remove}ReverseMember with an empty reverse_member
caused an internal error, because empty values are converted to None,
which is then iterated.

Use an empty list instead of None (or other false falues, of which we
only use the empty list).

https://fedorahosted.org/freeipa/ticket/2681
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not use extra command options in the automount plugin</title>
<updated>2012-05-07T12:08:50+00:00</updated>
<author>
<name>Petr Viktorin</name>
<email>pviktori@redhat.com</email>
</author>
<published>2012-04-16T13:29:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pvoborni/public_git/freeipa.git/commit/?id=c45174d68009076781431ad13a51bd454f6e3ce8'/>
<id>c45174d68009076781431ad13a51bd454f6e3ce8</id>
<content type='text'>
Allowing Commands to be called with ignored unknown options opens the
door to problems, for example with misspelled option names.
Before we start rejecting them, we need to make sure IPA itself does
not use them when it calls commands internally.

This patch does that for the automount plugin and its tests.

Part of the work for https://fedorahosted.org/freeipa/ticket/2509
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allowing Commands to be called with ignored unknown options opens the
door to problems, for example with misspelled option names.
Before we start rejecting them, we need to make sure IPA itself does
not use them when it calls commands internally.

This patch does that for the automount plugin and its tests.

Part of the work for https://fedorahosted.org/freeipa/ticket/2509
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow one letter net/hostgroups names</title>
<updated>2012-05-07T06:35:11+00:00</updated>
<author>
<name>Ondrej Hamada</name>
<email>ohamada@redhat.com</email>
</author>
<published>2012-05-04T08:25:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pvoborni/public_git/freeipa.git/commit/?id=343aba2486e4b2a406e6f023c2a0a2c24841796f'/>
<id>343aba2486e4b2a406e6f023c2a0a2c24841796f</id>
<content type='text'>
Changed regex validating net/hostgroup names to allow single letter
names. Unit-tests added.

https://fedorahosted.org/freeipa/ticket/2671
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changed regex validating net/hostgroup names to allow single letter
names. Unit-tests added.

https://fedorahosted.org/freeipa/ticket/2671
</pre>
</div>
</content>
</entry>
<entry>
<title>Update hostname validator error messages in tests</title>
<updated>2012-05-03T14:54:57+00:00</updated>
<author>
<name>Petr Viktorin</name>
<email>pviktori@redhat.com</email>
</author>
<published>2012-05-03T10:47:17+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pvoborni/public_git/freeipa.git/commit/?id=85185a89dbd62fdb0295f404e60152a68c790ef8'/>
<id>85185a89dbd62fdb0295f404e60152a68c790ef8</id>
<content type='text'>
A recent patch changed the error message from the hostname
validator. Update the tests to reflect this change.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A recent patch changed the error message from the hostname
validator. Update the tests to reflect this change.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Validate attributes in permission-add"</title>
<updated>2012-04-29T21:39:55+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2012-04-29T21:38:12+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pvoborni/public_git/freeipa.git/commit/?id=1a26406db258fe9b687ad424d55d2bf50bc74b3f'/>
<id>1a26406db258fe9b687ad424d55d2bf50bc74b3f</id>
<content type='text'>
This reverts commit 1356988b7a40a60af39807db143860efb4a2f435.

We are going to take another approach to this. Instead of erroring
out on attributes that don't seem to be allowed we are going to
eventually return a warning.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 1356988b7a40a60af39807db143860efb4a2f435.

We are going to take another approach to this. Instead of erroring
out on attributes that don't seem to be allowed we are going to
eventually return a warning.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Search allowed attributes in superior objectclasses"</title>
<updated>2012-04-29T21:39:42+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2012-04-29T21:36:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pvoborni/public_git/freeipa.git/commit/?id=4416c185de3534ed4ed55f90f8d1b1d215f918e2'/>
<id>4416c185de3534ed4ed55f90f8d1b1d215f918e2</id>
<content type='text'>
This reverts commit a58cbb985ec007c0ef83010b32408efb2f4784d2.

We are going to take another approach to this. Instead of erroring
out on attributes that don't seem to be allowed we are going to
eventually return a warning.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit a58cbb985ec007c0ef83010b32408efb2f4784d2.

We are going to take another approach to this. Instead of erroring
out on attributes that don't seem to be allowed we are going to
eventually return a warning.
</pre>
</div>
</content>
</entry>
<entry>
<title>Additional tests for pwpolicy</title>
<updated>2012-04-26T12:32:11+00:00</updated>
<author>
<name>Petr Viktorin</name>
<email>pviktori@redhat.com</email>
</author>
<published>2012-04-26T08:26:55+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pvoborni/public_git/freeipa.git/commit/?id=c34136b0375aace93ee947cc45a3cbdc64b2e35c'/>
<id>c34136b0375aace93ee947cc45a3cbdc64b2e35c</id>
<content type='text'>
Test that `pwpolicy_find --pkey-only` works as expected
Test that deleting a group removes its password policy

Rename the test module to be consistent with other plugin tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Test that `pwpolicy_find --pkey-only` works as expected
Test that deleting a group removes its password policy

Rename the test module to be consistent with other plugin tests.
</pre>
</div>
</content>
</entry>
</feed>
