This support forum board is for support questions relating to
Nagios XI , our flagship commercial network monitoring solution.
markmerchant
Posts: 65 Joined: Tue Oct 17, 2017 8:38 am
Post
by markmerchant » Thu Nov 02, 2017 10:51 am
Has any gotten Nagios XI to authenticate users against e-directory? Is OpenLDAP
a possiblility?
A quick look into the code suggested that only AD style LDAP integration works.
Code: Select all
find . -type f -exec grep -iH "objectclass" '{}' \;
./nagiosxi/html/includes/components/ldap_ad_integration/basicLDAP.php: \
$sr = @ldap_read($this->ldapConnection, '', 'objectClass=*', $attributes);
Keywords: edir edirectory e-directory non-ad ldap novell openldap sun one iplanet ned
kyang
Post
by kyang » Thu Nov 02, 2017 4:02 pm
Have you tried it from Nagios XI?
Here is an older form post that said they are using eDirectory as the (primary ldap).
https://support.nagios.com/forum/viewto ... f=6&t=6598
Try to authenticate it and see, because I can't say for sure. I don't have an eDirectory to test with.
tacolover101
Posts: 432 Joined: Mon Apr 10, 2017 11:55 am
Post
by tacolover101 » Fri Nov 03, 2017 6:10 am
markmerchant wrote: Has any gotten Nagios XI to authenticate users against e-directory? Is OpenLDAP
a possiblility?
A quick look into the code suggested that only AD style LDAP integration works.
Code: Select all
find . -type f -exec grep -iH "objectclass" '{}' \;
./nagiosxi/html/includes/components/ldap_ad_integration/basicLDAP.php: \
$sr = @ldap_read($this->ldapConnection, '', 'objectClass=*', $attributes);
Keywords: edir edirectory e-directory non-ad ldap novell openldap sun one iplanet ned
if you can construct the proper LDAP arguments needed to pass, you should be able to custom modify this to work with your setup. keep in mind, any updates will break this.
kyang
Post
by kyang » Tue Nov 28, 2017 2:39 pm
Hey markmerchant, just checking in to see if your issue is resolved?
Are we okay to close this thread? Or did you have any more questions?
markmerchant
Posts: 65 Joined: Tue Oct 17, 2017 8:38 am
Post
by markmerchant » Thu Nov 30, 2017 4:16 pm
Switched authentication to the AD server, did not want to do any customization.
kyang
Post
by kyang » Thu Nov 30, 2017 4:36 pm
Sounds good, are we okay to lock up this thread?
Or did you have any more questions?