Search found 15 matches

by mppare
Tue Dec 04, 2018 5:15 pm
Forum: Help: General
Topic: LDAP Error: Protocol Error, Unable to bind, LDAP result: -1
Replies: 32
Views: 5487

Re: LDAP Error: Protocol Error, Unable to bind, LDAP result:

Regarding the LDAPS/TLS issue I was having, the procedure in this thread fixed it for me:

about29412.html
by mppare
Tue Dec 04, 2018 11:21 am
Forum: Help: General
Topic: LDAP Error: Protocol Error, Unable to bind, LDAP result: -1
Replies: 32
Views: 5487

Re: LDAP Error: Protocol Error, Unable to bind, LDAP result:

Awesome, this did the trick! I still can't get SSL/TLS to work against our AD, but I can't get it working in our old 0.8.8b instance either - and I believe the issue is unrelated.
by mppare
Fri Nov 30, 2018 1:18 pm
Forum: Help: General
Topic: LDAP Error: Protocol Error, Unable to bind, LDAP result: -1
Replies: 32
Views: 5487

Re: LDAP Error: Protocol Error, Unable to bind, LDAP result:

Yes, most likely going through a firewall. BUT: ldapsearch from the console works. If I run tcpdump at the console and attempt to login to Cacti via an LDAP-configured account - no packets are captured. If I run tcpdump at the console while trying ldapsearch from a 2nd console, I see packets to/from...
by mppare
Wed Nov 28, 2018 6:54 pm
Forum: Help: General
Topic: LDAP Error: Protocol Error, Unable to bind, LDAP result: -1
Replies: 32
Views: 5487

Re: LDAP Error: Protocol Error, Unable to bind, LDAP result:

Yeah I already tried multiple domains, same issue.
by mppare
Tue Nov 27, 2018 12:28 pm
Forum: Help: General
Topic: LDAP Error: Protocol Error, Unable to bind, LDAP result: -1
Replies: 32
Views: 5487

Re: LDAP Error: Protocol Error, Unable to bind, LDAP result:

Same problem in php 7. I also verified (with ldapsearch) that I'm able to read AD successfully using the same AD account I configured in the Cacti UI.

I really think that there is an issue with Cacti.

Has anyone else been able to get ldap working in 1.1.38?
by mppare
Tue Nov 20, 2018 8:10 pm
Forum: Help: General
Topic: Aggregate issues after upgrade
Replies: 2
Views: 374

Re: Aggregate issues after upgrade

Yep, it seems like a possible permissions issue related to boost that was inherited from the old server. On the old box, it looks like everything was using 'apache' to read/write the RRD files. New system defaulted to 'cacti'. I *think* this was the issue, but, since we don't really need "real ...
by mppare
Tue Nov 20, 2018 12:33 pm
Forum: Help: General
Topic: Aggregate issues after upgrade
Replies: 2
Views: 374

Re: Aggregate issues after upgrade

I think I found the problem, and it has something to do with boost. I disabled boost, and it appears that now my graphs are populating correctly, even with me in the web UI browsing/viewing graphs. If I have time I might test in my test environment (which is a base/clean install of cacti 1.1.38). I'...
by mppare
Mon Nov 19, 2018 6:30 pm
Forum: Help: General
Topic: Aggregate issues after upgrade
Replies: 2
Views: 374

Aggregate issues after upgrade

I just upgraded from 0.8.8b to 1.1.38 and everything seems to be working ok. However, anytime I view an aggregate graphs, the graphs I view will subsequently experience a blip for about 25 minutes. Otherwise, graphs are generated OK. Over the weekend, I logged in to check aggregate graphs and each t...
by mppare
Fri Nov 16, 2018 1:03 pm
Forum: Help: General
Topic: LDAP Error: Protocol Error, Unable to bind, LDAP result: -1
Replies: 32
Views: 5487

Re: LDAP Error: Protocol Error, Unable to bind, LDAP result:

I already tried the "no searching" mode and that did not work. I also confirmed that php-ldap is installed and enabled. The extension is enabled in /etc/php.d/ldap.ini but I also added it to php.ini. I know it is the correct php.ini - I already made some changes to it (memory adjustments) ...
by mppare
Thu Nov 15, 2018 1:26 pm
Forum: Help: General
Topic: LDAP Error: Protocol Error, Unable to bind, LDAP result: -1
Replies: 32
Views: 5487

Re: LDAP Error: Protocol Error, Unable to bind, LDAP result:

Here is some additional info: On the old server (LDAP works), I pulled this from the ldap section of the Apache Technical Support page. LDAP Support enabled RCS Version $Id: ldap.c 299434 2010-05-17 20:09:42Z pajoye $ Total Links 0/unlimited API Version 3001 Vendor Name OpenLDAP Vendor Version 20423...
by mppare
Thu Nov 15, 2018 11:07 am
Forum: Help: General
Topic: LDAP Error: Protocol Error, Unable to bind, LDAP result: -1
Replies: 32
Views: 5487

Re: LDAP Error: Protocol Error, Unable to bind, LDAP result:

Nope, we are doing just plain LDAP auth - the same exact as our existing working 0.8.8b environment.
by mppare
Wed Nov 14, 2018 1:27 pm
Forum: Help: General
Topic: LDAP Error: Protocol Error, Unable to bind, LDAP result: -1
Replies: 32
Views: 5487

Re: LDAP Error: Protocol Error, Unable to bind, LDAP result:

I cleared specific DN and specific password. I get: LDAP Search Error: Specific DN and Password required. I changed the LDAP Mode to "Anonymous Searching" - get the same LDAP search error. I changed the LDAP Mode to "No Searching" and populated the Distinguished Name (DN) field t...
by mppare
Tue Nov 13, 2018 9:12 pm
Forum: Help: General
Topic: LDAP Error: Protocol Error, Unable to bind, LDAP result: -1
Replies: 32
Views: 5487

Re: LDAP Error: Protocol Error, Unable to bind, LDAP result:

Attached screenshot of the output from the above query is attached. Both identical configuration. Left console is old right is new. Works in the old 0.8.8 environment no-go in the new environment.
by mppare
Tue Nov 13, 2018 6:23 pm
Forum: Help: General
Topic: LDAP Error: Protocol Error, Unable to bind, LDAP result: -1
Replies: 32
Views: 5487

Re: LDAP Error: Protocol Error, Unable to bind, LDAP result:

I think I'm closing in on this issue. I ran tcpdump on the Cacti host, filtering on the AD server IP address - I also filtered on port 389/636 accordingly and when I tried to log in with a user in LDAP realm - no packets captured. As a control, I ran tcpdump on port 80 and generated traffic browsing...
by mppare
Tue Nov 13, 2018 5:23 pm
Forum: Help: General
Topic: LDAP Error: Protocol Error, Unable to bind, LDAP result: -1
Replies: 32
Views: 5487

Re: LDAP Error: Protocol Error, Unable to bind, LDAP result:

Hi folks - I'm having this same exact issue. Yesterday I spun up a new Cacti instance (latest .38) on Centos 7.5. Everything is up and running (UI, DB, etc). I'm working on migrating an older instance of Cacti into this machine. I used the same LDAP settings from the old instance, and I'm receiving ...