Wenn es ein AD ist, in der LDAP Konfiguration LDAPS ohne Start TLS verwenden, z.B.:
ldaps://icc-ad1.xxxx.local ldaps://icc-ad2.xxxx.local
Die Datei /etc/openldap/ldap.conf
ergänzen:
URI ldaps://icc-ad1.xxxx.local ldaps://icc-ad2.xxxx.local
BASE OU=XXX,DC=xxxxx,DC=local
TLS_REQCERT allow
Das TLS_REQCERT allow
ist wichtig.
Grund: das Admin-UI ist in Python geschrieben und Python akzeptiert fast jedes Zertifikat, der Kernel gromox verwendet eine SSL Library und die ist heikler, da muss man dann TLS_REQCERT allow
setzen.
gromox-zcore
und gromox-http
restarten, dann sollte es funktionieren. Eine gültige LDAP Konfiguration vorausgesetzt.
Ergänzung: URI
und BASE
müssen wie in der /etc/gromox/ldap_adaptor.cfg
gesetzt sein.