David Mulder

Results 16 comments of David Mulder

Those defines are in errno.h, which if you look in roken.h.in, it's already included. Maybe the failure here is that HAVE_ERRNO_H isn't defined? That should be defined in config.h, but...

Could you share a redacted copy of your logs? It would help me pinpoint where to fix this.

I can see that we're just picking the first valid endpoint and ignoring the rest (./cepces/core.py:190). The debug is a little confusing. I don't think cepces is parsing or handling...

Thanks for sharing!

See pull request https://github.com/openSUSE/cepces/pull/9 which implements this. It's incomplete and needs some work.

I don't think we should be implementing the username/password authentication, because this encourages users to place passwords in a plain-text file (at least the way it is currently written). An...

@hansjoachimknobloch Maybe you could separate the UsernamePassword and Certificate auth methods into 2 different merge requests here. I'm ok with the Certificate auth. Then we could continue to work through...

> @dmulder What would you think about using a fitting certmonger getcert-request command-line parameter for transferring the AD password to cepces-submit as environment variable. "-L" might work. However I do...

> @dmulder What would you think about using a fitting certmonger getcert-request command-line parameter for transferring the AD password to cepces-submit as environment variable. "-L" might work. However I do...