man/man1/ldclt.1 | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 8d8f7e882bf96dd5cacfbb150c5ddc14b76335de
Author: Viktor Ashirov <vashirov@redhat.com>
Date: Tue Jun 14 10:18:54 2016 +0200
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: mreynolds@redhat.com
(cherry picked from commit cc6e1f002bda6b212c7c17ef8fe0222aa30c7598)
diff --git a/ldap/servers/slapd/tools/ldclt/ldcltU.c b/ldap/servers/slapd/tools/ldclt/ldcltU.c
index 4597a03..bdaa6f9 100644
--- a/ldap/servers/slapd/tools/ldclt/ldcltU.c
+++ b/ldap/servers/slapd/tools/ldclt/ldcltU.c
@@ -134,7 +134,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");
diff --git a/man/man1/ldclt.1 b/man/man1/ldclt.1
index 87bc6b4..6a672a2 100644
--- a/man/man1/ldclt.1
+++ b/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
--
389-commits mailing list
389-commits@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/389-commits@lists.fedoraproject.org
No comments:
Post a Comment