Navigation

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. antikodas
    3. Posts
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 3
    • Best 0
    • Groups 0

    Posts made by antikodas

    • RE: Connecting to goole ldap

      One more thing
      In documentation, there is about directory sync:
      https://docs.theopenem.com/endpointmanagement/prepare-endpoint.html

      But, cant find this:
      Fill out the LDAP form, use the built-in help menu in the top right for more info on the fields.
      There is no menu in top right.

      Thank You

      posted in Support
      A
      antikodas
    • RE: Connecting to goole ldap

      Hi,
      done stunneling,
      but still not success, got this kind of error:

      2023-10-26 23:38:09,995 [49] DEBUG Toems_Service.Workflows.LdapSync Active Directory Bind Failed.
      2023-10-26 23:38:09,995 [49] ERROR Toems_Service.Workflows.LdapSync The value for the property PageSize cannot be set.
      

      Watched into source code:

      var searcher = new DirectorySearcher(entry);
                      searcher.Filter = "(objectCategory=organizationalUnit)";
                      searcher.PropertiesToLoad.Add("ou");
                      searcher.PropertiesToLoad.Add("distinguishedName");
                      searcher.SizeLimit = 0;
                      searcher.PageSize = 500;
                      searcher.FindOne();
                      return true;
      

      How to debug next, I have to catch stunnel requests?
      Or how,
      what this DirectorySearcher is doing,
      some googling shows that its preffered to skip it, or set to 0 to skip hit,
      but its hardcoded.
      Please help

      posted in Support
      A
      antikodas
    • Connecting to goole ldap

      Hi, how to connect from theopenem to google workspace Secure Ldap services?
      https://support.google.com/a/answer/9089736?sjid=14630935390989301026-EU

      posted in Support
      A
      antikodas