Closed steffen-kiess closed 8 months ago
krb5.build_principal() does not actually call krb5_build_principal() because this would require passing vararg parameters. Instead, the principal is built manually, and then duplicated withcopy_principal().
krb5.build_principal() does not actually call krb5_build_principal() because this would require passing vararg parameters. Instead, the principal is built manually, and then duplicated withcopy_principal().