Changes between Initial Version and Version 1 of AUTH_utility_scripts


Ignore:
Timestamp:
12/05/14 17:02:30 (10 years ago)
Author:
lttoth@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AUTH_utility_scripts

    v1 v1  
     1= EDIR/AUTHSERV Utility Scripts = 
     2    Original author:  Beth Mercer - 20070522  
     3 
     4== "E" box ~ldapgw/local/scripts == 
     5 
     6=== disable_updates.ksh === 
     7        Script "touches" the file recognized by EDIR/AUTHSERV/UPDATE interfaces as disabling updates. 
     8 
     9        Verified broken on 2/16/2010; see [[ALL__disable_updates| How to Disable EDIR/AUTHSERV Updates]] for details. 
     10 
     11=== enable_updates.ksh === 
     12        Script removes the file recognized by EDIR, AUTHSERV, and UPDATE interfaces as disabling updates. 
     13 
     14        Verified broken on 2/16/2010; see [[ALL__disable_updates| How to Disable EDIR/AUTHSERV Updates]] for details. 
     15 
     16=== generate_class_attribs_list.pl === 
     17        Script queries the Oracle registry LDAP_CLASS_ATTRIBS table to produce static files utilized by the EDIR interface (see static_list_maint.ksh in [[AUTH_batch_jobs| AUTHSERV Related Processes]]). 
     18 
     19=== generate_gateway_lists.pl === 
     20        Script queries the Oracle registry LDAP_GATEWAY_LISTS view to produce static files utilized by the EDIR interface (see static_list_maint.ksh in [[AUTH_batch_jobs| AUTHSERV Related Processes]]). 
     21 
     22=== ldap_credVerify<''Inst''> === 
     23        Script to verify that authserv03 credentials are working. 
     24 
     25=== ldap_pcredVerify === 
     26        Script verifies that authpriv03 credentials are working. 
     27 
     28=== ldap_pquery === 
     29        Script performs iPlanet ''ldapsearch'' using authpriv03 credentials. 
     30{{{ 
     31$ ldap_pqueryTest "(bannerid=30057630)" mail uakEmployeeLocator 
     32}}} 
     33=== ldap_query === 
     34        Script performs iPlanet ''ldapsearch'' using authserv03 credentials.  You supply search filter and attribute list on command line: 
     35{{{ 
     36$ ldap_queryTest "(bannerid=30057630)" mail uakEmployeeLocator 
     37}}} 
     38=== rsync<''Inst''>.ksh === 
     39        Script synchronizes select directories and files with other "E" boxes (see rsync in  [[AUTH_batch_jobs| AUTHSERV Related Processes]]). 
     40 
     41=== static_list_maint.ksh === 
     42        Wrapper script calls generate_class_attribs_list.pl and generate_gateway_lists.pl to generate static files utilized by the EDIR interface. 
     43 
     44