Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
donald authored May 14, 2021
1 parent b8ecc8a commit 97e50e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ server = 141.14.16.131
port = 872
~~~

At runtime, the server needs the vetificate file and the related key file. These are specified via its command line:
At runtime, the server needs the certificate file and the related key file. These are specified via its command line:

mxshadowsrv --key-file FILENAME --cert-file FILENAME [--address ADDRESS] [--port PORT} SHADOW-FILEANME

Expand All @@ -28,14 +28,14 @@ Additionally, the source package contains these tools, which are build but not i

* create-key.sh : Shell script to create key and certificat for the server
* test_server : Standalone program to query the server ( usage: test_server username )
* test_query_shadow: Standalone program to test getspan (usage: test_query_shadow username )
* test_query_shadow: Standalone program to test getspnam (usage: test_query_shadow username )

# Mariux:

* This package is installed from a bee file
* The key an cert files have been generated with `create-key.sh`
* `/etc/mxshadow.conf` and `/etc/mxshadow.cert.pem` are installed from mxtools.
* A systemd service unit `/etc/systemd/system/mxshadow.service` to run the server is also intalled from mxtools.
* A systemd service unit `/etc/systemd/system/mxshadow.service` to run the server is also installed from mxtools.
* The Makefile in `/package/nis/src` generates a shadow map `/package/nis/var/shadow`
* The key and vertificate files for the server are stored in /package/nis/etc/

Expand Down

0 comments on commit 97e50e9

Please sign in to comment.