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
89af47e2
Commit
89af47e2
authored
1 year ago
by
Florian Spreckelsen
Browse files
Options
Downloads
Patches
Plain Diff
DOC: Improve inline comments in usersource.ini.template
parent
77c77cb7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!111
Release 0.12.1
,
!108
F document usersources
Pipeline
#44127
failed
1 year ago
Stage: info
Stage: setup
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
conf/core/usersources.ini.template
+5
-2
5 additions, 2 deletions
conf/core/usersources.ini.template
with
5 additions
and
2 deletions
conf/core/usersources.ini.template
+
5
−
2
View file @
89af47e2
...
...
@@ -46,11 +46,14 @@ class = org.caosdb.server.accessControl.Pam
# scripts or the misc/pam_authentication/ldap_authentication.sh script here.
;
pam_script
= ./
misc
/
pam_authentication
/
pam_authentication
.
sh
default_status
=
ACTIVE
# Only users which fulfill these criteria are accepted.
# Only users which fulfill these criteria are accepted. The values are
# user/group name(s) separated by whitespaces
;
include
.
user
= [
uncomment
and
put
your
users
here
]
;
include
.
group
= [
uncomment
and
put
your
groups
here
]
;
exclude
.
user
= [
uncomment
and
put
excluded
users
here
]
;
exclude
.
group
= [
uncomment
and
put
excluded
groups
here
]
# It is typically necessary to add at least one admin
;
user
.[
uncomment
a
set
a
username
here
].
roles
=
administration
;
user
.[
uncomment
and
set
a
username
here
].
roles
=
administration
# Several roles are separated by commas
;
user
.[
uncomment
and
set
a
username
here
].
roles
=
role1
,
role2
,
role
with
spaces
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