Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37859041
en ru br
ALT Linux repos
S:2.00-alt2
5.0: 2.00-alt1
4.1: 2.00-alt1
4.0: 2.00-alt1
3.0:
+backports:2.00-alt0.M30.1

Group :: Databases
RPM: ldapsh

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: ldapsh-2.00-alt-docs_fix.patch
Download


Fix comments in Commands::* modules
--- ./lib/Net/LDAP/Shell/Commands/cat.pm	2004-11-24 09:07:44 +0300
+++ ./lib/Net/LDAP/Shell/Commands/cat.pm	2006-05-08 09:36:47 +0400
@@ -1,3 +1,4 @@
+# Cat an entry...
 use strict;
 
 use Net::LDAP::Shell::Util qw(debug entry2ldif error);
--- ./lib/Net/LDAP/Shell/Commands/commands.pm	2004-11-24 09:07:44 +0300
+++ ./lib/Net/LDAP/Shell/Commands/commands.pm	2006-05-08 09:38:29 +0400
@@ -1,9 +1,4 @@
-# this is a stub package, used to create new commands
-
-# you can assume the existence of a %CONFIG variable with everything
-# you need for ldap connections
-#
-
+# Print list of commands (similar to help)...
 use Net::LDAP::Shell::Util qw(debug error);
 use Getopt::Long;
 
--- ./lib/Net/LDAP/Shell/Commands/edit.pm	2004-11-24 09:07:44 +0300
+++ ./lib/Net/LDAP/Shell/Commands/edit.pm	2006-05-08 09:38:31 +0400
@@ -1,5 +1,4 @@
 # edit an entry...
-
 use strict;
 
 use Net::LDAP::Shell::Util qw(debug edit entry2ldif);
--- ./lib/Net/LDAP/Shell/Commands/help.pm	2004-11-24 09:07:44 +0300
+++ ./lib/Net/LDAP/Shell/Commands/help.pm	2006-05-08 09:38:33 +0400
@@ -1,9 +1,4 @@
-# this is a stub package, used to create new commands
-
-# you can assume the existence of a %CONFIG variable with everything
-# you need for ldap connections
-#
-
+# Print a help message and list of commands...
 use Net::LDAP::Shell::Util qw(debug error);
 use Getopt::Long;
 
--- ./lib/Net/LDAP/Shell/Commands/ls.pm	2004-11-24 09:07:44 +0300
+++ ./lib/Net/LDAP/Shell/Commands/ls.pm	2006-05-08 09:37:52 +0400
@@ -1,3 +1,4 @@
+# List entries...
 use strict;
 
 use Net::LDAP::Shell::Util qw(debug error);
--- ./lib/Net/LDAP/Shell/Commands/new.pm	2004-11-24 09:11:54 +0300
+++ ./lib/Net/LDAP/Shell/Commands/new.pm	2006-05-08 09:38:04 +0400
@@ -1,9 +1,4 @@
 # create a new LDAP object
-
-# you can assume the existence of a %CONFIG variable with everything
-# you need for ldap connections
-#
-
 use strict;
 
 use Net::LDAP::Entry;
--- ./lib/Net/LDAP/Shell/Commands/rm.pm	2004-11-24 09:07:44 +0300
+++ ./lib/Net/LDAP/Shell/Commands/rm.pm	2006-05-08 09:38:14 +0400
@@ -1,9 +1,4 @@
-# this is a stub package, used to create new commands
-
-# you can assume the existence of a %CONFIG variable with everything
-# you need for ldap connections
-#
-
+# Removes entries...
 use strict;
 
 use Net::LDAP::Shell::Util qw(debug error);
--- ./lib/Net/LDAP/Shell/Commands/search.pm	2004-11-24 09:07:44 +0300
+++ ./lib/Net/LDAP/Shell/Commands/search.pm	2006-05-08 09:38:18 +0400
@@ -1,9 +1,4 @@
 # search for a filter
-
-# you can assume the existence of a %CONFIG variable with everything
-# you need for ldap connections
-#
-
 use strict;
 
 use Net::LDAP::Shell::Util qw(debug error);
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin