Update of /cvsroot/perl-ldap/ldap/contrib
In directory sc8-pr-cvs1:/tmp/cvs-serv21624/ldap/contrib
Modified Files:
tklkup
Log Message:
Added code to manually create a directory entry.
Tklkup is now a full featured LDAP tool.
Tidied up the code.
Updated the pod documentation.
Index: tklkup
===================================================================
RCS file: /cvsroot/perl-ldap/ldap/contrib/tklkup,v
retrieving revision 2.25
retrieving revision 2.26
diff -u -d -r2.25 -r2.26
--- tklkup 25 Feb 2003 16:03:20 -0000 2.25
+++ tklkup 1 Mar 2003 22:23:36 -0000 2.26
@@ -49,7 +49,6 @@
#
my %Global = ();
my %NC = ();
-
$Global{'jpeg'} = 1;
eval 'require Tk::JPEG';
$Global{'jpeg'} = 0 if ( $@ );
@@ -101,6 +100,8 @@
$Global{'setSSL'} = 0;
my $sbbframe;
[...1561 lines suppressed...]
+Once the error is acknowledged, the user can correct the error
+and then re-click the CREATE ENTRY button will re-attempt to
+create the entry in the directory. The CREATE DIRECTORY ENTRY
+window will not be destroyed until either the user cancels the
+action or the entry is created in the directory.
+
+
+-------------------------------------------------------------------
=head1 INFO PANEL
@@ -5579,7 +6148,7 @@
The I<Process Messages> text window is where process messages
will be displayed. The messages are indicators of what is
-happening during the excution of the program. By selecting
+happening during the execution of the program. By selecting
a line of text and moving the cursor up or down, the user
can scroll thru the messages.
|