Adrian Vollmer

Results 76 comments of Adrian Vollmer

Yes, that works. I have to add dozens of attributes though. I just need to know if that has been an oversight or if I'm doing something wrong. And if...

Sure, if I end up with something useful, I'll create a PR. My use case might be a bit special though, since I'm only interested in read-only access, so I...

Thanks for the docker image. I'm getting lots of errors with an LDIF file from AD. When I remove problematic attributes which may be custom to this instance, eventually I...

Yes, that is what it looks like. Unfortunately I cannot share this data and sanitizing is non-trivial. However, I found a lot of other missing attributes. I opened a dedicated...

harmj0y already did preliminary work: https://gist.github.com/HarmJ0y/c84065c0c487d4c74cc1 Also include this: https://github.com/Kevin-Robertson/Invoke-TheHash

Relevant: https://blog.redxorblue.com/2019/04/sharpexec-lateral-movement-with-your.html

@1989gironimo nope ``` E: Package 'libnm-util-dev' has no installation candidate E: Package 'libnm-glib-dev' has no installation candidate E: Package 'libnm-glib-vpn-dev' has no installation candidate ``` Network manager is 1.14 though

I found [this commit message](https://gitlab.freedesktop.org/NetworkManager/NetworkManager/commit/1de8383ad9fdfc8f552117e5d109bdfa7005634b): >This removes libnm-glib, libnm-glib-vpn, and libnm-util for good. The it has been replaced with libnm since NetworkManager 1.0, disabled by default since 1.12 and no...

For the record, I can build and install it with `./configure --without-libnm-glib`, but then I don't see the Wireguard option in NM. (I also don't know what I'm doing at...

Okay, I figured it out. Summary to build nm-wireguard for Debian Buster/sid: ``` sudo apt install build-essential autoconf libglib2.0-dev libtool intltool gtk+-3.0 libnma-dev libsecret-1-dev network-manager libnm-dev ./autogen.sh --without-libnm-glib make sudo...