Issue 7454 - ldapurl has broken examples
Summary: ldapurl has broken examples
Status: VERIFIED FIXED
Alias: None
Product: OpenLDAP
Classification: Unclassified
Component: documentation (show other issues)
Version: unspecified
Hardware: All All
: --- normal
Target Milestone: ---
Assignee: OpenLDAP project
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-28 16:48 UTC by reed@reedmedia.net
Modified: 2014-08-01 21:04 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description reed@reedmedia.net 2012-11-28 16:48:17 UTC
Full_Name: Jeremy C. Reed
Version: 
OS: NetBSD
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (173.74.104.132)


doc/man/man1/ldapurl.1  examples show ldapuri  but the tool is called ldapurl.

--- external/bsd/openldap/man/ldapurl.1	2010-12-12 14:20:43.000000000 -0600
+++ /home/reed/J	2012-11-28 10:47:55.000000000 -0600
@@ -130,7 +130,7 @@
 The following command:
 .LP
 .nf
-    ldapuri \-h ldap.example.com \-b dc=example,dc=com \-s sub \-f "(cn=Some
One)"
+    ldapurl \-h ldap.example.com \-b dc=example,dc=com \-s sub \-f "(cn=Some
One)"
 .fi
 .LP
 returns
@@ -142,7 +142,7 @@
 The command:
 .LP
 .nf
-    ldapuri \-H ldap://ldap.example.com:389/dc=example,dc=com??sub?(cn=Some%20One)
+    ldapurl \-H ldap://ldap.example.com:389/dc=example,dc=com??sub?(cn=Some%20One)
 .fi
 .LP
 returns
Comment 1 Quanah Gibson-Mount 2012-12-11 01:02:22 UTC
moved from Incoming to Documentation
Comment 2 Quanah Gibson-Mount 2012-12-11 01:04:53 UTC
changed notes
changed state Open to Release
Comment 3 Quanah Gibson-Mount 2013-03-05 02:18:13 UTC
changed notes
changed state Release to Closed
Comment 4 OpenLDAP project 2014-08-01 21:04:12 UTC
fixed in master
fixed in RE24