#!/usr/bin/perl # tta_passwdcache.cgi # Change Tarantella User Paswords # STTA Rev. 1.3 Copyright (c) 2001-2004 Jesús Pérez Lorenzo --- license GNU GPL # stta: (@#) 1.31051043346- [2004_01_29_102036] require './stta-lib.pl'; &ReadParse(); $dn = $in{dn}; if (!$dn) { &redirect("tta_selusr.cgi?form=passwdcache"); } $username = $in{username}; &headerstta($text{'index_passwdcache'}, "", "passwdcache",undef,1,0,"$text{'headpage_right'}"."$text{'head_logout'}",undef,undef,"$text{head_below}" ); print "
\n"; print "\n"; print "\n"; print "\n"; print "
$text{'titidx_passwdcache'}-- $username |
\n"; &footer($config{'back_return'},$text{'index'}); print "
\n"; do "footer.pl\n"; exit;