From cac81d6c4b4914c6c987657bde8fbd9a0522a72b Mon Sep 17 00:00:00 2001 From: Christian Glahn Date: Mon, 31 Dec 2018 15:18:03 +0100 Subject: [PATCH] better readability and capitalisation --- Configure-LDAP.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Configure-LDAP.md b/Configure-LDAP.md index 210ea9a..9eb903a 100644 --- a/Configure-LDAP.md +++ b/Configure-LDAP.md @@ -100,14 +100,14 @@ volumes: driver: local ``` -If your Directory has not the postfix-book schema installed, then you may want to change some internal attribute handling for dovecot. as shown in the example below: +If your directory has not the postfix-book schema installed, then you must change the internal attribute handling for dovecot. For this you have to change the ```pass_attr``` and the ```user_attr``` mapping, as shown in the example below: ``` - DOVECOT_PASS_ATTR==user,=password - DOVECOT_USER_ATTR==home,=mail,=uid, =gid ``` -If your directory has the qmail-Schema installed and ```uid``` is used, then this translates into: +The following example illustrates this for a directory that has the qmail-schema installed and that uses ```uid```: ``` - DOVECOT_PASS_ATTRS=uid=user,userPassword=password