From 2fa654fadbd6a7a8086329c0a4435b6b7d091ff3 Mon Sep 17 00:00:00 2001 From: Jean Raby Date: Tue, 10 Dec 2013 15:55:44 -0500 Subject: [PATCH] sogo.conf: fix typo and add AD/Samba4 example --- Scripts/sogo.conf | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/Scripts/sogo.conf b/Scripts/sogo.conf index f502c6135..05f399103 100644 --- a/Scripts/sogo.conf +++ b/Scripts/sogo.conf @@ -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;