Compare commits

...

2 Commits

Author SHA1 Message Date
Daniel Berteaud 399f086a1a More typo corrections 2021-08-23 17:16:38 +02:00
Daniel Berteaud d451500801 Typo in README 2021-08-23 17:13:40 +02:00
1 changed files with 4 additions and 4 deletions

View File

@ -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, nut 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: