mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-07-29 23:58:23 -05:00
In case ipa_generate_password() generates a sequence containing '%', ConfigParser.set() will fail because it would think it is a string that should be interpolated. https://pagure.io/freeipa/issue/4985 Reviewed-By: Martin Basti <mbasti@redhat.com>