LDAP / Active Directory Integration Configuration
Re: LDAP / Active Directory Integration Configuration
that's my version:
LDAP Authentication
Provides LDAP authentication for Nagios XI. Experimental.
Version: 0.3 Author: Nagios Enterprises, LLC
LDAP Authentication
Provides LDAP authentication for Nagios XI. Experimental.
Version: 0.3 Author: Nagios Enterprises, LLC
Re: LDAP / Active Directory Integration Configuration
What version of XI are you running? There is a newer component out, 1.0.4 so you may need to update XI + your components to get the latest -
Code: Select all
LDAP / Active Directory Integration
Allows LDAP / Active Directory to be used as a central user authentication source for Nagios XI.
Version: 1.0.4 Author: Nagios Enterprises, LLC Core Edit 1.0.4
Former Nagios Employee
Re: LDAP / Active Directory Integration Configuration
let me try it
Re: LDAP / Active Directory Integration Configuration
Can u link me the plugin pls?
Re: LDAP / Active Directory Integration Configuration
What version of Nagios XI are you running?
Former Nagios Employee.
me.
me.
Re: LDAP / Active Directory Integration Configuration
Your Nagios XI installation is up to date.
Latest Available Version: 5.2.5
Installed Version: 5.2.5
Last Update Check: 2016-04-04 12:16:23
Latest Available Version: 5.2.5
Installed Version: 5.2.5
Last Update Check: 2016-04-04 12:16:23
Re: LDAP / Active Directory Integration Configuration
btw i'm behind a proxy that maybe can cause some conflicts?
Re: LDAP / Active Directory Integration Configuration
Have you given this a shot?
And the proxy can cause some issues with updating the component. Under the Administration menu, there is a button that says 'manage components'. On this screen, hit 'check for updates', and then 'install updates'.
Also:bwallace wrote:Thanks for confirming.What was the outcome of this previous question?
uid=admin,cn=users,cn=accounts,dc=example,dc=comHave you tried specifying your full DN as the username when importing?
And the proxy can cause some issues with updating the component. Under the Administration menu, there is a button that says 'manage components'. On this screen, hit 'check for updates', and then 'install updates'.
Former Nagios Employee.
me.
me.
Re: LDAP / Active Directory Integration Configuration
yes i did ut it correctly.
and i can install component's upgrade,
but when i try to login to my ldap server this message appear :
Unable to authenticate: Could not connect to the LDAP server selected
and i use my admin/password credentials.
what can ido?
and i can install component's upgrade,
but when i try to login to my ldap server this message appear :
Unable to authenticate: Could not connect to the LDAP server selected
and i use my admin/password credentials.
what can ido?
Re: LDAP / Active Directory Integration Configuration
Run a quick tcpdump from the Nagios server while you reproduce. This should confirm if the server is indeed unreachable or it is reachable but perhaps there is a discrepancy with credentials or something else.
SSH into your Nagios XI machine and start a tcpdump using this cmd:
*If you get the error: "-bash: tcpdump: command not found" then install it with this cmd
+ once tcpdump is running reproduce the issue
+ stop the tcpdump = Ctl+c
take the .pcap file and load it into Wireshark and have a look or, feel free to PM it to me and I'd be happy to take a look. Let me know the Nagios Server IP and your LDAP server IP. - thanks -
SSH into your Nagios XI machine and start a tcpdump using this cmd:
Code: Select all
tcpdump -s 0 -i any -w Test.pcapCode: Select all
yum install tcpdump+ stop the tcpdump = Ctl+c
take the .pcap file and load it into Wireshark and have a look or, feel free to PM it to me and I'd be happy to take a look. Let me know the Nagios Server IP and your LDAP server IP. - thanks -
Be sure to check out the Knowledgebase for helpful articles and solutions!