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 -
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 -
One more thing
In documentation, there is about directory sync:
https://docs.theopenem.com/endpointmanagement/prepare-endpoint.htmlBut, 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
-
This is unlikely to work. Ldap was really only added to support active directory. Wasn't even aware Google had LDAP.