After installing the server, I did the following:
Add Certificate Authority Management certificates.
Configure the LDAP/AD Authentication Servers.
Added 1 user with only AD authentication allowed.
Tested and failed a login to the AD server.
pbroste wrote:Start tcpdump capture:
- Code: Select all
tcpdump -s 0 -i any port <yourldapporthere> -w /tmp/output.pcap
Then run through:
- Code: Select all
echo 'DONE' | openssl s_client -showcerts -connect your.ad_or_ldap.server:636
Let's get the curl results from the api:
- Code: Select all
curl -k --verbose -XPOST "https://yournagioshostaddresshere/nagiosxi/api/v1/system/authserver?apikey=yourapikeyhere&pretty=1" -d "conn_method=ldap&ldap_host=yourldaphostaddresshere&base_dn=fulldistinguished namehere&security_level=ssl"
Commands have been run. I added a few different additional AD and LDAP authentication servers to test. I still cannot log in from the GUI. The tests I have provided are run using a straight install of Nagios XI with no password changes, no offloading of the database, no changes to any settings other than what was listed above.
I will send you a packet capture via PM.