Re: Creating a principal using the kadmin C API

2022-04-08 Thread Lars Francke
Thank you! Yeah, our problem is that we want to create Keytabs for multiple different KDCs automatically. I would still be very much interested in your code, I assume we can still learn something and then - together with Greg's answer - figure out what we need to do. On Fri, Apr 8, 2022 at 3:49 A

Re: Creating a principal using the kadmin C API

2022-04-08 Thread Lars Francke
Thank you. We'll look into this again next week and will see if we can get it running. We must have taken a wrong turn somewhere. Good to hear that it _should_ work! On Fri, Apr 8, 2022 at 6:35 AM Greg Hudson wrote: > On 4/7/22 16:19, Lars Francke wrote: > > We tried to use kadm5_create_princip

Re: cross-realm delegation via attempted RBCD fails with KRB5KRB_AP_ERR_ILL_CR_TKT

2022-04-08 Thread Jacob Shivers
Hello, Reaching out again. If something is poorly worded or requires further clarification/explanation I am more than willing to try to elaborate. I am a bit stuck on this issue and would greatly appreciate any feedback of things to test or to look at further. Thank you _very_ much. On Mon, Mar

Re: Creating a principal using the kadmin C API

2022-04-08 Thread Chris Hecker
> Perhaps it would be nicer if one could create an empty in-memory profile object and populate it with profile_add_relation(), but that is not currently implemented. I think I did it this way when I hacked my API in back in days of yore and it was nice and clean. I’ll look when I’m at my computer