Wednesday, June 15, 2016

[389-commits] ldap/servers man/man1

ldap/servers/slapd/tools/ldclt/ldcltU.c | 2 +-
man/man1/ldclt.1 | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit cc6e1f002bda6b212c7c17ef8fe0222aa30c7598
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

diff --git a/ldap/servers/slapd/tools/ldclt/ldcltU.c b/ldap/servers/slapd/tools/ldclt/ldcltU.c
index e1fb4f4..018989c 100644
--- a/ldap/servers/slapd/tools/ldclt/ldcltU.c
+++ b/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");
diff --git a/man/man1/ldclt.1 b/man/man1/ldclt.1
index 206bacf..4105f42 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