LDAP Server ist nicht erreichbar
Frage / Problem
Der Global Catalog Server befindet sich in einer übergeordneten Active Directory Domain. Die GC Host IP wird nicht als SRV-Eintrag über DNS übertragen.
Antwort / Lösung
Der Global Catalog Server muss im appSettings Bereich in der web.config konfiguriert werden:
<!-- Global Catalog Configuration -->
<add key="GlobalCatalog:Enabled" value="true" />
<add key="GlobalCatalog:Server" value="GC_HOST_IP" />
<add key="GlobalCatalog:Port" value="3268" />
<add key="GlobalCatalog:UseSSL" value="false" />
<add key="GlobalCatalog:FallbackToDC" value="true" />
<add key="GlobalCatalog:ConnectionTimeout" value="15" />
Diese Einstellungen sind ab WebAccess V3.2 verfügbar.