docs/src/add-user.md

Sun, 17 Dec 2023 14:25:34 +0100

author
Mike Becker <universe@uap-core.de>
date
Sun, 17 Dec 2023 14:25:34 +0100
changeset 797
edbb20b1438d
parent 697
32f439d70127
permissions
-rw-r--r--

[Makefile] fix missing rules preventing dry-runs

We have to support dry-runs, because many IDEs are using
dry-runs to collect build information.

Some rules have dependencies that expect certain files or
directories to be just present. We added respective build
rules which invoke the test program. This way, the behavior
when running make normally is exactly the same, but dry-runs
are also not failing now.

697
32f439d70127 add documentation for secret store commands
Olaf Wintermann <olaf.wintermann@gmail.com>
parents: 694
diff changeset
1 ---
32f439d70127 add documentation for secret store commands
Olaf Wintermann <olaf.wintermann@gmail.com>
parents: 694
diff changeset
2 title: 'dav add-user'
32f439d70127 add documentation for secret store commands
Olaf Wintermann <olaf.wintermann@gmail.com>
parents: 694
diff changeset
3 ---
32f439d70127 add documentation for secret store commands
Olaf Wintermann <olaf.wintermann@gmail.com>
parents: 694
diff changeset
4
32f439d70127 add documentation for secret store commands
Olaf Wintermann <olaf.wintermann@gmail.com>
parents: 694
diff changeset
5 This command runs an interactive assistant that adds a user to the secret store. The secret store is an encrypted file, that stores user credentials.
32f439d70127 add documentation for secret store commands
Olaf Wintermann <olaf.wintermann@gmail.com>
parents: 694
diff changeset
6
32f439d70127 add documentation for secret store commands
Olaf Wintermann <olaf.wintermann@gmail.com>
parents: 694
diff changeset
7 The assistant firstly asks for the secret store master password. After that, you must specify a unique credentials identifier, the user name and password. Optionally it is possible to specify one or more locations (URLs), where these credentials should be used.
32f439d70127 add documentation for secret store commands
Olaf Wintermann <olaf.wintermann@gmail.com>
parents: 694
diff changeset
8
32f439d70127 add documentation for secret store commands
Olaf Wintermann <olaf.wintermann@gmail.com>
parents: 694
diff changeset
9
32f439d70127 add documentation for secret store commands
Olaf Wintermann <olaf.wintermann@gmail.com>
parents: 694
diff changeset
10

mercurial