gforge-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gforge-commits] gforge/etc/local.d 20ldap, NONE, 1.1 23jabber, NONE, 1


From: cbayle
Subject: [Gforge-commits] gforge/etc/local.d 20ldap, NONE, 1.1 23jabber, NONE, 1.1 30homegroupother, NONE, 1.1 25features, 1.2, 1.3 20others, 1.1, NONE
Date: Thu, 15 Jan 2004 15:43:01 -0600

Update of /cvsroot/gforge/gforge/etc/local.d
In directory db.perdue.net:/tmp/cvs-serv1413/etc/local.d

Modified Files:
        25features 
Added Files:
        20ldap 23jabber 30homegroupother 
Removed Files:
        20others 
Log Message:
Splitting/Reorganizing files


--- NEW FILE: 20ldap ---

//
// LDAP configuration
//
// enable(1) or disable(0) ldap use altogether
$sys_use_ldap={sys_use_ldap};
$sys_ldap_host="{ldap_host}";
$sys_ldap_port=389;
$sys_ldap_version=3;
// this is dn under which all information stored
$sys_ldap_base_dn="{ldap_base_dn}";
// and this, how we do access it (add permission required)
$sys_ldap_bind_dn="cn=SF_robot,{ldap_base_dn}";
// admin dn - login dn which has permissions to delete entries
// NOT used by web code, only by support utilities
// note that password NOT stored here
$sys_ldap_admin_dn="cn=admin,{ldap_base_dn}";

--- NEW FILE: 23jabber ---

//
// Jabber Configuration
//
$sys_use_jabber={sys_use_jabber};
//messages from the system will be sent to this address
$sys_jabber_server="{jabber_host}";
$sys_jabber_port="5222";
// messages sent to jabber accounts will come from this user
// It is similar to the "From: address@hidden" used in emails
$sys_jabber_user="noreply";

--- NEW FILE: 30homegroupother ---

//
// Groups and Homes dir prefix
//
$homedir_prefix="{homedir}";
$groupdir_prefix="{groupdir}";

//
// File Upload Configuration
//
// Create a directory, which is writable by your webserver, but not
// within its document root (does not fall under www/ in the tarball)
// Your php.ini file may have to be modified to allow writing outside
// the webserver's directory
//
$sys_upload_dir='{uploaddir}';

// Where the GForge files are placed
// *** IMPORTANT: sys_urlroot *MUST* be an ABSOLUTE FILEYSTEM PATH NAME
//             that points to the www directory of the GForge
//             installation.  If you use ANY form of relative path
//             you will break the html_image function in include/html.php
//
$sys_urlroot="{usr_share_gforge}/www/";

// Name of the system as a whole (needed by various utils and titles)
$sys_name="{system_name}";

// session cookie settings
//
//      IMPORTANT - YOU MUST CHANGE "foobar" to a long, random number
//
$sys_session_key = "{sys_session_key}";
$sys_session_expire = 60 * 60 * 24 * 7;

// Require that user give unique (not yet existent in db) email upon
// registration
$sys_require_unique_email=0;

// GUI modifications (menu colors, etc.)
//      See the top of the file include/html.php, this is where the menu colors
//      and colors used throughout GForge are defined.

// Themeing related vars... Some of this needs to change in the session stuff
// The theme base directory, everything else is handled by theme_sysinit()
$sys_themeroot=$sys_urlroot."themes/";
// If you want an other default theme or language
$sys_theme='{sys_theme}';
$sys_lang='{sys_lang}';

// Akamization of images
//      example: http://images.gforge.company.com
$sys_images_url="http://{domain_name}/";;
$sys_images_secure_url="https://{domain_name}/";;

// Groups
//      The GForge permission model is based on groups
//      certain parts of the site, like news, stats, etc
//      are based on special group_id numbers
//      group_id #1 is the super-user group of sitewide admins
$sys_news_group={newsadmin_groupid};
$sys_stats_group={statsadmin_groupid};
$sys_peer_rating_group={peerrating_groupid};
$default_trove_cat={default_trove_cat};

// JPGRAPH Package
$sys_path_to_jpgraph='{sys_path_to_jpgraph}';

// CVSWEB
$sys_path_to_cvsweb='{sys_path_to_cvsweb}';

// Show Source
//      Setting this to 1 will add a "Show Source" link to the bottom of each 
page
$sys_show_source={sys_show_source};

// Force Login
$sys_force_login={sys_force_login};

// Truetype font settings
//$gantt_title_font_family="FF_ARIAL";
//$gantt_title_font_style="FS_NORMAL";
//$gantt_title_font_size=12;
//$gantt_task_font_family="FF_ARIAL";
//$gantt_task_font_style="FS_NORMAL";
//$gantt_task_font_size=12;

Index: 25features
===================================================================
RCS file: /cvsroot/gforge/gforge/etc/local.d/25features,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- 25features  13 Jan 2004 16:57:47 -0000      1.2
+++ 25features  15 Jan 2004 21:42:59 -0000      1.3
@@ -1,6 +1,7 @@
+
 //
-//      FEATURES
-//      You can turn features on/off sitewide
+//     FEATURES
+//     You can turn features on/off sitewide
 //
 $sys_use_cvs={sys_use_cvs};
 $sys_use_tracker={sys_use_tracker};
@@ -16,8 +17,7 @@
 $sys_use_snippet={sys_use_snippet};
 
 //
-//      Restricted project registration
-//      If set to true, only a site admin can register projects
+//     Restricted project registration
+//     If set to true, only a site admin can register projects
 //
 $sys_project_reg_restricted={sys_project_reg_restricted};
-

--- 20others DELETED ---





reply via email to

[Prev in Thread] Current Thread [Next in Thread]