freeipa/tests/test_xmlrpc
Petr Viktorin 0206dbe795 Do not crash on empty reverse member options
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
2012-05-07 17:21:58 +02:00
..
__init__.py Change FreeIPA license to GPLv3+ 2010-12-20 17:19:53 -05:00
objectclasses.py Add support for SSH public keys to user and host objects. 2012-02-13 22:21:27 -05:00
test_attr.py Fix expected error messages in tests 2012-04-10 21:05:45 -04:00
test_automember_plugin.py Fix expected error messages in tests 2012-04-10 21:05:45 -04:00
test_automount_plugin.py Do not use extra command options in the automount plugin 2012-05-07 14:08:50 +02:00
test_baseldap_plugin.py Refactor exc_callback invocation. 2012-04-26 09:00:30 +02:00
test_batch_plugin.py Test the batch plugin 2012-04-03 16:19:59 -04:00
test_cert.py Fix uses of O=REALM instead of the configured certificate subject base. 2012-03-26 20:29:26 -04:00
test_delegation_plugin.py Fix expected error messages in tests 2012-04-10 21:05:45 -04:00
test_dns_plugin.py Update hostname validator error messages in tests 2012-05-03 16:54:57 +02:00
test_group_plugin.py Fix expected error messages in tests 2012-04-10 21:05:45 -04:00
test_hbac_plugin.py Convert --setattr values for attributes marked no_update 2012-04-09 21:54:07 -04:00
test_hbacsvcgroup_plugin.py Fix expected error messages in tests 2012-04-10 21:05:45 -04:00
test_hbactest_plugin.py Use valid argument names in tests 2012-03-25 18:05:33 -04:00
test_host_plugin.py Update hostname validator error messages in tests 2012-05-03 16:54:57 +02:00
test_hostgroup_plugin.py Allow one letter net/hostgroups names 2012-05-07 08:35:11 +02:00
test_krbtpolicy.py Change the way has_keytab is determined, also check for password. 2011-08-24 14:12:01 +02:00
test_nesting.py Suppress managed netgroups as indirect members of hosts. 2011-09-19 08:41:25 +02:00
test_netgroup_plugin.py Allow one letter net/hostgroups names 2012-05-07 08:35:11 +02:00
test_passwd_plugin.py Use nose tools to check for exceptions 2012-03-19 16:33:35 +01:00
test_permission_plugin.py Revert "Validate attributes in permission-add" 2012-04-29 17:39:55 -04:00
test_privilege_plugin.py Do not crash on empty reverse member options 2012-05-07 17:21:58 +02:00
test_pwpolicy_plugin.py Additional tests for pwpolicy 2012-04-26 14:32:11 +02:00
test_replace.py Change the way has_keytab is determined, also check for password. 2011-08-24 14:12:01 +02:00
test_role_plugin.py Do not crash on empty reverse member options 2012-05-07 17:21:58 +02:00
test_selfservice_plugin.py Fix expected error messages in tests 2012-04-10 21:05:45 -04:00
test_selinuxusermap_plugin.py Fix expected error messages in tests 2012-04-10 21:05:45 -04:00
test_service_plugin.py Fix expected error messages in tests 2012-04-10 21:05:45 -04:00
test_sudocmd_plugin.py Fix expected error messages in tests 2012-04-10 21:05:45 -04:00
test_sudocmdgroup_plugin.py Fix expected error messages in tests 2012-04-10 21:05:45 -04:00
test_sudorule_plugin.py Netgroup nisdomain and hosts validation 2012-03-28 16:23:37 +02:00
test_user_plugin.py Fix expected error messages in tests 2012-04-10 21:05:45 -04:00
xmlrpc_test.py Fix expected error messages in tests 2012-04-10 21:05:45 -04:00