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 unter C:\Program Files\JAM Software\SpaceObServer Web Access onfiguriert 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.
Bitte beachten: Wenn diese Konfiguration aktiv ist, funktioniert das Login im Web Access nur für AD-Benutzernamen im Rollenmanagement, nicht für AD-Gruppen.