Ignore:
Timestamp:
12/29/14 17:46:43 (9 years ago)
Author:
Kris Deugau
Message:

/trunk

Backmerge addition of RPC shim from /branches/stable r600

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/cgi-bin/MyIPDB.pm

    r659 r660  
    2323my $dbhost = 'localhost';
    2424
    25 # Quick workaround for fixed web path.  Set this to the absolute web path to
    26 # your IPDB install, or leave blank for installation at the webroot.
    27 $IPDB::webpath = '';
     25# ACL for RPC shim.  A hash of arrays;  the hash keys are the remote system
     26# names, the array contents are the IPs allowed to claim that system name.
     27#%IPDB::rpcacl = (
     28#       cli_test => ['192.168.99.115','209.91.179.62'],
     29#       devel => ['10.0.10.5'],
     30#       );
     31
     32# Quick workaround for fixed web path.  Set this to the absolute web path to
     33# your IPDB install, or leave blank for installation at the webroot.
     34$IPDB::webpath = '';
    2835
    2936# Set some globals declared in IPDB.pm.  Most of these only affect mailNotify().
Note: See TracChangeset for help on using the changeset viewer.