Name

MV_USE_CRYPT —

SYNOPSIS

DESCRIPTION

VARIABLE TYPE

Catalog variable

EXAMPLES

No examples are available at this time. We do consider this a problem and will try to supply some.

NOTES

AVAILABILITY

MV_USE_CRYPT is available in Interchange versions:

4.6.0

SOURCE

Interchange 4.6.0:

Source: lib/Vend/Util.pm (rev. 1.16 from Fri Apr 13 21:08:50 2001)
Line 1184 (context shows lines 1174-1188 in check_authorization():1156)

undef $use_crypt if $Global::Variable->{MV_NO_CRYPT};
}
elsif(  $user eq $Vend::Cfg->{RemoteUser}  and
$Vend::Cfg->{Password}          )
{
$cmp_pw = $Vend::Cfg->{Password};
undef $use_crypt if $::Variable->{MV_NO_CRYPT};
}
else {
$pwinfo = $Vend::Cfg->{UserDatabase} unless $pwinfo;
undef $use_crypt unless $::Variable->{MV_USE_CRYPT};
  $cmp_pw = Vend::Interpolate::tag_data($pwinfo, 'password', $user)
    if defined $Vend::Cfg->{Database}{$pwinfo};
}


AUTHORS

Interchange Development Group

SEE ALSO

DocBook! Interchange!