mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-07-31 16:48:17 -05:00
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>