From: Clif H. <ch...@us...> - 2003-01-17 02:55:59
|
Update of /cvsroot/perl-ldap/ldap/contrib In directory sc8-pr-cvs1:/tmp/cvs-serv16900/ldap/contrib Modified Files: tklkup Log Message: Changed the Bind To Directory button to Set Bind Credential button. Changed completely the way a connection is made to the directory server. Changing any of the port, bind credentials, or directory server will reconnect to the currently selected directory server and pull new a new set of search bases. Added support for SSL connections. Index: tklkup =================================================================== RCS file: /cvsroot/perl-ldap/ldap/contrib/tklkup,v retrieving revision 1.31 retrieving revision 1.32 diff -u -d -r1.31 -r1.32 --- tklkup 30 Dec 2002 05:30:45 -0000 1.31 +++ tklkup 17 Jan 2003 02:55:56 -0000 1.32 @@ -1,5 +1,4 @@ -#!/usr/bin/perl -# !/usr/local/bin/perl +#!/usr/local/bin/perl # # Copyright (c) 1999 - 2001 Clif Harden. All Rights Reserved # This program is free software; you can redistribute it and/or @@ -20,211 +19,16 @@ # retrieved from the directory. # # -# Revisions: [...1077 lines suppressed...] my @Attributes = ( qw(subschemaSubentry namingContexts supportedLDAPVersion supportedControl supportedExtension altServer supportedSASLMechanisms) ); @@ -4353,8 +4328,6 @@ } -$ldap->unbind; - } # End of subrountine rootDse # @@ -4611,7 +4584,7 @@ actions like moving or closing just the torn off window must be done by the user's window manager. -The I<BIND TO DIRECTORY> button will activate a window +The I<SET BIND CREDENTIALS> button will activate a window that is separate from the main window. The new window contains two buttons and two text boxes. |