Registrations to Open-AudIT forums are now closed. To ask any new questions please visit Opmantek Community Questions.

Open-AudIT

What's on your network?
It is currently Tue Mar 19, 2024 12:12 pm

All times are UTC + 10 hours




Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 13 posts ] 
Author Message
PostPosted: Fri Aug 29, 2008 7:04 pm 
Offline
Newbie

Joined: Thu Aug 07, 2008 9:15 pm
Posts: 7
Hi,

Is there any way to disable the Remote Management section uniformly to all audited server in OA ? I'm also looking to disable Armin section too .

Any tip or pointer will be highly appreciated.

Great Tool so far !

Warm Regards,
Nitin Kataria


Top
 Profile  
Reply with quote  
PostPosted: Mon Sep 29, 2008 5:38 pm 
Offline
Helper

Joined: Fri Jun 06, 2008 3:02 pm
Posts: 79
Location: Singapore
Remote management means the icons see when u click on machine.

???

_________________
**---((( [color=#FF0000]SGR[/color] )))---****
Server Info:
OS : CentoS 5
Auditing: 1143 machines
LDAP: Active Directory
Support Open-Audit : [url]http://www.open-audit.org/phpBB3/viewtopic.php?f=5&t=2990#p13523[/url]


Top
 Profile  
Reply with quote  
PostPosted: Tue Sep 30, 2008 12:12 am 
Offline
Moderator
User avatar

Joined: Tue Jan 25, 2005 3:09 am
Posts: 2140
Location: Scotland
The only way currently would be to comment out the relevant part of the code, but this is not a simple as might appear.
This would however make quite a nice addition to the admin menu. If you post in the feature request section we will look in to this. Thanks.

_________________
Andrew

[size=85]OA Server: Windows XP/ XAMPP, Mandriva/Apache, Ubuntu
Auditing: 300+ Wstns, 20+ Srvrs, Thin clients, Linux boxes, Routers, etc
OS's: Windows XP , W2K Srvr, W2K3 Srvr, W2K8, Vista, Windows 7, Linuxes (and a Mac at home)
LDAP: Active Directory[/size]


Top
 Profile  
Reply with quote  
PostPosted: Thu Jan 15, 2009 8:57 pm 
Offline
Newbie

Joined: Wed Jan 14, 2009 11:14 am
Posts: 5
[quote="A_Hull"]The only way currently would be to comment out the relevant part of the code, but this is not a simple as might appear.
This would however make quite a nice addition to the admin menu. If you post in the feature request section we will look in to this. Thanks.


how? which file? please share..
I need to disable it...
many thanks!!!!! :cry:

Top
 Profile  
Reply with quote  
PostPosted: Fri Jan 16, 2009 9:52 am 
Offline
Moderator
User avatar

Joined: Tue Jan 25, 2005 3:09 am
Posts: 2140
Location: Scotland
I'll look in to this asap, probably tomorrow, work permitting.

_________________
Andrew

[size=85]OA Server: Windows XP/ XAMPP, Mandriva/Apache, Ubuntu
Auditing: 300+ Wstns, 20+ Srvrs, Thin clients, Linux boxes, Routers, etc
OS's: Windows XP , W2K Srvr, W2K3 Srvr, W2K8, Vista, Windows 7, Linuxes (and a Mac at home)
LDAP: Active Directory[/size]


Top
 Profile  
Reply with quote  
PostPosted: Fri Jan 16, 2009 3:10 pm 
Offline
Newbie

Joined: Wed Jan 14, 2009 11:14 am
Posts: 5
I found!
in "system_viewdef_summary.php"


Top
 Profile  
Reply with quote  
PostPosted: Sat Jan 17, 2009 2:54 am 
Offline
Moderator
User avatar

Joined: Tue Jan 25, 2005 3:09 am
Posts: 2140
Location: Scotland
I have added a flag $enable_remote_management = 'y/n'; to enable and disable the remote management options. Switches on and off everything except the Audit Now link.
This is in SVN 1119, hope this is what you want. :D Set this in your include_config.php to $enable_remote_management = 'n'; and all of the dangerous options vanish.

_________________
Andrew

[size=85]OA Server: Windows XP/ XAMPP, Mandriva/Apache, Ubuntu
Auditing: 300+ Wstns, 20+ Srvrs, Thin clients, Linux boxes, Routers, etc
OS's: Windows XP , W2K Srvr, W2K3 Srvr, W2K8, Vista, Windows 7, Linuxes (and a Mac at home)
LDAP: Active Directory[/size]


Top
 Profile  
Reply with quote  
PostPosted: Sat Jun 20, 2009 12:15 am 
Offline
Contributor
User avatar

Joined: Thu Mar 02, 2006 4:41 am
Posts: 205
Location: Massachusetts
I set this

[quote]$enable_remote_management = 'n';


in the include_config.php, restarted all wamp services, restarted the OA server, tried everything I can think of, but the remote management options are still there when I click on a computername?

_________________
Server Info: running on a CentOS 7 vm
OA Version: 2.0.6 @ 500 devices


Top
 Profile  
Reply with quote  
PostPosted: Sat Jun 20, 2009 2:21 am 
Offline
Moderator
User avatar

Joined: Tue Jan 25, 2005 3:09 am
Posts: 2140
Location: Scotland
:shock:
Seems to work for me, are you on the latest SVN version.

I have two versions installed on my machine, one live and one test version. Just blew away the test version, re installed from SVN, set this to option to 'n' in the test config and there are no remote management options viewable on the system view pages. Set it back, and ... they re-appear.. not sure what the trouble is, could be cached pages, try <CTRL> REFRESH on the page and see if it works.

I assume you are looking at the system_viewdef_summary.php page. It should look like this...

[code]
<?php
/**********************************************************************************************************
Module: system_viewdef_summary.php

Description:
Menu and SQL query definition for computer system summary page

Change Control:

[Nick Brown] 03/04/2009
Added "uuid" parameter to the user and computer ldap links

**********************************************************************************************************/
include "include_config.php";
include_once "include_functions.php";
$query_array=array("name"=>array("name"=>__("Summary"),
"sql"=>"SELECT `system_name` FROM `system` WHERE `system_uuid` = '" . $_GET["pc"] . "'",
),
"views"=>array("summary"=>array(
"headline"=>__("System"),
"sql"=>"SELECT * FROM system
LEFT JOIN network_card ON (system_uuid=net_uuid AND system_timestamp=net_timestamp AND system.net_ip_address = network_card.net_ip_address)
WHERE system_uuid = '" . $_REQUEST["pc"] . "' AND system_timestamp = '".$GLOBAL["system_timestamp"]."'
LIMIT 0,1",
"image"=>"images/os_l.png",
"fields"=>array("10"=>array("name"=>"net_uuid",
"show"=>"n",
),
"20"=>array("name"=>"system_name", "head"=>__("System Name"),),
// Include a blank entry as a place holder so we can add the LDAP details tab at the end if required (AJH)
"25"=>array("name"=>"", "head"=>__(""),),
"30"=>array("name"=>"system_description", "head"=>__("Description"),),
"40"=>array("name"=>"net_domain_role", "head"=>__("Domain Role"),),
"50"=>array("name"=>"system_registered_user", "head"=>__("Registered User"),),
"60"=>array("name"=>"net_user_name", "head"=>__("Current User"),),
// Include a blank entry as a place holder so we can add the LDAP details tab at the end if required (AJH)
"65"=>array("name"=>"", "head"=>__(""),),
"70"=>array("name"=>"net_domain", "head"=>__("Domain"),),
"80"=>array("name"=>"system_system_type", "head"=>__("Chassis Type"),),
"90"=>array("name"=>"system_model", "head"=>__("Model #"),),
"100"=>array("name"=>"system_id_number", "head"=>__("Serial #"),),
"110"=>array("name"=>"system_vendor", "head"=>__("Manufacturer"),),
"120"=>array("name"=>"system_os_name", "head"=>__("Operating System"),),
"130"=>array("name"=>"system_build_number", "head"=>__("Build Number"),),
"140"=>array("name"=>"system_uuid", "head"=>__("UUID"),),
"150"=>array("name"=>"date_system_install", "head"=>__("OS Installed Date"),),
"160"=>array("name"=>"net_ip_address", "head"=>__("IP"),),
"170"=>array("name"=>"net_ip_subnet", "head"=>__("Subnet"),),
"180"=>array("name"=>"net_dhcp_server", "head"=>__("DHCP"),),
"190"=>array("name"=>"system_first_timestamp", "head"=>__("Date First Audited"),),
"200"=>array("name"=>"system_timestamp", "head"=>__("Date Last Audited"),),
"210"=>array("name"=>"system_memory", "head"=>__("Memory"),),
),
),

"manual"=>array(
"headline"=>__("Manual Data"),
"sql"=>"SELECT * FROM system_man WHERE system_man_uuid = '" . $_GET["pc"] . "' ",
"image"=>"images/notes_l.png",
"edit"=>"y",
"fields"=>array("10"=>array("name"=>"system_man_id",
"show"=>"n",
),
"20"=>array("name"=>"system_man_location", "head"=>__("Location"), "edit"=>"y",),
"30"=>array("name"=>"system_man_date_of_purchase", "head"=>__("Date of Purchase"), "edit"=>"y",),
"40"=>array("name"=>"system_man_value", "head"=>__("Dollar Value"), "edit"=>"y",),
"50"=>array("name"=>"system_man_serial_number", "head"=>__("Asset Tag"), "edit"=>"y",),
"60"=>array("name"=>"system_man_description", "head"=>__("Description"), "edit"=>"y","edit_type"=>"textarea",),
),
),
"management"=>array(
"headline"=>__("Remote Management"),
"sql"=>"SELECT system_name, net_domain FROM system WHERE system_uuid = '" . $_GET["pc"] . "' AND system_timestamp = '".$GLOBAL["system_timestamp"]."'",
"image"=>"./images/display_l.png",
"image_width" => "48",
"image_height" => "48",
"print"=>"n",
"show"=> $enable_remote_management,
"fields"=>array("10"=>array("name"=>"Explore share",
"head"=>__("Explore share"),
"show"=> $enable_remote_management,
"get"=>array("head"=>"Explore"." \\\\Client\\Share",
"file"=>"launch.php",
"title"=>__("Explorer"),
"image"=>"./images/shared_drive.png",
"image_width"=>"16",
"image_height"=>"16",
"var"=>array("hostname"=>"%system_name",
"domain"=>"%net_domain",
"application"=>"explore",
"ext"=>"vbs",
),
),
),
"20"=>array("name"=>"RDP",
"head"=>__("RDP"),
"show"=> $enable_remote_management,
"get"=>array("head"=>"RDP-Session",
"file"=>"launch.php",
"title"=>__("RDP-Session"),
"image"=>"./images/o_load_balancer.png",
"image_width"=>"16",
"image_height"=>"16",
"var"=>array("hostname"=>"%system_name",
"domain"=>"%net_domain",
"application"=>"rdp",
"ext"=>"rdp",
),
),
),
"25"=>array("name"=>"RA",
"head"=>__("RA"),
"show"=> $enable_remote_management,
"get"=>array("head"=>"Offer-Remote-Assistance",
"file"=>"launch.php",
"title"=>__("Offer-Remote-Assistance"),
"image"=>"./images/o_load_balancer.png",
"image_width"=>"16",
"image_height"=>"16",
"var"=>array("hostname"=>"%system_name",
"domain"=>"%net_domain",
"application"=>"Offer-Remote-Assistance",
"ext"=>"vbs",
),
),
),
"30"=>array("name"=>"VNC",
"head"=>__("VNC"),
"show"=> $enable_remote_management,
"get"=>array("head"=>"VNC-Session",
"file"=>"launch.php",
"title"=>__("VNC-Session"),
"image"=>"./images/o_load_balancer.png",
"image_width"=>"16",
"image_height"=>"16",
"var"=>array("hostname"=>"%system_name",
"domain"=>"%net_domain",
"application"=>"$vnc_type"."_"."vnc",
"ext"=>"vnc",
),
),
),
"40"=>array("name"=>"HTTP",
"head"=>__("HTTP"),
"show"=> $enable_remote_management,
"get"=>array("head"=>"HTTP-Session",
"file"=>"launch.php",
"title"=>__("HTTP-Session"),
"image"=>"./images/os_l.png",
"image_width"=>"16",
"image_height"=>"16",
"target"=>"_BLANK",
"var"=>array("hostname"=>"%system_name",
"domain"=>"%net_domain",
"application"=>"http",
),
),
),
"50"=>array("name"=>"HTTPS",
"head"=>__("HTTPS"),
"show"=> $enable_remote_management,
"get"=>array("head"=>"HTTPS-Session",
"file"=>"launch.php",
"title"=>__("HTTPS-Session"),
"image"=>"./images/browser.png",
"image_width"=>"16",
"image_height"=>"16",
"target"=>"_BLANK",
"var"=>array("hostname"=>"%system_name",
"domain"=>"%net_domain",
"application"=>"https",
),
),
),
"60"=>array("name"=>"FTP",
"head"=>__("FTP"),
"show"=> $enable_remote_management,
"get"=>array("head"=>"FTP-Session",
"file"=>"launch.php",
"title"=>__("FTP-Session"),
"image"=>"./images/shared_drive_l.png",
"image_width"=>"16",
"image_height"=>"16",
"target"=>"_BLANK",
"var"=>array("hostname"=>"%system_name",
"domain"=>"%net_domain",
"application"=>"ftp",
),
),
),
"70"=>array("name"=>"Manage",
"head"=>__("Manage"),
"show"=> $enable_remote_management,
"get"=>array("head"=>"Manage",
"file"=>"launch.php",
"image"=>"./images/settings_2_l.png",
"image_width"=>"16",
"image_height"=>"16",
"title"=>__("Manage"),
"target"=>"_BLANK",
"var"=>array("hostname"=>"%system_name",
"domain"=>"%net_domain",
"application"=>"manage",
"ext"=>"vbs",
),
),
),
"75"=>array("name"=>"View Event Logs",
"head"=>__("View Event Logs"),
"show"=> $enable_remote_management,
"get"=>array("head"=>"Event Logs",
"file"=>"launch.php",
"image"=>"./images/summary_l.png",
"image_width"=>"16",
"image_height"=>"16",
"title"=>__("Event Logs"),
"target"=>"_BLANK",
"var"=>array("hostname"=>"%system_name",
"domain"=>"%net_domain",
"application"=>"eventviewer",
"ext"=>"vbs",
),
),
),
"80"=>array("name"=>"Services",
"head"=>__("Services"),
"show"=> $enable_remote_management,
"get"=>array("head"=>"Services",
"file"=>"launch.php",
"image"=>"./images/services_l.png",
"image_width"=>"16",
"image_height"=>"16",
"title"=>__("Services"),
"target"=>"_BLANK",
"var"=>array("hostname"=>"%system_name",
"domain"=>"%net_domain",
"application"=>"services",
"ext"=>"vbs",
),
),
),
"90"=>array("name"=>"Reboot",
"head"=>__("Reboot"),
"show"=> $enable_remote_management,
"get"=>array("head"=>"Reboot",
"file"=>"launch.php",
"image"=>"./images/emblem_important.png",
"image_width"=>"16",
"image_height"=>"16",
"title"=>__("Reboot"),
"target"=>"_BLANK",
"var"=>array("hostname"=>"%system_name",
"domain"=>"%net_domain",
"application"=>"reboot",
"ext"=>"vbs",
),
),
),
"95"=>array("name"=>"Shutdown",
"head"=>__("Shutdown"),
"show"=> $enable_remote_management,
"get"=>array("head"=>"Shutdown",
"file"=>"launch.php",
"image"=>"./images/emblem_important.png",
"image_width"=>"16",
"image_height"=>"16",
"title"=>__("Shutdown"),
"target"=>"_BLANK",
"var"=>array("hostname"=>"%system_name",
"domain"=>"%net_domain",
"application"=>"shutdown",
"ext"=>"vbs",
),
),
),
"100"=>array("name"=>"Wakeup",
"head"=>__("Wakeup"),
"show"=> $enable_remote_management,
"get"=>array("head"=>"Wakeup",
"file"=>"wake_on_lan.php",
"image"=>"./images/tv_l.png",
"image_width"=>"16",
"image_height"=>"16",
"title"=>__("Wake on LAN (Note: WOL Wont work over different subnets)"),
"target"=>"_BLANK",
"var"=>array("hostname"=>"%system_name",
"mac" =>"%net_mac_address",
"socket_number"=>"9",
),
),
),
"110"=>array("name"=>"Logoff",
"head"=>__("Logoff"),
"show"=> $enable_remote_management,
"get"=>array("head"=>"Logoff",
"file"=>"launch.php",
"image"=>"./images/system-log-out.png",
"image_width"=>"16",
"image_height"=>"16",
"title"=>__("Logoff Current User (Note: User will not be prompted)"),
"target"=>"_BLANK",
"var"=>array("hostname"=>"%system_name",
"domain"=>"%net_domain",
"application"=>"logoff",
"ext"=>"vbs",
),
),
),
"120"=>array("name"=>"Telnet",
"head"=>__("Telnet"),
"show"=> $enable_remote_management,
"get"=>array("head"=>"Telnet",
"file"=>"launch.php",
"image"=>"./images/o_load_balancer.png",
"image_width"=>"16",
"image_height"=>"16",
"title"=>__("Telnet system"),
"target"=>"_BLANK",
"var"=>array("hostname"=>"%system_name",
"domain"=>"%net_domain",
"application"=>"telnet",
"ext"=>"vbs",
),
),
),
"130"=>array("name"=>"CmdShell",
"head"=>__("CmdShell"),
"show"=> $enable_remote_management,
"get"=>array("head"=>"Remote Cmd Shell",
"file"=>"launch.php",
"image"=>"./images/o_load_balancer.png",
"image_width"=>"16",
"image_height"=>"16",
"title"=>__("Open remote cmd shell"),
"target"=>"_BLANK",
"var"=>array("hostname"=>"%system_name",
"domain"=>"%net_domain",
"application"=>"cmd",
"ext"=>"vbs",
),
),
),
"140"=>array("name"=>"Audit Now",
"head"=>__("Audit Now"),
"get"=>array("head"=>"Audit Now",
"file"=>"launch_local_audit.php",
"image"=>"./images/o_load_balancer.png",
"image_width"=>"16",
"image_height"=>"16",
"title"=>__("Audit Now"),
"target"=>"_BLANK",
"var"=>array("hostname"=>"%system_name",
"domain"=>"%net_domain",
"application"=>"cmd",
"ext"=>"vbs",
),
),
),



),

),

),
);

if ((isset($use_ldap_integration))and($use_ldap_integration == 'y')) {

if ((isset($full_details))and ($full_details == 'y')) {
$query_array['views']['summary']['fields']['25']=array("name"=>"system_name", "head"=>__("Directory Info"),
"get"=>array("head"=>__("Computer Details"),
"file"=>"ldap_details.php",
//"%net_user_name"
"title"=>__("Advanced Computer Details"),
//"name"=>"%net_user_name",
"image"=>"./images/o_terminal_server.png",
"image_width"=>"16",
"image_height"=>"16",
"var"=>array("name"=>"%system_name",
"full_details"=> "y",
"record_type" => "computer",
"uuid" => "%system_uuid"
),
),
);

$query_array['views']['summary']['fields']['65']=array("name"=>"net_user_name", "head"=>__("Directory Info"),
"get"=>array("head"=>__("User Details"),
"file"=>"ldap_details.php",
//"%net_user_name"
"title"=>__("Advanced User Details"),
//"name"=>"%net_user_name",
"image"=>"./images/groups_l.png",
"image_width"=>"16",
"image_height"=>"16",
"var"=>array("name"=>"%net_user_name",
"full_details"=> "y",
"record_type" => "user",
"uuid" => "%system_uuid"
),
),
);

} else {
$query_array['views']['summary']['fields']['25']=array("name"=>"system_name", "head"=>__("Directory Info"),
"get"=>array("head"=>__("Computer Details"),
"file"=>"ldap_details.php",
//"%net_user_name"
"title"=>__("Computer Details"),
//"name"=>"%net_user_name",
"image"=>"./images/o_terminal_server.png",
"image_width"=>"16",
"image_height"=>"16",
"var"=>array("name"=>"%system_name",
"full_details"=> "n",
"record_type" => "computer",
"uuid" => "%system_uuid"
),
),
);
$query_array['views']['summary']['fields']['65']=array("name"=>"net_user_name", "head"=>__("Directory Info"),
"get"=>array("head"=>__("User Details"),
"file"=>"ldap_details.php",
//"%net_user_name"
"title"=>__("User Details"),
//"name"=>"%net_user_name",
"image"=>"./images/groups_l.png",
"image_width"=>"16",
"image_height"=>"16",
"var"=>array("name"=>"%net_user_name",
"full_details"=> "n",
"record_type" => "user",
"uuid" => "%system_uuid"
),
),
);
}
}

// Look for a suitable picture in the images/equipment folder.
// If present, show the correct image in place of the default picture.
$db = mysql_connect($mysql_server,$mysql_user,$mysql_password) or die('Could not connect: ' . mysql_error());
mysql_select_db($mysql_database,$db);
$sql="SELECT system_model, system_uuid FROM `system` WHERE `system_uuid` = '".$_REQUEST["pc"]."'; ";
$result = mysql_query($sql, $db);
$myrow = mysql_fetch_array($result);

$result_model = str_replace('/', '', $myrow["system_model"]);
$filename = 'images/equipment/'.$result_model.'.jpg';

$filename = strtolower($filename);

if (file_exists($filename)) {
// FIXME: OK We got a good image,but we need to make it a bit bigger than the default of 16 x 16 .
$scale_image_by = "3.5";
$query_array['views']['management']['image'] = $filename ;

// Replace the default "image_width"=>"16",
// and "image_height"=>"16", Adjust to suit the size of your images
$query_array['views']['management']['image_width'] = $query_array['views']['management']['image_width'] *$scale_image_by ; //
$query_array['views']['management']['image_height'] = $query_array['views']['management']['image_height'] * $scale_image_by ;

} else {
// echo $filename;
}
//echo $filename;
//echo $query_array['views']['management']['image'] ;
?>

[/code]

_________________
Andrew

[size=85]OA Server: Windows XP/ XAMPP, Mandriva/Apache, Ubuntu
Auditing: 300+ Wstns, 20+ Srvrs, Thin clients, Linux boxes, Routers, etc
OS's: Windows XP , W2K Srvr, W2K3 Srvr, W2K8, Vista, Windows 7, Linuxes (and a Mac at home)
LDAP: Active Directory[/size]


Top
 Profile  
Reply with quote  
PostPosted: Sat Jun 20, 2009 5:03 am 
Offline
Contributor
User avatar

Joined: Thu Mar 02, 2006 4:41 am
Posts: 205
Location: Massachusetts
Yes, I'm running the latest SVN as of today.

Yes, I've tried different browsers and cleared the browser caches.

Just to verify that I'm looking for the same thing that is being discussed here, I want to get rid of the following which appears on the summary page of each system:

[quote]Remote Management

Explore share: Explore \\Client\Share
RDP: RDP-Session
RA: Offer-Remote-Assistance
VNC: VNC-Session
HTTP: HTTP-Session
HTTPS: HTTPS-Session
FTP: FTP-Session
Manage: Manage
View Event Logs: Event Logs
Services: Services
Reboot: Reboot
Shutdown: Shutdown
Wakeup: Wakeup
Logoff: Logoff
Telnet: Telnet
CmdShell: Remote Cmd Shell
Audit Now: Audit Now


This is mostly for our finance team to track assets so I don't want them having this type of power ;)

This is confusing, the other guy mentioned system_viewdef_summary.php and you are mentioning system_summary.php

In my OA directory:

D:\wamp\www\OpenAudit\

I don't see any system_summary.php at all. I only have that file in this directory:

D:\wamp\www\OpenAudit\open-audit\tags\060814\

Anyway, we are supposed to add this

$enable_remote_management = 'n';

in the include.config.php file, is this correct? This is what I've done to:

D:\wamp\www\OpenAudit\include.config.php

Is there a certain section within this file to enter this?

What do these 2 files have to do with hiding the remote management: system_summary.php & system_viewdef_summary.php

Do I have to make changes in one of these files as well?

So I've had no luck at all getting this to work, I'll keep trying to figure out what the problem is. I've also been unable to get openssl configured for https

Thank you

_________________
Server Info: running on a CentOS 7 vm
OA Version: 2.0.6 @ 500 devices


Top
 Profile  
Reply with quote  
PostPosted: Sun Jun 21, 2009 9:12 am 
Offline
Moderator
User avatar

Joined: Tue Jan 25, 2005 3:09 am
Posts: 2140
Location: Scotland
The code in system_viewdef_summary.php displays the System Summary page ( :oops: system_summary.php was a typo, sorry).

It includes the Remote Management section (the section you describe above) only if $enable_remote_management is not set to 'n' anywhere in include_config.php
In other words, if the variable is not set, or is set to anything other than 'n' then the section will be displayed. You can also set this in include_config_defaults.php
but this will be reset if you also set it in include_config.php

In other words include_config_defaults.php sets the system defaults, so we shouldn't get any surprises from un-configured options, include_config.php sets the local configuration, and this will override the system defaults.

If you look at the code in my previous post, this should be the same as the code in your system_viewdef_summary.php page, if not, then you have not got the latest version.

Not sure where the trouble lies, check your include_config.php to be sure there is not another $enable_remote_management line, setting the section back on.

_________________
Andrew

[size=85]OA Server: Windows XP/ XAMPP, Mandriva/Apache, Ubuntu
Auditing: 300+ Wstns, 20+ Srvrs, Thin clients, Linux boxes, Routers, etc
OS's: Windows XP , W2K Srvr, W2K3 Srvr, W2K8, Vista, Windows 7, Linuxes (and a Mac at home)
LDAP: Active Directory[/size]


Top
 Profile  
Reply with quote  
PostPosted: Tue Jun 23, 2009 12:20 am 
Offline
Contributor
User avatar

Joined: Thu Mar 02, 2006 4:41 am
Posts: 205
Location: Massachusetts
Thank you Andrew!

For some reason I didn't have the latest system_viewdef_summary.php file so I copy/pasted the one you posted here into my OA installation and now the Remote Management tools are hidden.

Not that I don't think these are usefull tools, just don't want to give the wrong people too much power! LOL.

_________________
Server Info: running on a CentOS 7 vm
OA Version: 2.0.6 @ 500 devices


Top
 Profile  
Reply with quote  
PostPosted: Tue Jun 23, 2009 5:29 pm 
Offline
Moderator
User avatar

Joined: Tue Jan 25, 2005 3:09 am
Posts: 2140
Location: Scotland
Glad to see you got it working. 8)

_________________
Andrew

[size=85]OA Server: Windows XP/ XAMPP, Mandriva/Apache, Ubuntu
Auditing: 300+ Wstns, 20+ Srvrs, Thin clients, Linux boxes, Routers, etc
OS's: Windows XP , W2K Srvr, W2K3 Srvr, W2K8, Vista, Windows 7, Linuxes (and a Mac at home)
LDAP: Active Directory[/size]


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 13 posts ] 

All times are UTC + 10 hours


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group