From 1416d778b05f2d76157325b8947cd163b21d8b27 Mon Sep 17 00:00:00 2001 From: nqb Date: Wed, 29 Apr 2020 06:44:14 +0200 Subject: [PATCH 1/5] [baikal] clarify users management --- app_baikal.md | 8 +++++++- app_baikal_fr.md | 6 ++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/app_baikal.md b/app_baikal.md index 547b92e7..96da1786 100644 --- a/app_baikal.md +++ b/app_baikal.md @@ -24,10 +24,16 @@ Baïkal is a server for calendars and address books, which uses the CalDav and C To configure the app, go to the address: `sub.domain.tld/admin` or `domain.tld/baikal/admin`. The username to specify is `admin`, followed by the specific password you chose when installing Baïkal. The password can contain any special characters. +### LDAP authentication + +By default, Baikal is configured to lookup users in YunoHost's LDAP +directory. YunoHost's users will appear under `User and ressources` menu after their +first successful authentication. + ### Creating a new user Go to the `settings` tab, select `Digest` from `WebDAV authentication type`. -Add users in the `Users and resources' tab. +Add users in the `Users and resources` tab. ## CalDAV connection diff --git a/app_baikal_fr.md b/app_baikal_fr.md index 608b29c9..1338c0f0 100644 --- a/app_baikal_fr.md +++ b/app_baikal_fr.md @@ -24,6 +24,12 @@ Baïkal est un serveur de calendriers et de contacts accessible par les protocol Pour configurer l'appliation il faut se rendre à l'adresse : `sous.domaine.tld/admin` ou `domaine.tld/baikal/admin` Le nom d’utilisateur à spécifier est `admin` suivi du mot de passe spécifique que vous avez choisi lors de l’installation de Baïkal. Attention, le mot de passe ne doit pas contenir de carractères spéciaux. +### Authentification LDAp + +Par défaut, Baikal est configuré pour importer les utilisateurs depuis +l'annuaire LDAP de YunoHost. Les utilisateurs YunoHost apparaîtront dans le +menu `Users and ressources` après une première authentification réussie. + ### Création d'un nouvel utilisateur Aller dans l'onglet `settings`, sélectionner `Digest` dans `WebDAV authentication type`. From 36b32752dd2e508e4a438f46909549e20ade10f8 Mon Sep 17 00:00:00 2001 From: Nicolas Quiniou-Briand Date: Wed, 29 Apr 2020 08:21:03 +0200 Subject: [PATCH 2/5] Update app_baikal.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Allan Nordhøy --- app_baikal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app_baikal.md b/app_baikal.md index 96da1786..9146caa5 100644 --- a/app_baikal.md +++ b/app_baikal.md @@ -28,7 +28,7 @@ The username to specify is `admin`, followed by the specific password you chose By default, Baikal is configured to lookup users in YunoHost's LDAP directory. YunoHost's users will appear under `User and ressources` menu after their -first successful authentication. +first authentication. ### Creating a new user From 078ad793bcec991de6c82decc0be25c3af26b8ff Mon Sep 17 00:00:00 2001 From: Nicolas Quiniou-Briand Date: Wed, 29 Apr 2020 08:21:13 +0200 Subject: [PATCH 3/5] Update app_baikal.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Allan Nordhøy --- app_baikal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app_baikal.md b/app_baikal.md index 9146caa5..8d2467ec 100644 --- a/app_baikal.md +++ b/app_baikal.md @@ -26,7 +26,7 @@ The username to specify is `admin`, followed by the specific password you chose ### LDAP authentication -By default, Baikal is configured to lookup users in YunoHost's LDAP +By default, Baikal is configured to look for users in YunoHost's LDAP directory. YunoHost's users will appear under `User and ressources` menu after their first authentication. From d4414c621b5a7efd678db6dc0600df7cdba3f075 Mon Sep 17 00:00:00 2001 From: nqb Date: Wed, 29 Apr 2020 08:23:10 +0200 Subject: [PATCH 4/5] [docs] french adjustements related to last comment --- app_baikal_fr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app_baikal_fr.md b/app_baikal_fr.md index 1338c0f0..08756a01 100644 --- a/app_baikal_fr.md +++ b/app_baikal_fr.md @@ -28,7 +28,7 @@ Le nom d’utilisateur à spécifier est `admin` suivi du mot de passe spécifiq Par défaut, Baikal est configuré pour importer les utilisateurs depuis l'annuaire LDAP de YunoHost. Les utilisateurs YunoHost apparaîtront dans le -menu `Users and ressources` après une première authentification réussie. +menu `Users and ressources` après une première authentification. ### Création d'un nouvel utilisateur From 33a18f3ee14b23db626283c8b714c172182ff93f Mon Sep 17 00:00:00 2001 From: nqb Date: Wed, 29 Apr 2020 15:47:15 +0200 Subject: [PATCH 5/5] [baikal] drop useless instructions --- app_baikal.md | 5 ----- app_baikal_fr.md | 5 ----- 2 files changed, 10 deletions(-) diff --git a/app_baikal.md b/app_baikal.md index 8d2467ec..323c08de 100644 --- a/app_baikal.md +++ b/app_baikal.md @@ -30,11 +30,6 @@ By default, Baikal is configured to look for users in YunoHost's LDAP directory. YunoHost's users will appear under `User and ressources` menu after their first authentication. -### Creating a new user - -Go to the `settings` tab, select `Digest` from `WebDAV authentication type`. -Add users in the `Users and resources` tab. - ## CalDAV connection ### Connecting Thunderbird with Lightning diff --git a/app_baikal_fr.md b/app_baikal_fr.md index 08756a01..a68daf8c 100644 --- a/app_baikal_fr.md +++ b/app_baikal_fr.md @@ -30,11 +30,6 @@ Par défaut, Baikal est configuré pour importer les utilisateurs depuis l'annuaire LDAP de YunoHost. Les utilisateurs YunoHost apparaîtront dans le menu `Users and ressources` après une première authentification. -### Création d'un nouvel utilisateur - -Aller dans l'onglet `settings`, sélectionner `Digest` dans `WebDAV authentication type`. -Ajouter les utilisateurs dans l'onglet `Users and resources`. - ## Connexion CalDAV ### Connexion de Thunderbird avec Lightning