branch develop updated (8b566524 -> 7af21fc5)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git from 8b566524 Le try with ressource semble créer des problèmes new 7af21fc5 Use basedn from conf The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 7af21fc58280bb8cb233fbf05b630468551ad834 Author: jcouteau <couteau@codelutin.com> Date: Mon Feb 8 20:12:23 2021 +0100 Use basedn from conf Summary of changes: .../com/franciaflex/faxtomail/services/service/LdapServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git commit 7af21fc58280bb8cb233fbf05b630468551ad834 Author: jcouteau <couteau@codelutin.com> Date: Mon Feb 8 20:12:23 2021 +0100 Use basedn from conf --- .../com/franciaflex/faxtomail/services/service/LdapServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faxtomail-service/src/main/java/com/franciaflex/faxtomail/services/service/LdapServiceImpl.java b/faxtomail-service/src/main/java/com/franciaflex/faxtomail/services/service/LdapServiceImpl.java index 074f9b97..32d5e9fb 100644 --- a/faxtomail-service/src/main/java/com/franciaflex/faxtomail/services/service/LdapServiceImpl.java +++ b/faxtomail-service/src/main/java/com/franciaflex/faxtomail/services/service/LdapServiceImpl.java @@ -414,7 +414,7 @@ public class LdapServiceImpl extends FaxToMailServiceSupport implements LdapServ if (connection.isConnected()) { // get all users ( - String usersBaseDN = "OU=Mac-Groupe,DC=mac-groupe,DC=net"; + String usersBaseDN = getApplicationConfig().getLdapBaseDn(); String usersFilter = "(objectCategory=CN=Person,CN=Schema,CN=Configuration,DC=mac-groupe,DC=net)"; // on recupere d'abord les organisationUnit pour fractionner les requettes -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm