Browse Source

Ticket 48889 - ldclt - fix man page and usage info

Bug description:
    ldclt uses dc=example,dc=com as default base DN,
    but man page and usage info report a different base DN.

Fix description:
    Replace o=sun,c=us with dc=example,dc=com in man page and
    usage info

https://fedorahosted.org/389/ticket/48889

Reviewed by: [email protected]
Viktor Ashirov 9 years ago
parent
commit
cc6e1f002b
2 changed files with 2 additions and 2 deletions
  1. 1 1
      ldap/servers/slapd/tools/ldclt/ldcltU.c
  2. 1 1
      man/man1/ldclt.1

+ 1 - 1
ldap/servers/slapd/tools/ldclt/ldcltU.c

@@ -135,7 +135,7 @@ void usage ()
   (void) printf ("\n");
   (void) printf ("	The valid options are:\n");
   (void) printf ("	 -a  Asynchronous mode, with max pending operations.\n");
-  (void) printf ("	 -b  Give the base DN to use. Default \"o=sun,c=us\".\n");
+  (void) printf ("	 -b  Give the base DN to use. Default \"dc=example,dc=com\".\n");
   (void) printf ("	 -D  Bind DN. See -w\n");
   (void) printf ("	 -E  Max errors allowed.                   Default 1000.\n");
   (void) printf ("	 -e  Execution parameters:\n");

+ 1 - 1
man/man1/ldclt.1

@@ -41,7 +41,7 @@ The valid options are:
 Asynchronous mode, with max pending operations.
 .TP
 .B \fB\-b\fR
-Give the base DN to use. Default "o=sun,c=us".
+Give the base DN to use. Default "dc=example,dc=com".
 .TP
 .B \fB\-D\fR
 Bind DN. See \fB\-w\fR