You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Original approach of the LDAP implantation is that you first need to setup the LDAP server. For the authentication you need to create the same group in OPNsense and LDAP. The permissions in auth.inc are read correctly but they are broken in OPNsense\Core\ACL.php as there are only local users processed. This results in an empty system menu.
Better approach would be to create the user with linking to LDAP in OPNsense. And group permissions should be handled locally.
The text was updated successfully, but these errors were encountered:
commit b4845e6 contains the "final" part of the rewrite.
You can import ldap users now in system_usermanager.php and change the permissions afterwards.
Note that this commit is not part of 15.7.5's opnsense-devel package, but will be available in 15.7.6's *opnsense-devel. Whether or not this code will go into the stable 15.7.6 needs to be decided...
Original approach of the LDAP implantation is that you first need to setup the LDAP server. For the authentication you need to create the same group in OPNsense and LDAP. The permissions in auth.inc are read correctly but they are broken in OPNsense\Core\ACL.php as there are only local users processed. This results in an empty system menu.
Better approach would be to create the user with linking to LDAP in OPNsense. And group permissions should be handled locally.
The text was updated successfully, but these errors were encountered: