Navigation

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Connecting to goole ldap

    Support
    2
    4
    299
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      antikodas last edited by

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

      1 Reply Last reply Reply Quote 0
      • A
        antikodas last edited by

        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

        1 Reply Last reply Reply Quote 0
        • A
          antikodas last edited by

          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

          1 Reply Last reply Reply Quote 0
          • T
            theopenem_admin last edited by

            This is unlikely to work. Ldap was really only added to support active directory. Wasn't even aware Google had LDAP.

            1 Reply Last reply Reply Quote 0