mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 19:35:38 +00:00
(doc) Fix non-ASCII quoting in configuration block.
This commit is contained in:
@@ -861,11 +861,11 @@ would be:
|
||||
CNFieldName = cn;
|
||||
IDFieldName = cn;
|
||||
UIDFieldName = cn;
|
||||
baseDN = "ou=groups,dc=inverse,dc=ca”;
|
||||
baseDN = "ou=groups,dc=inverse,dc=ca";
|
||||
bindDN = "cn=sogo,ou=services,dc=inverse,dc=ca";
|
||||
bindPassword = zot;
|
||||
canAuthenticate = YES;
|
||||
displayName = “Inverse Groups”;
|
||||
displayName = "Inverse Groups";
|
||||
hostname = ldap://127.0.0.1:389;
|
||||
id = inverse_groups;
|
||||
isAddressBook = YES;
|
||||
|
||||
Reference in New Issue
Block a user