racktables
racktables copied to clipboard
RackTables current development repository
When running Racktables in a docker container, behind a nginx reversed proxy. The logout URL doesn't work. This is because there is no "server_name" available. This fixes that issue. Also,...
The LDAP search_attr is very limiting, as it doesn't allow for more elaborate searches. One that is particularly useful is the support for the "disabled" status of an A/D entry....
With this patch, it is possible to define a double height blade in a server chassis, by specifing the used slots in the object definition (e.g. Slot: 8,16 for a...
Copied from Pull request from GeoffMaciolek:tkr-ldap-recurse to see if it will merge I ignored the "changed" lines in auth.php 622-626 and 628, removed blank line 678 from original patch as...
Hi, here is a small change to provide ability to suppress logging of object changes.
Currently the memberOf Overlay is used to create Auto-Tags for LDAP Group Membership. With my Code, you can also use LDAP Groups to look for User-Membership. For this to work...
Login behaviour was not as intended. This is a first try of using a login/logout page and track login status with SESSION variables. Test with local database und ldap users...