Hello,
This is a new zabbix 6.4 installation that I'm trying to set up LDAP authentication against AD servers on with the new JIT. Everything else works, but it isn't able to map group info and I can't figure out why or even where to look to get more details.
Any hints on places to get additional debugging out of this are welcome.
Using ldapsearch on CLI with same bind user, my own record contains (corp name replaced with "redacted" or "example"):
JIT portion of LDAP auth config looks like:
But test authentication doesn't map group:
Possibly related to /forum/zabbix-troubleshooting-and-problems/461779-struggling-with-jit-for-azure-ad-saml-v-6-4 ?
This is a new zabbix 6.4 installation that I'm trying to set up LDAP authentication against AD servers on with the new JIT. Everything else works, but it isn't able to map group info and I can't figure out why or even where to look to get more details.
Any hints on places to get additional debugging out of this are welcome.
Using ldapsearch on CLI with same bind user, my own record contains (corp name replaced with "redacted" or "example"):
Code:
cn: Eric Eisenhart sn: Eisenhart displayName: Eric Eisenhart memberOf: CN=Senior System Engineer,OU=JobTitles,OU=Redacted Groups,DC=office,DC=redacted,DC=net mailNickname: eric.eisenhart sAMAccountName: eric.eisenhart mail: [email protected]
But test authentication doesn't map group:
Possibly related to /forum/zabbix-troubleshooting-and-problems/461779-struggling-with-jit-for-azure-ad-saml-v-6-4 ?
Comment