Skip to content
Snippets Groups Projects
Commit 28612a9d authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Add PAM example config entry

parent 9ae236dc
No related branches found
No related tags found
No related merge requests found
......@@ -77,9 +77,10 @@ AUTH_BACKENDS = [
StaticUserManager(
users=(
("username", "password", ("group1", "group2")),
("testuser", "abc123", ("group1")),
)
("testuser", "abc123", ("group1",)),
)
),
PAMManager(),
]
OBSOLETION_WARNING = """Please migrate your account!""" # not important
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment