`krb.conf` file is mostly an ini file but it still have something that makes in incompatible with crudini: ``` [realms] EXAMPLE.COM = { kdc = kerberos.bos.example.com kdc = kerberos.corp.example.com default_domain = EXAMPLE.COM } ``` Is it possible to edit this file with crudini? If not is there a workaround?