Skip to content

Commit

Permalink
Merge branch '5.8.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
lunkwill42 committed Nov 24, 2023
2 parents 30c09c0 + 2f9cd06 commit 61c3677
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
This changelog format was introduced in NAV 5.4.0. Older changelogs can be
found in the [HISTORY](HISTORY) file.

## [Unreleased]

## [5.8.0] - 2023-11-24

### Added

Expand Down
14 changes: 14 additions & 0 deletions NOTES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,20 @@ device to device and vendor to vendor, so the available presets will simply be
presented for selection in a dropdown menu if PoE support is detected on a
device.

REMOTE_USER autocreate option
-----------------------------

The external authentication integration system (popularly named
``REMOTE_USER``) has gained a new toggle ``autocreate`` in the
``[remote-user]`` section of :file:`webfront/webfront.conf`. This option is
``False`` by default, meaning that externally authenticated users will not be
allowed to use NAV unless they have already been pre-created in the user admin
panel.

This changes the old behavior, in where any unknown user referenced in the
``REMOTE_USER`` header by the web server is automatically created in NAV. If
you need the old functionality, you need to set this option to ``True``.


NAV 5.7
=======
Expand Down

0 comments on commit 61c3677

Please sign in to comment.