From: Clif H. <ch...@us...> - 2003-02-10 04:06:46
|
Update of /cvsroot/perl-ldap/ldap/contrib In directory sc8-pr-cvs1:/tmp/cvs-serv13580/ldap/contrib Modified Files: Tag: 2.0 tklkup Log Message: Almost a total rewrite of tklkup and almost total change up of GUI. The changes are to numerous to mention, but a few major items are the use of notebook panes, saving information to ldif files, limited entry modification with ldif files, limited entry creation from ldif files, auto lookup of schema information. CVS number was increased to 2.0. --- NEW FILE: tklkup --- #!/usr/local/bin/perl # # Copyright (c) 1999 - 2003 Clif Harden. All Rights Reserved # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU GENERAL PUBLIC LICENSE. #---------------------------------------------------------------------------- # # This program was originally written by Clif Harden. # Some of the software in the LDAP search subroutine was orginally # written by Graham Barr. It is based on Graham Barr's PERL LDAP # module and the PERL TK module. # Both modules are available from the CPAN.org system. # # $Id: tklkup,v 2.0 2003/02/10 04:06:42 charden Exp $ # # Purpose: This program is designed to retrieve data from a LDAP # directory and display on the graphical user interface # created by this program. This program can edit the data # retrieved from the directory. [...5463 lines suppressed...] Since the script is in PERL, feel free to modify it if it does not meet your needs. This is one of the main reasons I did it in PERL. If you make an addition to the code that you feel other individuals could use let me know about it. I may incorporate your code into my code. =head1 AUTHOR Clif Harden <ch...@po...> If you find any errors in the code please let me know at ch...@po.... =head1 COPYRIGHT Copyright (c) 1999-2003 Clif Harden. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. =cut |