X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=logout.cgi;h=585fd691a17665c107da21796987b2c8dd961121;hb=315098762d694e291a67049a1f7fe73b929ed64b;hp=11167b40f9ff2a693a78a549a1e702045d5f29c3;hpb=e6df6b1b8d41c41c712173d0d3ff4cda5f9fa315;p=mirror%2Fuserdir-ldap-cgi.git diff --git a/logout.cgi b/logout.cgi index 11167b4..585fd69 100755 --- a/logout.cgi +++ b/logout.cgi @@ -1,13 +1,14 @@ #!/usr/bin/perl -# (c) 1999 Debian and Randolph Chung. Licensed under the GPL. +# $Id: logout.cgi,v 1.2 1999/09/26 01:20:39 tausq Exp $ +# (c) 1999 Randolph Chung. Licensed under the GPL. use lib '.'; use strict vars; #use Apache::Registry; use CGI; use Util; -use Net::LDAP qw(:all); +use Net::LDAP qw(LDAP_SUCCESS LDAP_PROTOCOL_ERROR); my %config = &Util::ReadConfigFile; my $proto = ($ENV{HTTPS} ? "https" : "http");