EnglishFrenchSpanish

OnWorks favicon

fusiondirectory.conf - Online in the Cloud

Run fusiondirectory.conf in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command fusiondirectory.conf that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


fusiondirectory.conf - FusionDirectory configuration file

DESCRIPTION


The fusiondirectory.conf file is a XML style configuration file. It is parsed by
FusionDirectory during log in. The file may contain extra tabs and newlines for
formatting purposes. Tag keywords in the file are case-insensitive. Comments should be
placed outside of XML tags and should be encapsulated inside of <!-- --> tags.

The fusiondirectory.conf file can be used to configure the access control of the
FusionDirectory webinterface.

Configuration layout
The configuration has to be specified inside of the <conf> tags. It is composed by a main
configuration - including information about several locations.

Layout example:

<?xml version="1.0"?>

<conf>

<!-- Global setup -->
<main>

<!-- Location specific setups -->
<location name="">
...
</location>

</main>

</conf>

Main section
The main section defines global settings, which might be overridden by each location
definition inside of this global definition.

Example layout:

<main default="Example Net" listSummary="false" ... >

<location name="Example Net"
logging="TRUE"
forceSSL="TRUE"
...

<referral uri="ldaps://ldap.example.net:636/dc=example,dc=net"
admin="cn=fusiondirectory-admin,dc=example,dc=net"
password="secret" />

</location>

</main>

Main section options
forceSSL bool
The forceSSL statement enables PHP security checks to force encrypted access to the
web interface. FusionDirectory will try to redirect to the same URL just with
https://.

logging bool
The logging statement enables event logging on FusionDirectory side. Setting it to
true, FusionDirectory will log every action a user performs via syslog. If you use
rsyslog and configure it to mysql logging, you can browse all events within
FusionDirectory. FusionDirectory will not log anything, if the logging value is empty
or set to false.

templateCompileDirectory path
The templateCompileDirectory statements defines the path, where the PHP templating
engins smarty should store its compiled FusionDirectory templates for improved speed.
This path needs to be writeable by the user your webserver is running with.

ignoreAcl dn
The ignoreAcl value tells FusionDirectory to ignore complete ACL sets for the given
DN. Add your DN here and you'll be able to restore accidently dropped ACLs.

displayerrors bool
The displayerrors statement tells FusionDirectory to show PHP errors in the upper
part of the screen. This should be disabled in productive deployments, because there
might be some important passwords arround.

Location section options
name string
The name of this location section that will appear in the dropdown on FusionDirectory
homepage

config dn
The config statement defines the LDAP base, where FusionDirectory stores management
information, such as site wide locking and user notifications.

debuglevel integer
The debuglevel value tells FusionDirectory to display certain information on each page
load. Value is an OR combination of the following byte values :

DEBUG_TRACE = 1

DEBUG_LDAP = 2

DEBUG_DB = 4

DEBUG_SHELL = 8

DEBUG_POST = 16

DEBUG_SESSION = 32

DEBUG_CONFIG = 64

DEBUG_ACL = 128

DEBUG_ARGONAUT = 256

DEBUG_MAIL = 512

LDAP options
ldapTLS bool
The ldapTLS statement enables or disables TLS operating on LDAP connections.

ldapFollowReferrals bool
The ldapFollowReferrals statement tells FusionDirectory to follow LDAP referrals.

LDAP resource definition
For every location you define inside your fusiondirectory.conf, you need at least one
entry of the type referral. These entries define the way how to connect to some directory
service.

Example:

<referral uri="ldap://ldap.example.net/dc=example,dc=net"
admin="cn=fusiondirectory-admin,dc=example,dc=net"
password="secret" />

uri is a valid LDAP uri extendet by the base this referral is responsible for. admin is
the DN which has the permission to write LDAP entries. And password is the corresponding
password for this DN. You can define a set of referrals if you have several server to
connect to.

Use fusiondirectory.conf online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Phaser
    Phaser
    Phaser is a fast, free, and fun open
    source HTML5 game framework that offers
    WebGL and Canvas rendering across
    desktop and mobile web browsers. Games
    can be co...
    Download Phaser
  • 2
    VASSAL Engine
    VASSAL Engine
    VASSAL is a game engine for creating
    electronic versions of traditional board
    and card games. It provides support for
    game piece rendering and interaction,
    and...
    Download VASSAL Engine
  • 3
    OpenPDF - Fork of iText
    OpenPDF - Fork of iText
    OpenPDF is a Java library for creating
    and editing PDF files with a LGPL and
    MPL open source license. OpenPDF is the
    LGPL/MPL open source successor of iText,
    a...
    Download OpenPDF - Fork of iText
  • 4
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 5
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 6
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • More »

Linux commands

Ad