From df381b54c59cb2395c1ab31add97f7c729eb9053 Mon Sep 17 00:00:00 2001 From: Cyrix126 <58007246+Cyrix126@users.noreply.github.com> Date: Sun, 24 Apr 2022 12:38:25 +0200 Subject: [PATCH] fixe some typo --- example_configs/dolibarr.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/example_configs/dolibarr.md b/example_configs/dolibarr.md index 2914741..bdbd1f1 100644 --- a/example_configs/dolibarr.md +++ b/example_configs/dolibarr.md @@ -20,7 +20,7 @@ Use TLS: No Administrator DN: cn=admin,ou=people,dc=example,dc=com Administrator password: secret -Click on modify then "test ldap connection". +Click on modify then "TEST LDAP CONNECTION". You should get this result on the bottom: ``` TCP connect to LDAP server successful (Server=ldap://example.com, Port=389) @@ -53,12 +53,12 @@ You should get the number of users in the group. ##To import ldap users into the dolibarr database (needed to login with those users): Navigate to Users & Groups -> New Users -Click on the blank form "Users in LDAP database", you will get te list of the users in the group filled above. With the "GET" button, you will import the selected user. +Click on the blank form "Users in LDAP database", you will get the list of the users in the group filled above. With the "GET" button, you will import the selected user. ##To enable LDAP login: -Modify you conf.php in your dolibarr folder in htdocs/conf +Modify your conf.php in your dolibarr folder in htdocs/conf Add those lines: ``` // Authentication settings