VISULOX 4 Documentation

How to control internal messages from the command line


Overview

The command line tool "VISULOX policy internal" allows to control internal messages (Welcome INT).


Usage


The following subcommands are available:

Command

Description

list

List and print internal welcome messages.

add

Add an internal welcome message.

edit

Modify fields of an internal welcome message.

delete

Remove an internal welcome message.

purge

Remove outdated entries. Can be used via cron-job.

Welcome INT elements (edit)


Element

Description

-name <>

Name of Policy or use AUTO <>.

-starttime <>

Starttime of the message: now or timestring. Default value: now.

-endtime <>

Endtime of the message: endless or timestring. Default value: endless.

-object <>

Policy filter: mask or unique distinguished object of user or group <>

-accesspoint <>

Policy filter: Access Point <>

-content <>

Content of the policy. Default value: CLI.

-grant <>

Set granted user in database record <>


Examples


visulox policy internal list
    --------------------------
    |              basicname |
    --------------------------
    | DefaultInternalMessage |
    --------------------------


visulox policy internal add -name MSG3 -content Meeting at 10:00


visulox policy internal edit -name MSG3 -object Miller


visulox policy internal delete -name MSG3