Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
galene
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
galene
Commits
2c56143b
Commit
2c56143b
authored
Dec 24, 2024
by
Juliusz Chroboczek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix description of wildcard-user in README.
Thanks to J.-J. Sarton.
parent
21e63dcc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
README
README
+5
-6
No files found.
README
View file @
2c56143b
...
...
@@ -286,9 +286,9 @@ even Unix passwords).
When password authorisation is used, authorised usernames and password are
defined directly in the group configuration file, in the `users` and
`
fallback-users` entries. The `users` entry is a dictionary that maps
user names to user descriptions; the `fallback-users` is a list of user
descriptions that are
used with usernames that don't appear in `users`.
`
wildcard-user` entries. The `users` entry is a dictionary that maps user
names to user descriptions; the `wildcard-user` is a user description
that is
used with usernames that don't appear in `users`.
Every user description is a dictionary with fields `password` and
`permissions`. The `password` field may be a literal password string, or
...
...
@@ -304,13 +304,12 @@ For example, the entry
specifies that user "jch" may login as operator with password "1234", while
"
fallback-users": [{"password": "1234", "permissions": "present"}]
"
wildcard-user": {"password": "1234", "permissions": "present"}
allows any username with password *1234*. Finally,
"
fallback-users": [
"
wallback-user":
{"password": {"type": "wildcard"}, "permissions": "present"}
]
allows any username with any password.
...
...
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