sebo-b
sebo-b
Thanks @n-rodrig, however pls hold on for a day or two - I'm finishing further refactoring.
Hi @n-rodrig, Thanks for checking and fixes, it is really appreciated. However, as said, I was in the middle of refactoring it further. I have just finished and checked in...
ok - I'm merging it to the main branch. If there are bugs with AD support, we can always fix them in the main.
Thanks @n-rodrig - I'm also trying to run samba in AD compatibility mode in a docker to test it out. Will keep you posted if I mange.
hi @n-rodrig - I played with Samba and AD and I think that I have a pretty good understanding now of what the problem is. Let me update the code...
Thanks - this is almost exactly what I wanted to add, I just want to generalize it a bit. Re using `ast` for parsing variables - I decided to use...
hi @n-rodrig - I have added changes in [commit 7ef4a5f](https://github.com/sebo-b/warp/commit/7ef4a5fb1e83732918f9fe0ab5e25e793c1f1c59). It is successfully tested against Samba AD implementation, so I hope it will also work in your setup. PS: -...
Hi, That's weird - it works in my test instance. Can you please search in your project for a definition of `LDAP_GROUP_MAP`? In addition, can you check what's in this...
There is a simple mistake in the first one - you have double quotation marks `"` in AD users - so it closes the string. I assume that if you...
I have just realized it was my mistake - sorry. I've already fixed it in the README. Thanks for bringing it up (and for your patience in re-testing this module)!