Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-server
Commits
dba95c26
Commit
dba95c26
authored
4 years ago
by
Henrik tom Wörden
Browse files
Options
Downloads
Patches
Plain Diff
DOC: document user management
parent
19a3fd55
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README_SETUP.md
+2
-0
2 additions, 0 deletions
README_SETUP.md
conf/core/usersources.ini.template
+8
-3
8 additions, 3 deletions
conf/core/usersources.ini.template
src/doc/administration/maintenance.rst
+8
-0
8 additions, 0 deletions
src/doc/administration/maintenance.rst
with
18 additions
and
3 deletions
README_SETUP.md
+
2
−
0
View file @
dba95c26
...
...
@@ -119,6 +119,8 @@ server:
* Maybe set another `SESSION_TIMEOUT_MS`.
* See also [README_CONFIGURATION.md](README_CONFIGURATION.md)
6. Copy `conf/core/usersources.ini.template` to `conf/ext/usersources.ini`.
* You can skip this if you do not want to use an external authentication.
Local users (CaosDB realm) are always available.
* Define the users/groups who you want to include/exclude.
* Assign at least one user the `administration` role.
* For example, if the admin user is called `caosdb`, there should be the
...
...
This diff is collapsed.
Click to expand it.
conf/core/usersources.ini.template
+
8
−
3
View file @
dba95c26
...
...
@@ -22,14 +22,19 @@
# ** end header
#
# `realms` is a comma and/or space separated list of realms which users can use for authentication
# This file configures external authentication providers. The CaosDB realm is
# always available (without being defined here).
# `realms` is a comma and/or space separated list of realms which users can
# use for authentication
# Currently available: PAM
realms
=
PAM
# This is the default realm, to be used when no other realms is specified
defaultRealm
=
PAM
# Each realm has one section with specific options. The options for a specific
realm can be looked
# up in that realm's documentation.
# Each realm has one section with specific options. The options for a specific
#
realm can be looked
up in that realm's documentation.
#
# Hint: Realms are implemented by classes which are typically in the
# org.caosdb.server.accessControl.Pam package and implement the UserSource interface.
...
...
This diff is collapsed.
Click to expand it.
src/doc/administration/maintenance.rst
+
8
−
0
View file @
dba95c26
...
...
@@ -57,3 +57,11 @@ If you want to restore the entities exported to XML, you can do::
cont = cont.from_xml(fi.read())
cont.insert()
User Management
---------------
The configuration of authentication mechanisms is done via the
``usersources.ini`` file (see :any:`configuration`).
We recommend the Python tools (:any:`caosdb-pylib:Administration`) for further administrative tasks (e.g. setting
user passwords).
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment