something like “ldap://server_ip:389/dc=example, dc=com
Good luck!
~Wentao
Sent from Mail for Windows 10
From: Lars Bonnesen
Sent: 2018年6月12日 20:07
To: user@openmeetings.apache.org
Subject: Re: Openmeetings AD integration
thanks for helping.
I actually did try the sAMAccount... but that also
Hello Lars,
were you able to check all parameters using DirectoryStudio or LDAPEXplorer?
Can you check if your user can be found using
ldap_search_base=OU=Brugere,OU=company,DC=ad,DC=company,DC=dk
AND
ldap_search_query=(uid=%s)
On Tue, Jun 12, 2018 at 7:07 PM Lars Bonnesen wrote:
>
> thanks for
thanks for helping.
I actually did try the sAMAccount... but that also did not work.
Regards, Lars.
On Wed, Jun 6, 2018, 19:33 Maxim Solodovnik wrote:
> Hello,
>
> I guess the issue is here:
> ldap_search_query=(uid=%s)
>
> Maybe you need to set:
> ldap_search_query=(sAMAccountName=%s)
>
> I w
Hello,
I guess the issue is here:
ldap_search_query=(uid=%s)
Maybe you need to set:
ldap_search_query=(sAMAccountName=%s)
I would recommend to set up DirectoryStudio or LDAPEXplorer and check
which search query will work on your server
On Wed, Jun 6, 2018 at 6:59 PM, Lars Bonnesen wrote:
> Try