Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - jakobsen-lrz

#1
Hello, i wanted to implement a feature for OPNsense concerning LDAP authentication. OPNsense always assumes that the LDAP attribute "memberof" is used to specify which groups a user is a member of. The Problem is that we use a completely custom LDAP attribute for this. So i wanted to add an Option "Group member attribute" to specify which Attribute to check.

I have already implemented this myself, and it seems to work without Problem on my OPNsense instance. I have a branch ready for a pull request, and have opened an issue regarding this, but i dont know how i should continue with this. Is this even something that would be accepted?
#2
Hello,

i hope this is the right forum for this question, but i have a bit of a problem. I need a way to configure a Firewall using scripts and automation, but some things (AuthServers, Gateways, dhcpd, router advertisements, and Interface Assignments) cant be configured using the API.

What is the most elegant way to configure these other things using a script? The only way that i found, was using a php script that includes config.inc, and running that through the php interpreter.

Thanks.