jborean93 / pykrb5

Python krb5 API interface
MIT License
17 stars 8 forks source link

Add krb5.build_principal() and add accessors for Principal class #39

Closed steffen-kiess closed 8 months ago

steffen-kiess commented 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().