diff --git a/docs/content/advanced/auth-ldap.md b/docs/content/advanced/auth-ldap.md index 210ea9a3..9eb903ad 100644 --- a/docs/content/advanced/auth-ldap.md +++ b/docs/content/advanced/auth-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