-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
openvpn-auth-ldap: init at 2.0.3 #31108
Conversation
license = [ | ||
licenses.asl20 | ||
licenses.bsd3 | ||
]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would you like to maintain this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, I will add myself to the maintainers line.
171b9ce
to
998027a
Compare
I had to update the git tag and rehash the patches in 1bae36b |
Thanks for doing that. It looks like the build must have been broken all along, which is weird - I wonder how I managed to have it build successfully on my end and overlook the bogus git rev. |
No, I'm not running an OpenVPN server with LDAP authentication. I imagine you could use
and everything else is not specific to NixOS. |
I'm using this plugin in a docker image built by nix and deployed on kuberneted, but not with the nixos openvpn module. Short summary: In your openvpn config,
and in openvpn-ldap.conf, for a setup with recursive group membership expansion (this works with Active Directory, among others)
|
Yeah, thank you both! I think I have it working nicely now with a NixOS module config. Now wishing https://github.com/guywyers/openvpn-auth-ldap had been merged 😄annoying because none of the debian patches apply cleanly to it |
Things done
build-use-sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)