[Nagiosplug-devel] [ nagiosplug-Bugs-1023730 ] check_ldap line 336 HAVE_LDAP_SET_OPTION

SourceForge.net noreply at sourceforge.net
Tue Sep 7 07:52:05 CEST 2004


Bugs item #1023730, was opened at 2004-09-07 16:51
Message generated for change (Tracker Item Submitted) made by Item Submitter
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: Open
Resolution: None
Priority: 5
Submitted By: Mariano Cunietti (mennox)
Assigned to: Nobody/Anonymous (nobody)
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
));

----------------------------------------------------------------------

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