summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorJannik Schönartz2019-07-23 14:42:20 +0200
committerJannik Schönartz2019-07-23 14:42:20 +0200
commitc0cdf678ea26fdde2dc1a596f89f7e94960abecd (patch)
tree15d4926922cc9047434cbea57089a86151513715 /documentation
parent[documentation] add groups/clients module documentation (diff)
downloadbas-c0cdf678ea26fdde2dc1a596f89f7e94960abecd.tar.gz
bas-c0cdf678ea26fdde2dc1a596f89f7e94960abecd.tar.xz
bas-c0cdf678ea26fdde2dc1a596f89f7e94960abecd.zip
[documentation] Add more information about the automatic registration & change user management pictures
Diffstat (limited to 'documentation')
-rw-r--r--documentation/.vuepress/public/img/user_management.pngbin138240 -> 268796 bytes
-rw-r--r--documentation/.vuepress/public/img/user_management_de.pngbin141434 -> 276957 bytes
-rw-r--r--documentation/.vuepress/public/img/user_management_edit.pngbin156917 -> 281011 bytes
-rw-r--r--documentation/.vuepress/public/img/user_management_edit_de.pngbin166359 -> 296756 bytes
-rw-r--r--documentation/de/webapp/faq.md11
-rw-r--r--documentation/webapp/faq.md4
6 files changed, 10 insertions, 5 deletions
diff --git a/documentation/.vuepress/public/img/user_management.png b/documentation/.vuepress/public/img/user_management.png
index 67f5321..adc7e77 100644
--- a/documentation/.vuepress/public/img/user_management.png
+++ b/documentation/.vuepress/public/img/user_management.png
Binary files differ
diff --git a/documentation/.vuepress/public/img/user_management_de.png b/documentation/.vuepress/public/img/user_management_de.png
index a0e00ba..f33214f 100644
--- a/documentation/.vuepress/public/img/user_management_de.png
+++ b/documentation/.vuepress/public/img/user_management_de.png
Binary files differ
diff --git a/documentation/.vuepress/public/img/user_management_edit.png b/documentation/.vuepress/public/img/user_management_edit.png
index 6475c18..9cd0fab 100644
--- a/documentation/.vuepress/public/img/user_management_edit.png
+++ b/documentation/.vuepress/public/img/user_management_edit.png
Binary files differ
diff --git a/documentation/.vuepress/public/img/user_management_edit_de.png b/documentation/.vuepress/public/img/user_management_edit_de.png
index a50babc..5488891 100644
--- a/documentation/.vuepress/public/img/user_management_edit_de.png
+++ b/documentation/.vuepress/public/img/user_management_edit_de.png
Binary files differ
diff --git a/documentation/de/webapp/faq.md b/documentation/de/webapp/faq.md
index 096eb4e..b67c75b 100644
--- a/documentation/de/webapp/faq.md
+++ b/documentation/de/webapp/faq.md
@@ -14,11 +14,14 @@ Es gibt drei möglichkeiten, einen Client zu registrieren:
* [Semi-Automatic Registration](/webapp/faq.md#semi-automatic-registration)
* [Manual Registration](/webapp/faq.md#manual-registration)
-### Automatic Registration:
-In der automatischen Registrierung bekommt der Client die nächste freie IP des Subnetzes im DHCP als fixe IP.
-Im BAS bekommt er einen Standard Namen, der sich aus einen Präfix und der UUID zusammen setzt ```Client_<UUID>```.
+### Automatische Registrierung:
+Die automatische Registrierung ist der standard Eintrag und wird automatisch Ausgeführt, sofern der Benutzer den Timeout von 25 Sekunden nicht unterbricht.
+Die Registrierung läuft komplett automatisch durch, ohne das Benutzereingaben erforderlich sind.
+Der Client bekommt die nächste freie IP des Subnetzes im DHCP als fixe IP zugewiesen.
+Im BAS bekommt er einen standard Namen, der sich aus einen Präfix und der UUID zusammen setzt ```Client_<UUID>```.
-### Semi-Automatic Registration
+
+### Semi-Automatische Registrierung:
In der semi-automatischen Registrierung kommt zuerst eine Liste mit den nächsten 20 freien IP-Adressen des Subnetzes im DHCP.
Davon kann eine ausgewählt werden, die am Ende der initialen Registrierung im DHCP als feste IP gesetzt wird.
diff --git a/documentation/webapp/faq.md b/documentation/webapp/faq.md
index dbf0ec0..1cbd500 100644
--- a/documentation/webapp/faq.md
+++ b/documentation/webapp/faq.md
@@ -14,7 +14,9 @@ There are three ways to register a client:
* [Manual Registration](/webapp/faq.md#manual-registration)
### Automatic Registration:
-In the automatic registration the client will get the next free IP of the subnet in the DHCP as the fixed IP address.
+The automatic registration is the default option and will be started automaticly if the user doesn't interrupt the timeout of 25 seconds.
+The registration will run through without any input needed by the user.
+The client will get the next free IP of the subnet in the DHCP as the fixed IP address if there is any configured.
It's added to the BAS with a default name ```Client_<UUID>```.