sogo.conf: fix typo and add AD/Samba4 example

pull/17/head
Jean Raby 2013-12-10 15:55:44 -05:00
parent 4a98e5b521
commit 2fa654fadb
1 changed files with 21 additions and 1 deletions

View File

@ -58,6 +58,26 @@
// }
//);
/* LDAP AD/Samba4 example */
//SOGoUserSources = (
// {
// type = ldap;
// CNFieldName = cn;
// UIDFieldName = sAMAccountName;
// baseDN = "CN=users,dc=domain,dc=tld";
// bindDN = "CN=sogo,CN=users,DC=domain,DC=tld";
// bindFields = (sAMAccountName, mail);
// bindPassword = password;
// canAuthenticate = YES;
// displayName = "Public";
// hostname = ldap://127.0.0.1:389;
// filter = "mail = '*'";
// id = directory;
// isAddressBook = YES;
// }
//);
/* SQL authentication example */
/* These database columns MUST be present in the view/table:
* c_uid - will be used for authentication - it's the username or username@domain.tld)
@ -94,7 +114,7 @@
// ConfidentialDAndTViewer
//);
//SOGoSuperUsernames = (sogo1, sogo2); // This is an array - keep the parens!
//SxVMemLimit = 384
//SxVMemLimit = 384;
/* Debug */
//SOGoDebugRequests = YES;