Thursday, March 31, 2016

[389-commits] ldap/admin

ldap/admin/src/scripts/ns-accountstatus.pl.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 10787a0bb02e950787e8edb82c41cdba5db1c75c
Author: Andrey Cherepanov <cas@altlinux.ru>
Date: Fri Apr 1 09:45:53 2016 +1000

Ticket 48783 - Fix ns-accountstatus.pl syntax error

Bug Description: A missing ; and new line was found in ns-accountstatus.pl
in the --help message.

Fix Description: Add the correct ); stanza.

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

Author: Andrey Cherepanov

Review by: wibrown

diff --git a/ldap/admin/src/scripts/ns-accountstatus.pl.in b/ldap/admin/src/scripts/ns-accountstatus.pl.in
index db3224c..139160b 100644
--- a/ldap/admin/src/scripts/ns-accountstatus.pl.in
+++ b/ldap/admin/src/scripts/ns-accountstatus.pl.in
@@ -30,7 +30,7 @@ my $verbose = 0;
sub usage
{
print (STDERR "ns-accountstatus.pl [-Z serverID] [-D rootdn] { -w password | -w - | -j filename }\n");
- print (STDERR " [-p port] [-h host] [-P protocol] {-I DN | -b basedn -f filter [-s scope]}"
+ print (STDERR " [-p port] [-h host] [-P protocol] {-I DN | -b basedn -f filter [-s scope]}\n");
print (STDERR " [-i] [-g seconds]\n\n");
print (STDERR "May be used to get the status a user or a domain of users\n\n");
print (STDERR "Arguments:\n");
@@ -1035,4 +1035,4 @@ for(my $i = 0; $i <= $#entries; $i++){
}
exit 103;
}
-}
\ No newline at end of file
+}

--
389 commits mailing list
389-commits@%(host_name)s
http://lists.fedoraproject.org/admin/lists/389-commits@lists.fedoraproject.org

No comments:

Post a Comment