1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-19 05:09:42 +02:00

Release 4.2.0

This commit is contained in:
HarveyKandola 2022-01-11 21:20:01 -05:00
parent 707dc1e052
commit 4b89f3b1c2
2 changed files with 4 additions and 4 deletions

View file

@ -12,9 +12,9 @@ All you need to provide is your database -- PostgreSQL, Microsoft SQL Server or
## Latest Release ## 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: The Community+ edition is the "Enterprise" offering with advanced capabilities and customer support:

View file

@ -213,12 +213,12 @@ func executeGroupFilter(c lm.LDAPConfig) (u []lm.LDAPUser, err error) {
// \5c, // \5c,
// //
// Relevant notes: // Relevant notes:
//
// https://docs.oracle.com/cd/E19424-01/820-4811/gdxpo/index.html#6ng8i269q // 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/ // https://devblogs.microsoft.com/scripting/how-can-i-work-with-a-cn-that-has-a-comma-in-it/
// //
// Example: // Example:
//
// CN=Surname\, Name,OU=Something,OU=AD-Example,OU=Examaple,DC=example,DC=example,DC=com // 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: // When we split on comma, here is our logic: