docs(admin): reflect SPNEGO hardening (fess#3181) in 15.8 General guide#429
Merged
Conversation
Update the 15.8 General admin guide across all languages to match the SPNEGO (Windows SSO) hardening in codelibs/fess#3181: - Remove the "Exclude Directories" field, which was removed from the admin UI (only an unused servlet filter consumed it). - Add a note that SPNEGO settings require a Fess restart, since the underlying library config is a JVM-wide singleton. - Document the secure-by-default behavior of "Allow Localhost" and "Allow Unsecure Basic Auth" (both now default to disabled). - Note that leaving the pre-auth username/password empty enables keytab-based server login. - Clarify that the logger level is a 0-7 value and is auto-detected when empty or non-numeric. Languages: ja, en, de, es, fr, ko, zh-cn
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates the 15.8 General admin guide across all languages to reflect the SPNEGO (Windows SSO) hardening merged in codelibs/fess#3181. Each change was verified against the current source (
SpnegoAuthenticator.java,EditForm.java,admin_general.jsp).Changes
The new
spnego.allowed.realmsproperty is intentionally not added here: it is a system property, not an admin UI field, so it is out of scope for this UI reference.Languages
ja,en,de,es,fr,ko,zh-cn(7 files, SPNEGO section only)