From adf3d8e1b367275d851d31f4dbedfa17827c4a13 Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Tue, 14 May 2019 21:40:02 +0200 Subject: [PATCH] fixed privileges (#1166) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7aee76b9..c74b4722 100644 --- a/README.md +++ b/README.md @@ -560,7 +560,7 @@ Note: This postgrey setting needs `ENABLE_POSTGREY=1` ##### SASLAUTHD_LDAP_BIND_DN - empty => anonymous bind - - specify an object with priviliges to search the directory tree + - specify an object with privileges to search the directory tree - e.g. active directory: SASLAUTHD_LDAP_BIND_DN=cn=Administrator,cn=Users,dc=mydomain,dc=net - e.g. openldap: SASLAUTHD_LDAP_BIND_DN=cn=admin,dc=mydomain,dc=net