Default Accounts

Defines the default accounts for anonymous users.

  • This must be a comma-delimited list of accounts.

  • Permissions for each account must be specified in parentheses after the account name.

  • The #none entry grants privileges to content items that have no account assigned. The #all entry grants privileges to all accounts.

  • Default is #none(RWDA).

  • Returns the list of accounts as a string.

Type and Usage

Location

IntradocDir/config/config.cfg

Example

As a configuration setting, defines default account information:

DefaultAccounts=BOS(R),SEA(RW),MSP/Gen(RWD)

As script, returns the account information as a string:

<$DefaultAccounts$>

See Also