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>.