Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Simple Deploy- and Management
package.auth
Commits
474393ea
Commit
474393ea
authored
Apr 07, 2020
by
Pietsch, Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new auth property: auth_referrals
parent
3c7e169e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
4 deletions
+9
-4
README.md
README.md
+9
-4
No files found.
README.md
View file @
474393ea
...
...
@@ -11,30 +11,35 @@ Variables
-
development note: Define these variables in the defaults/main.yml file of your sub-role.
*
auth_permitted_users
:
*
auth_permitted_users
*
description:
*
This option contains a list of usernames that are allowed to access the system(s).
*
default: []
*
example: auth_permitted_users: ["user1", "user2"]
*
auth_permitted_groups
:
*
auth_permitted_groups
*
description:
*
This option contains a list of groupnames that are allowed to access the system(s).
*
default: []
*
example: auth_permitted_users: ["group1", "group2"]
*
auth_denied_users
:
*
auth_denied_users
*
description:
*
This option contains a list of usernames that are locked for the access to the system(s).
*
default: []
*
example: auth_permitted_users: ["user1", "user2"]
*
auth_denied_groups
:
*
auth_denied_groups
*
description:
*
This option contains a list of groupnames that are locked for the access to the system(s).
*
default: []
*
example: auth_permitted_users: ["user1", "user2"]
*
auth_referrals
*
description:
*
This option contains a list of referrals. These are used when an uthentication service cannot find something in its local database to handle a request.
*
default: undefined
Processes
=========
...
...
Write
Preview
Markdown
is supported
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