New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
admin.cfg.example in vendors/FCM-2017.10.0/etc/fcm – NEMO

source: vendors/FCM-2017.10.0/etc/fcm/admin.cfg.example @ 13207

Last change on this file since 13207 was 10672, checked in by nicolasmartin, 5 years ago

Reimport latest FCM release

File size: 3.2 KB
Line 
1#-------------------------------------------------------------------------------
2# FCM Admin Configuration Example
3# See also the Perl module FCM::Admin::Config
4#-------------------------------------------------------------------------------
5# To use, copy this file to "admin.cfg".
6# Uncomment a line to activate a setting.
7# Default values are given below.
8#-------------------------------------------------------------------------------
9## Email address of FCM system admin
10#  admin_email = $USER
11## Notification email address (for the "From:" field in notification emails).
12#  notification_from =
13
14## Location for log files
15#  log_dir = /var/log/fcm
16
17## Location where FCM is installed
18#  fcm_home = $FCM_HOME
19## Location where FCM site specific items are installed
20#  fcm_site_home =
21
22## Locations (space delimited) to mirror items in "mirror_keys"
23#  mirror_dests =
24## Items (space delimited) to mirror to "mirror_dests", e.g. "fcm_site_home"
25#  mirror_keys =
26
27## Location to backup Subversion repositories
28#  svn_backup_dir = /var/svn/backups
29## Location to create dumps for commits to Subversion repositories
30#  svn_dump_dir = /var/svn/dumps
31### Name of group where Subversion repositories should be created in
32#  svn_group =
33## PATH environment variable for Subversion hooks
34#  svn_hook_path_env =
35## Location to serve Subversion repositories
36#  svn_live_dir = /srv/svn
37## Name of svnserve password file
38#  svn_passwd_file =
39## File name suffix that may be added to each Subversion repository
40#  svn_project_suffix =
41
42## List of admin users for all Trac environments
43#  trac_admin_users =
44## Location to backup Trac environments
45#  trac_backup_dir = /var/trac/backups
46### Name of group where Trac files should be created in
47#  trac_group =
48## Host name (from a user's perspective) where Trac environments are served
49#  trac_host_name = localhost
50## Name of "trac.ini" in each Trac environment
51#  trac_ini_file = trac.ini
52## Location to serve Trac environments
53#  trac_live_dir = /srv/trac
54## Template to create a Trac environment URL (from a user's perspective)
55#  trac_live_url_tmpl = https://{host}/trac/{project}
56## Name of Trac password file (under Apache)
57#  trac_passwd_file =
58
59## Specify the name of the tool for obtaining user info (ldap or passwd)
60#  user_info_tool = passwd
61
62## LDAP settings, only relevant if user_info_tool = ldap
63## File containing the password to the LDAP server, if required
64# ldappw = ~/.ldappw
65## The URI of the LDAP server
66# ldap_uri =
67## The DN in the LDAP server to bind with to search the directory
68# ldap_binddn =
69## The DN in the LDAP server that is the base for a search
70# ldap_basedn =
71## The attributes for UID, common name and email in the LDAP directory
72# ldap_attrs = uid cn mail
73## If specified, use the value as extra (AND) filters to an LDAP search
74# ldap_filter_more =
75
76## PASSWD settings, only relevant if user_info_tool = passwd
77## Domain name to suffix user IDs to create an email address
78#  passwd_email_domain =
79## Maximum GID considered to be a normal user group.
80#  passwd_gid_max =
81## Maximum UID considered to be a normal user.
82#  passwd_uid_max =
83## Minimum GID considered to be a normal user group.
84#  passwd_gid_min = 1000
85## Minimum UID considered to be a normal user.
86#  passwd_uid_min = 1000
Note: See TracBrowser for help on using the repository browser.