Sugar Community Edition Installation and ... - SugarForge

Sugar Community Edition Installation and ... - SugarForge Sugar Community Edition Installation and ... - SugarForge

sugarforge.org
from sugarforge.org More from this publisher
12.07.2015 Views

Chapter 2Administering Sugar• To edit the status of multiple employees, use the Mass Update panel as describedin “Editing and Deleting Multiple Records” in the Sugar Community Edition UserGuide.• To edit an employee’s record, on the detail page, click Edit, update theinformation, and click Save.• To duplicate a record, on the detail page, click Duplicate, modify the informationif needed, and click Save. Duplication is a convenient way of creating a newemployee. You can change the information in the duplicate record to create thenew employee.Note:You cannot delete an employee record.• To go back to the Employees Home page from a detail page, click Employees inthe Shortcuts menu.To convert an employee into a user1. On the employee’s detail page, click Create User.2. Specify a user name to enable the employee to log into Sugar.3. Click Change Password, specify a password for the user name, and click Save.4. Send an email notification to the employee with the username and passwordinformation.Advanced Configuration OptionsThe advanced configuration options listed below enable you to exercise tighter controlover user actions in your Sugar instances.Locking Down the Upgrade WizardIf you are managing multiple instances of the Sugar application and you want tomaintain complete control over the Sugar instances, you can lock down the UpgradeWizard to ensure that no user with administrative privileges can upgrade any of them.To lock down functions on the Administration page1. Navigate to the config.php file in the Sugar root directory.2. Set the following parameter to true as below:$sugar_config['admin_access_control']=true3. Save the file.Locking Down the Module LoaderIn order to ensure that users with administrative privileges do not load sub-standardmodules into Sugar, you can lock down the Module Loader and direct them to loadmodules from a location of your choice.102 Sugar Community Edition Installation and Administration Guide

Advanced Configuration OptionsTo lock down the Module Loader1. Navigate to the config.php file in the Sugar root directory.2. Set the following parameter to true as below:$sugar_config['file_access_control']=true3. Save the file.Configuring Default Permissions for Sugar Files on LinuxIf you are running Sugar on Linux platform, you can control ownership andaccessibility to all Sugar files and folders by configuring default user and grouppermissions.The following is an example of setting Read, Write, and Execute permissions for theApache user and the Apache group on Centos operating system:'default_permissions' => array ('dir_mode' => 02770,'file_mode' => 0660,'chown' => 'apache','chgrp' => 'apache',),For dir_mode, you may see a value of 1528, which is the decimal equivalent of theoctal value 02770. For file_mode you may see a value of 432 which is the decimalequivalent of octal value 0660.Sugar Community Edition Installation and Administration Guide103

Advanced Configuration OptionsTo lock down the Module Loader1. Navigate to the config.php file in the <strong>Sugar</strong> root directory.2. Set the following parameter to true as below:$sugar_config['file_access_control']=true3. Save the file.Configuring Default Permissions for <strong>Sugar</strong> Files on LinuxIf you are running <strong>Sugar</strong> on Linux platform, you can control ownership <strong>and</strong>accessibility to all <strong>Sugar</strong> files <strong>and</strong> folders by configuring default user <strong>and</strong> grouppermissions.The following is an example of setting Read, Write, <strong>and</strong> Execute permissions for theApache user <strong>and</strong> the Apache group on Centos operating system:'default_permissions' => array ('dir_mode' => 02770,'file_mode' => 0660,'chown' => 'apache','chgrp' => 'apache',),For dir_mode, you may see a value of 1528, which is the decimal equivalent of theoctal value 02770. For file_mode you may see a value of 432 which is the decimalequivalent of octal value 0660.<strong>Sugar</strong> <strong>Community</strong> <strong>Edition</strong> <strong>Installation</strong> <strong>and</strong> Administration Guide103

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!