Henrik Holmboe

Results 14 issues of Henrik Holmboe

This enables creating client certificates containing the UPN for use with Microsoft environments. Perhaps you prefer "Advanced topics" in the README to be moved to the wiki?

I am looking to integrate network diagrams in our technical documentation using `nwdiag` from http://blockdiag.com/ and it would make a really good candidate for `pp` integrated support. As `pp` integrates...

enhancement

When running `pp` version later than 2.3.4 on Ubuntu 16.04 it fails: ``` vagrant@vagrant:~$ ./pp ./pp: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.27' not found (required by ./pp) ``` On Ubuntu 16.04, where `pp`...

Verified working on SLES 11 SP3.

Arguments breaks somewhere before they get to Salt if there are more than one (1) character argument. Compare these two: ``` django-saltapi-echo salt a django-saltapi-echo salt abc ``` The latter...

The `login_required` decorator is currently disabled. It shouldn't be.

Hello Brian, I have researched tools to use for our internal PKI and quite like pkictl. However I have noticed a problem. In https://github.com/brianclements/pkictl/blob/6d1e76ffa893b61f33107641c8d04017a26a65f3/myorg.local-node.tls.sub.root.ee.conf#L4 you specify a SAN. Doing it...

This is a somewhat odd message and I cannot really get the ins and outs of why this is happening: ``` me@laptop:~.*⟫ mkdir radar-test/ me@laptop:~.*⟫ cd radar-test/ me@laptop:~/radar-test.*⟫ touch Makefile...

This (partly?) solves #1160. With this patch you can refer to a need containing a dot, an example: ``` :need:`A5.1` ``` Before this patch: ``` Traceback (most recent call last):...

We have many requirements that have dots in them. Take a requirement named `A5.1` for example, it should be possible to treat this as a need without resorting to using...