Name

AdminUser — (obsolete) specify usernames that are given full access to all catalogs, regardless of any permissions

SYNOPSIS

username:crypted_password ...

DESCRIPTION

Username and password pairs which are given administrator privileges to all catalogs.

Passwords are encrypted using standard Unix crypt.

This functionality is standalone — you do not need to have the users present in the UserDB or the access database.

DIRECTIVE TYPE AND DEFAULT VALUE

Global directive

EXAMPLES

Example: Setting AdminUser

An example with username "thunder" and password "rolls":

AdminUser thunder:H0NJOAxjci1Lw

NOTES

The AdminUser functionality is considered to be flawed, see this mailing list post for more information.

This directive has been removed in Interchange 5.7 (Mar 11, 2010).

AVAILABILITY

AdminUser is available in Interchange versions:

4.6.0-5.6.0

SOURCE

Interchange 5.6.0:

Source: lib/Vend/Config.pm
Line 500

['AdminUser',      undef,       ''],

AUTHORS

SEE ALSO

MV_NO_CRYPT(7ic)

DocBook! Interchange!