diff options
author | John Dennis <jdennis@redhat.com> | 2011-07-20 19:39:05 -0400 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2011-07-21 00:29:38 -0400 |
commit | ad3cf68ac222bb288945e7e3d1c549ce8b49c02c (patch) | |
tree | 7f123ef8012812f4a25eaa8a9f3457ac1f032d58 /lite-server.py | |
parent | d4310c07a9454289676b17d6224ae7b62c51c207 (diff) | |
download | freeipa-ad3cf68ac222bb288945e7e3d1c549ce8b49c02c.tar.gz freeipa-ad3cf68ac222bb288945e7e3d1c549ce8b49c02c.tar.xz freeipa-ad3cf68ac222bb288945e7e3d1c549ce8b49c02c.zip |
Ticket 1485 - DN pairwise grouping
The pairwise grouping used to form RDN's and AVA's proved to be
confusing in practice, this patch removes that functionality thus
requiring programmers to explicitly pair attr,value using a tuple or
list.
In addition it was discovered additional functionality was needed to
support some DN operations in freeipa. DN objects now support
startswith(), endswith() and the "in" membership test. These functions
and operators will accept either a DN or RDN.
The unittest was modified to remove the pairwise tests and add new
explicit tests. The unittest was augmented to test the new
functionality. In addition the unittest was cleaned up a bit to use
common utilty functions for improved readabilty and robustness.
The documentation was updated.
fix test_role_plugin use of DN to avoid pairwise grouping
Diffstat (limited to 'lite-server.py')
0 files changed, 0 insertions, 0 deletions