Skip to content

user management: add a note about user & group synchronization #707

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 5, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions source/manual/users.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,16 @@ for a specific user group. A user should be an individual, a group needs to be
specific in such a way that anyone of that group can be granted the same access
rights, called privileges.

.. Note::

It's not always required to have users in your local database, when the remote server
should merely answer the question if a user offers a valid user/password combination,
most services can just push this question to the authenticating server. Constraints
in some cases can be part of the authenticator as well. When the user should login
to the firewall (for example to change settings or download a profile), a local user
is always required as it serves as a linking pin to the ACL system.


Authentication services
----------------------------------

Expand Down