On Fri, 05 Jun 2020 10:54:55 +0200 Ingeborg Hellemo ingeborg.hellemo@uit.no wrote:
It begins ok: ldap_url_parse_ext(ldaps://dc10.ad.uit.no:636) ... connect success
But then: ldap_chase_v3referrals ldap_url_parse_ext(ldaps://uit.no/ou=people,dc=uit,dc=no)
Where does the domain uit.no in the URL come from? Is there a config setting I have overlooked?
Disclaimer: I'm no LDAP expert.
The server at dc10.ad.uit.no appears to respond to a request with a referral to another LDAP server at uit.no, and the client library appears to be attempting to chase that referral.
So, I'd say something is amiss with dc10.ad.uit.no itself, maybe? What was logged between connect success and the referral?