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;