Changeset 667


Ignore:
Timestamp:
12/30/14 18:06:09 (9 years ago)
Author:
Kris Deugau
Message:

/trunk

Add commented example config for IPDB RPC ACL (such as it is) missed in
merge from r600 and r610

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cgi-bin/MyIPDB.pm

    r661 r667  
    2222# DB host is optional.
    2323my $dbhost = 'localhost';
     24
     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# Only you can prevent memory leaks!
     32#$IPDB::maxfcgi = 100;
    2433
    2534# ACL for RPC shim.  A hash of arrays;  the hash keys are the remote system
Note: See TracChangeset for help on using the changeset viewer.