groups.xml

Top  Previous  Next

Configuration > Server > groups.xml


 

Description

 

The groups.xml contains the groups and their policies. The policy system of FLOE is designed that every rule is disabled by not listing it. So every rule that is put into the list is enabled and applied to the related group.

It is build via the standard XML and it is very important that the structure is correct. An incorrect structure could cause a system malfunction.

 

 

 

Sample

 

<?xml version="1.0" encoding="utf-8"?>

<groups>

  <group name="guests">

    <policy name="main">

      <rule name="customize"/>

    </policy>

    <policy name="filesystem">

      <rule name="filters"/>

      <rule name="search"/>

      <rule name="download"/>

      <rule name="stream"/>

    </policy>

    <policy name="editor">

      <rule name="load"/>

      <rule name="print"/>

    </policy>

    <policy name="toolbox">

      <rule name="dns_lookup"/>

      <rule name="ping"/>

      <rule name="socket_connect"/>

      <rule name="trace_route"/>

      <rule name="url_browser"/>

    </policy>

    <policy name="modules">

      <rule name="media_player"/>

      <rule name="image_viewer"/>

      <rule name="transfer_speed"/>

    </policy>

    <policy name="system">

      <rule name="multiple_login"/>

    </policy>

  </group>

  ...

</groups>

 

 

 

Rules

 

Policy name

Rule name

Description

main

customize

Customize components with context menu

script_technology

Change the script technology in the settings

tab_char

Change the tab char in the settings

filesystem

attach

Attach files to mail

copy

Copy paths

delete

Delete paths

download

Download files

filters

Filter list of file browser

folder_independency

Independency from home directory of the user.

link

Create symbolic link to paths

move

Move paths

new_folder

Create new directories

pack

Pack folders

permissions

Set permissions, owner and group to paths

rename

Rename paths

search

Search paths and contents

share

Share files

show_floe

Access home directory and sub-elements of FLOE

stream

Stream files

upload

max_amount

Maximum amount of files to upload

max_size

Maximum file size to upload

editor

load

Load files into editor

new

Create new files with editor

print

Print files from editor

save

Save files from editor

toolbox

browser_save

Save URL browser response to file

dns_lookup

Lookup DNS hosts

mail

Send mails

parser

Parse code

ping

Ping hosts

shell

Execute shell commands

socket_connect

Connect to sockets of hosts

trace_route

Trace route to hosts

url_browser

Browse URLs

sessions

copy

Copy IDs of shares

kill

Kill sessions and shares

list_all

List all sessions and shares from other users

modules

image_viewer

View images

media_player

Play medias like MP3 and FLV

transfer_speed

Check transfer speed between client and server

system

certify

Certify FLOE

groups_management

Show all groups and their policies

multiple_login

Allow multiple clients to login with same user account

update

Update FLOE

 

 

 

 

 



  © 2006 unic8 Studios