Files
freeipa/ipatests/test_ipapython
Petr Viktorin 2cafb47ed7 Remove Editable DN and DN component classes
Make all DNs, RDNs and AVAs immutable.
Immutability makes reasoning about DN-handling code easier,
as value objects can't be changed once created.
Instead of mutable DNs, one can use a list (or even a generator)
of RDNs that's converted to a DN on output.

Reviewed-By: Jan Cholasta <jcholast@redhat.com>
2015-04-23 11:34:39 +00:00
..
2013-06-17 19:22:50 +02:00
2013-06-17 19:22:50 +02:00
2015-01-14 11:40:28 +01:00