mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-24 04:57:00 +01:00
Fix typos of kanidm in the documentation (#766)
- Fix volume mount name typo in the server configuration and administrivia documentation pages - Fix typo in link from PAM and nsswitch documentation Signed-off-by: Kellin <kellin@retromud.org>
This commit is contained in:
parent
92fe11ce41
commit
f3a73426c5
|
@ -15,6 +15,7 @@
|
||||||
* Victor Wai (vcwai)
|
* Victor Wai (vcwai)
|
||||||
* James Hodgkinson (yaleman)
|
* James Hodgkinson (yaleman)
|
||||||
* Euan Kemp (euank)
|
* Euan Kemp (euank)
|
||||||
|
* Kellin (kellinm)
|
||||||
|
|
||||||
## Acknowledgements
|
## Acknowledgements
|
||||||
|
|
||||||
|
|
|
@ -149,7 +149,7 @@ Second, change `domain` and `origin` in `server.toml`.
|
||||||
|
|
||||||
Third, trigger the database domain rename process.
|
Third, trigger the database domain rename process.
|
||||||
|
|
||||||
docker run --rm -i -t -v kandimd:/data \
|
docker run --rm -i -t -v kanidmd:/data \
|
||||||
kanidm/server:latest /sbin/kanidmd domain_name_change -c /data/server.toml
|
kanidm/server:latest /sbin/kanidmd domain_name_change -c /data/server.toml
|
||||||
|
|
||||||
Finally, you can now start your instance again.
|
Finally, you can now start your instance again.
|
||||||
|
|
|
@ -28,7 +28,7 @@ You can check the privileged tasks daemon is running with
|
||||||
> it provides supporting Kanidm's capabilities.
|
> it provides supporting Kanidm's capabilities.
|
||||||
|
|
||||||
Both unixd daemons use the connection configuration from /etc/kanidm/config. This is the covered in
|
Both unixd daemons use the connection configuration from /etc/kanidm/config. This is the covered in
|
||||||
[client_tools](./client_tools.md#kandim-configuration).
|
[client_tools](./client_tools.md#kanidm-configuration).
|
||||||
|
|
||||||
You can also configure some unixd specific options with the file /etc/kanidm/unixd.
|
You can also configure some unixd specific options with the file /etc/kanidm/unixd.
|
||||||
|
|
||||||
|
|
|
@ -111,7 +111,7 @@ An example is located in [examples/server.toml](../../examples/server.toml).
|
||||||
|
|
||||||
You should test your configuration is valid before you proceed.
|
You should test your configuration is valid before you proceed.
|
||||||
|
|
||||||
docker run --rm -i -t -v kandimd:/data \
|
docker run --rm -i -t -v kanidmd:/data \
|
||||||
kanidm/server:latest /sbin/kanidmd configtest -c /data/server.toml
|
kanidm/server:latest /sbin/kanidmd configtest -c /data/server.toml
|
||||||
|
|
||||||
### Default Admin Account
|
### Default Admin Account
|
||||||
|
|
Loading…
Reference in a new issue