Changes between Version 1 and Version 2 of EDIR_gw_scripts


Ignore:
Timestamp:
01/31/15 14:01:58 (10 years ago)
Author:
lttoth@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • EDIR_gw_scripts

    v1 v2  
    2020 
    2121 
    22 == CONFIG FILES: ($HOME/EDIR<INST>/config) == 
    23  
    24  
    25 ||ldap_admin_actions.cfg     ||  data from which Admin Actions pick list is built this file can be copied to all servers hosting the same EDIR instance || 
    26  
    27 ldap_left_links.cfg                   data used to build links under EDIR banner 
    28                                       this file can be copied to all servers hosting the same EDIR instance 
    29  
    30 runtime_common.cfg                    subset of runtime configuration elements that are constant  
    31                                       between servers hosting gateway - see runtime.cfg; 
    32                                       this file can be copied to all servers hosting the same EDIR instance 
    33  
    34 runtime.cfg                           runtime configuration data used by EDIR CGI scripts 
    35                                       this file is server/instance specific; do not copy to other servers 
    36  
    37         all_servers                   list of all supported EDIR hosts (sxmpa 2/13/2010 - I cannot find anywhere 
    38                                       in the EDIR gateway code where this is read out of runtime.cfg) 
    39         authserv_gateway_link         URL to AUTHSERV web gateway 
    40         authserv_server_link          URL to server specific AUTHSERV web gateway (Equalizer issue) 
    41         debug                         0|1: debugging is ON when value is 1 
    42         directory_adminupdate_link    URL to update interface for admin updates (record creation, not attribute updates) 
    43         directory_agent               RDN of credentials used by gateway for normal query access 
    44         directory_bulkupdate_link     URL to update interface for self service attribute updates 
    45         directory_gateway_link        URL to EDIR web gateway 
    46         directory_gateway_name        name of EDIR web gateway 
    47         directory_instance            iPlanet directory instance 
    48         directory_passwd_file         path reference to directory_agent password file 
    49         directory_server_link         URL to server specific EDIR web gateway (Equalizer issue) 
    50         local_announcements_file      path reference to local announcements text file 
    51         lock_file                     path reference to file used to disable EDIR updates 
    52         log_dir                       path reference to EDIR log location 
    53         mail_from_authserv            email address used in FROM of mail generated for AUTHSERV 
    54         mail_from_edir                email address used in FROM of mail generated for EDIR 
    55         mail_host                     email domain expected in vanity addresses 
    56         mail_to                       address list for recipients of troubleshooting/batch reporting email 
    57         max_updateable_attrib_values  max number of multiply occuring attribute values allowed by ldap_update 
    58         nsactivate_port               port used when ns[in]activate invoked 
    59         privileged_agent              RDN of credentilas utilized by iEDIR web gateway to access privileged information 
    60         privileged_agent_passwd_file  path reference to authserv_agent password file 
    61         query_servers                 list of servers that may respond to query requests (sxmpa 2/13/2010 - 
    62                                       This variable should be assigned a single value, which is the host 
    63                                       housing the LDAP server queried by this EDIR gateway instance.  The 
    64                                       EDIR gateway instance is normally co-located with that LDAP server 
    65                                       on the same host, but you have the option of choosing an LDAP server on 
    66                                       some other host.  Assigning this variable a list of hostnames rather 
    67                                       than a single hostname appears to work correctly, but examination of 
    68                                       the code suggests that behaviour in this case is undefined). 
    69         registry_agent                Oracle schema for EDIR registry 
    70         registry_db                   Oracle instance for EDIR registry 
    71         registry_passwd_file          path reference to registry_agent password file 
    72         release                       major release number for EDIR web gateway 
    73         slapd_port                    port for iPlanet directory access 
    74         slapd_ssl_clause              additional clause required if slapd_port is SSL configured port 
    75         update_server                 server(s) that may respond to update requests (local machine issue) 
    76                                       (sxmpa 2/13/2010 - the EDIR gateway code reads this variable out of 
    77                                       runtime.cfg but does not appear ever to use that value). 
    78         version                       gateway instance: TEST PREP or PROD  
     22== Configuration Files == 
     23Configuration files are located at : ($HOME/EDIR<INST>/config) 
     24 
     25=== ldap_admin_actions.cfg  ===     
     26Contains data from which Admin Actions pick list is built. This file can be copied to all servers hosting the same EDIR instance  
     27=== ldap_left_links.cfg   ===                
     28Contains data used to build links under EDIR banner. This file can be copied to all servers hosting the same EDIR instance.  
     29=== runtime_common.cfg   ===                  
     30subset of runtime configuration elements that are constant between servers hosting gateway - see runtime.cfg; this file can be copied to all servers hosting the same EDIR instance 
     31=== runtime.cfg   ===                         
     32runtime configuration data used by EDIR CGI scripts: this file is server/instance specific; do not copy to other serversv 
     33||= Parameter Names =||= Description =|| 
     34||all_servers                            ||List of all supported EDIR hosts (sxmpa 2/13/2010 - I cannot find anywhere in the EDIR gateway code where this is read out of runtime.cfg) || 
     35|| authserv_gateway_link         ||URL to AUTHSERV web gateway || 
     36||authserv_server_link              ||URL to server specific AUTHSERV web gateway (Equalizer issue) || 
     37||debug                                    ||0|1: debugging is ON when value is 1 || 
     38||directory_adminupdate_link   ||URL to update interface for admin updates (record creation, not attribute updates) || 
     39||directory_agent                      ||RDN of credentials used by gateway for normal query access|| 
     40||directory_bulkupdate_link      ||URL to update interface for self service attribute updates|| 
     41||directory_gateway_link           ||URL to EDIR web gateway|| 
     42||directory_gateway_name        ||Name of EDIR web gateway|| 
     43||directory_passwd_file             ||Path reference to directory_agent password file|| 
     44||directory_server_link              ||URL to server specific EDIR web gateway (Equalizer issue)|| 
     45||local_announcements_file      ||Path reference to local announcements text file|| 
     46||lock_file                                 ||Path reference to file used to disable EDIR updates|| 
     47||log_dir                                   ||Path reference to EDIR log location|| 
     48|| mail_from_authserv               ||email address used in FROM of mail generated for AUTHSERV|| 
     49||mail_from_edir                       ||Email address used in FROM of mail generated for EDIR|| 
     50||mail_host                                ||Email domain expected in vanity addresses|| 
     51|| mail_to                                  ||Address list for recipients of troubleshooting/batch reporting email|| 
     52||max_updateable_attrib_values ||Max number of multiply occuring attribute values allowed by ldap_update|| 
     53||nsactivate_port                        ||Port used when ns[in]activate invoked|| 
     54|| privileged_agent                     ||RDN of credentilas utilized by iEDIR web gateway to access privileged information|| 
     55|| privileged_agent_passwd_file  ||Path reference to authserv_agent password file|| 
     56||query_servers                          ||List of servers that may respond to query requests (sxmpa 2/13/2010 -This variable should be assigned a single value, which is the host housing the LDAP server queried by this EDIR gateway instance.  The EDIR gateway instance is normally co-located with that LDAP server on the same host, but you have the option of choosing an LDAP server on some other host.  Assigning this variable a list of hostnames rather than a single hostname appears to work correctly, but examination of the code suggests that behaviour in this case is undefined).|| 
     57||registry_agent                         ||Oracle schema for EDIR registry|| 
     58||registry_db                              ||Oracle instance for EDIR registry|| 
     59||registry_passwd_file                 ||Path reference to registry_agent password file|| 
     60||release                                    ||Major release number for EDIR web gateway|| 
     61||slapd_port                               ||Port for iPlanet directory access|| 
     62||slapd_ssl_clause                      ||Additional clause required if slapd_port is SSL configured port|| 
     63||update_server                         ||Server(s) that may respond to update requests (local machine issue) (sxmpa 2/13/2010 - the EDIR gateway code reads this variable out of runtime.cfg but does not appear ever to use that value).|| 
     64||version                                    ||Gateway instance: TEST PREP or PROD||  
    7965 
    8066        Note: runtime.cfg files are machine specific. Do not copy between servers.