Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
protokollsystem
proto3
Commits
28612a9d
Commit
28612a9d
authored
Feb 17, 2018
by
Robin Sonnabend
Browse files
Add PAM example config entry
parent
9ae236dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
config.py.example
View file @
28612a9d
...
@@ -77,9 +77,10 @@ AUTH_BACKENDS = [
...
@@ -77,9 +77,10 @@ AUTH_BACKENDS = [
StaticUserManager(
StaticUserManager(
users=(
users=(
("username", "password", ("group1", "group2")),
("username", "password", ("group1", "group2")),
("testuser", "abc123", ("group1")),
("testuser", "abc123", ("group1"
,
)),
)
)
)
),
PAMManager(),
]
]
OBSOLETION_WARNING = """Please migrate your account!""" # not important
OBSOLETION_WARNING = """Please migrate your account!""" # not important
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment