[Nagiosplug-devel] [ nagiosplug-Bugs-1023730 ] check_ldap line 336 HAVE_LDAP_SET_OPTION
SourceForge.net
noreply at sourceforge.net
Sun Nov 28 15:58:01 CET 2004
Bugs item #1023730, was opened at 2004-09-07 07:51
Message generated for change (Comment added) made by mattkent
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=1023730&group_id=29880
Category: Parsing problem
Group: snapshot tarball
>Status: Closed
Resolution: None
Priority: 5
Submitted By: Mariano Cunietti (mennox)
>Assigned to: Matthew Kent (mattkent)
Summary: check_ldap line 336 HAVE_LDAP_SET_OPTION
Initial Comment:
Substitute from line 333:
Usage: %s -H <host> -b <base_dn> [-p <port>] [-a
<attr>] [-D <binddn>]\n [-P <password>] [-w <warn_time>] [-c <crit_time>] [-
t timeout]%s\n(Note: all times are in seconds.)\n"),
progname, (HAVE_LDAP_SET_OPTION ?
"[-2|-3] [-4|-6]" : ""));
with:
Usage: %s -H <host> -b <base_dn> [-p <port>] [-a
<attr>] [-D <binddn>]\n [-P <password>] [-w <warn_time>] [-c <crit_time>] [-
t timeout]%s\n(Note: all times are in seconds.)\n"),
progname, (
#ifdef HAVE_LDAP_SET_OPTION
"[-2|-3] [-4|-6]"
#else
""
#endif
));
----------------------------------------------------------------------
>Comment By: Matthew Kent (mattkent)
Date: 2004-11-28 15:57
Message:
Logged In: YES
user_id=983566
Looks like this was fixed. Sorry for the delay.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=1023730&group_id=29880
More information about the Devel
mailing list