[Nagiosplug-devel] [ nagiosplug-Bugs-3191396 ] check_ldap can't connect to unix socket
SourceForge.net
noreply at sourceforge.net
Thu Feb 24 17:27:58 CET 2011
Bugs item #3191396, was opened at 2011-02-24 17:27
Message generated for change (Tracker Item Submitted) made by lgarrett
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=3191396&group_id=29880
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Argument proccessing
Group: release-1.4.15
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: lgarrett (lgarrett)
Assigned to: Nobody/Anonymous (nobody)
Summary: check_ldap can't connect to unix socket
Initial Comment:
I've got a slapd running, listening on the unix socket /var/run/slapd/ldapi. Using ldapsearch with ldapi:/// works fine. check_ldap -h advertises to be able to connect to unix sockets if given with an absolute URL. I tried different variants, but they all doen't seem to work.
./check_ldap -H /var/run/slapd/ldapi -b "dc=pfgroup,dc=de" -v -3 -4
ldap_bind: Can't contact LDAP server (-1)
Could not bind to the LDAP server
./check_ldap -H ldapi:/// -b "dc=pfgroup,dc=de" -v -3
Could not connect to the server at port 389
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=3191396&group_id=29880
More information about the Devel
mailing list