GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
App::Regather::Plugin::script(3) User Contributed Perl Documentation App::Regather::Plugin::script(3)

script - plugin to run a script against LDAP object on LDAP_SYNC event

script - plugin to run script against LDAP object attributes, set as environment variables on LDAP_SYNC event

environment variables provided to the script:

    REGATHER_LDAP_OBJ_ATTR_<attributeX_name>
    REGATHER_LDAP_OBJ_DN
    REGATHER_LDAP_OBJ_LDIF
    REGATHER_LDAP_SYNC_CONTROL_CODE
    REGATHER_LDAP_SYNC_CONTROL_NAME

configuration:

[service name_of_my_script_service]
plugin = script
all_attr = 1
ctrl_attr = uid
ctrl_srv_re = ^.*$
post_process = /path/to/scrip1
post_process = /path/to/scrip2

all attributes will be exposed if option all_attr not null

Creates an instance of the class and saves a reference to its arguments for further use.

set environmental variables according LDAP object attribute:value pairs and runs a script

alias to ldap_sync_add_modify

2022-05-04 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.