From 399f086a1ac9bec09abf6e35ab195d684158cb19 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Mon, 23 Aug 2021 17:16:38 +0200 Subject: [PATCH] More typo corrections --- zmldapsync/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/zmldapsync/README.md b/zmldapsync/README.md index 4367645..805a848 100644 --- a/zmldapsync/README.md +++ b/zmldapsync/README.md @@ -2,7 +2,7 @@ This script brings a complete synchronization of user accounts and groups from an external LDAP server. -Zimbra (OSE) supports autoprovisioning, but this feature only takes care of user accounts creation. Several other scripts can be found, but noone of them implemented what I need, so I wrote this one. +Zimbra (OSE) supports autoprovisioning, but this feature only takes care of user accounts creation. Several other scripts can be found, but none of them implemented what I needed, so I wrote this one. The goals are : * Do not only provision accounts, but update them if needed (eg : name changed) @@ -39,8 +39,8 @@ general: Foreach each domain you define, you can configure 4 sections : - * ldap : defines where and how to connect to the external LDAP server(s) - * users : defines how to search for users in the external LDAP, and which attributes will be mapped to which ones in Zimbra + * ldap : defines where and how to connect to the external LDAP server(s) + * users : defines how to search for users in the external LDAP, and which attributes will be mapped to which ones in Zimbra * groups : defines how to search for groups in external LDAP, and which attributes will be mapped to which ones in Zimbra * zimbra : defines some settings about how the script should behave for this domain (eg, should it create the domain if missing, should it autoconfigure external authentication etc.) @@ -50,7 +50,7 @@ Here are some examples of domains definition : ``` domains: - # A simple example, against and AD style directory + # A simple example, against an AD style directory # Note that this example has no groups definition, and so, # groups won't be synchronized to distribution lists acme-corp.biz: