From 4b89f3b1c2f53220b956982e00433e205fe0931f Mon Sep 17 00:00:00 2001 From: HarveyKandola Date: Tue, 11 Jan 2022 21:20:01 -0500 Subject: [PATCH] Release 4.2.0 --- README.md | 4 ++-- domain/auth/ldap/ldap.go | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3de6ace9..e4f75006 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@ All you need to provide is your database -- PostgreSQL, Microsoft SQL Server or ## Latest Release -[Community edition: v4.1.1](https://github.com/documize/community/releases) +[Community edition: v4.2.0](https://github.com/documize/community/releases) -[Community+ edition: v4.1.1](https://www.documize.com/community/downloads) +[Community+ edition: v4.2.0](https://www.documize.com/community/downloads) The Community+ edition is the "Enterprise" offering with advanced capabilities and customer support: diff --git a/domain/auth/ldap/ldap.go b/domain/auth/ldap/ldap.go index 65bbb03c..1e096aaf 100644 --- a/domain/auth/ldap/ldap.go +++ b/domain/auth/ldap/ldap.go @@ -213,12 +213,12 @@ func executeGroupFilter(c lm.LDAPConfig) (u []lm.LDAPUser, err error) { // \5c, // // Relevant notes: - +// // https://docs.oracle.com/cd/E19424-01/820-4811/gdxpo/index.html#6ng8i269q // https://devblogs.microsoft.com/scripting/how-can-i-work-with-a-cn-that-has-a-comma-in-it/ // // Example: - +// // CN=Surname\, Name,OU=Something,OU=AD-Example,OU=Examaple,DC=example,DC=example,DC=com // // When we split on comma, here is our logic: