Name

MV_USERDB_ACL_COLUMN —

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_USERDB_ACL_COLUMN is available in Interchange versions:

4.6.0-5.9.0 (git-head)

SOURCE

Interchange 5.9.0:

Source: lib/Vend/Util.pm
Line 1572 (context shows lines 1562-1576 in check_security():1555)

#return 1 if $CGI::user and ! $Global::Variable->{MV_USERDB};
if($gate) {
$gate =~ s/\s+//g;
return 1 if is_yes($gate);
}
elsif($Vend::Session->{logged_in}) {
return 1 if $::Variable->{MV_USERDB_REMOTE_USER};
my $db;
my $field;
if ($db = $::Variable->{MV_USERDB_ACL_TABLE}) {
  $field = $::Variable->{MV_USERDB_ACL_COLUMN};
    my $access = Vend::Data::database_field(
            $db,
            $Vend::Session->{username},
              $field,

AUTHORS

Interchange Development Group

SEE ALSO

DocBook! Interchange!