Danny Smith

Results 9 comments of Danny Smith

Just to update this (the original issue) - it seems the LDAP library being used squashes the case of retrieved LDAP attribute names to lowercase, but the given field ('sAMAccountName'...

Looks like a missing semicolon - have created a pull request which should fix this (https://github.com/nilsteampassnet/TeamPass/pull/3172)

Nope, that's not the only issue - apologies. I'll submit a new PR if I can work out what's really going on here.

I also agree with @toastbrotch - this is an issue for our organisation also, and I find this design decision highly problematic. We had a case just recently where our...

I think the problem here is conflating caching and scanning of images. - We want to use a cache because we don't want to pull multiple times from upstream. -...

This is still an issue. Though it is no longer an issue for our organisation as we've had to resort to implementing our own scanning and alerting pipeline outside of...

By bizarre synchronicity I was actually working on a patch for this before I was aware of this issue. Hopefully the PR above will either resolve this or at least...

A > You need to sign-off and fix the tests Apologies - missed the `make` usage instead of `make test` - will get that fixed up.

Tests are fixed and passing, however they do slightly lose the meaning originally intended regarding the 'duplicates' since the extra `mountpoint` label means the `/mnt/nfs/test-dupe` mounts are no longer duplicates....