(doc) Fix non-ASCII quoting in configuration block.

pull/208/head
Wayne A. Ptaff 2016-05-15 10:46:44 -04:00
parent 0b062e1832
commit c14f6e56fe
1 changed files with 2 additions and 2 deletions

View File

@ -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;