From: Clif H. <ch...@us...> - 2001-12-15 04:57:18
|
Update of /cvsroot/perl-ldap/ldap/contrib In directory usw-pr-cvs1:/tmp/cvs-serv6609/ldap/contrib Modified Files: tklkup Log Message: Added code to allow various entry modifications. Added code to delete an entry. Added code to do a mod RDN on an entry. Changed search code to display in a ROText box. Started code for entry data modification, this code is not complete but will not break anything if used. It will just display the data in the Text box that will be used of modification. Updated pod documentation to reflect the code changes. Index: tklkup =================================================================== RCS file: /cvsroot/perl-ldap/ldap/contrib/tklkup,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- tklkup 2001/09/09 04:50:31 1.18 +++ tklkup 2001/12/15 04:57:15 1.19 @@ -21,6 +21,17 @@ # # Revisions: # $Log$ +# Revision 1.19 2001/12/15 04:57:15 charden +# +# Added code to allow various entry modifications. +# Added code to delete an entry. +# Added code to do a mod RDN on an entry. +# Changed search code to display in a ROText box. +# Started code for entry data modification, this code is not complete +# but will not break anything if used. It will just display the data [...1049 lines suppressed...] +When this fucntion is installed and working properly this is +where the user will modify an entry's data. + +Currently this function is I<NOT> working. However it will +display the data for the currently selected DN. + +------------------------------------------------------------------- + =head1 Schema Window. =head2 Directory Schema Search Window @@ -3402,7 +4123,7 @@ with 4 additional functions will be displayed inside the Directory Data text box. These 4 functions are; - File -> This function exits the program. You can not edit + File -> This function exits the window. You can not edit the Directory Data text box because it is created as a read only text box. |